Make GCC_4.5.0 inherit GCC_4.4.0.
authorhjl <hjl@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 18 Mar 2010 19:42:19 +0000 (19:42 +0000)
committerhjl <hjl@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 18 Mar 2010 19:42:19 +0000 (19:42 +0000)
2010-03-18  H.J. Lu  <hongjiu.lu@intel.com>

* config/i386/libgcc-glibc.ver: Make GCC_4.5.0 inherit GCC_4.4.0.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@157545 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/ChangeLog
gcc/config/i386/libgcc-glibc.ver

index 60322e3..04ef3ca 100644 (file)
@@ -1,5 +1,9 @@
 2010-03-18  H.J. Lu  <hongjiu.lu@intel.com>
 
+       * config/i386/libgcc-glibc.ver: Make GCC_4.5.0 inherit GCC_4.4.0.
+
+2010-03-18  H.J. Lu  <hongjiu.lu@intel.com>
+
        PR target/43383
        * config/i386/libgcc-glibc.ver: Add __extendxftf2 to GCC_4.5.0
        for 32bit.
index 4ab1915..2a2ddcd 100644 (file)
@@ -180,6 +180,9 @@ GCC_4.4.0 {
   __trunctfxf2
   __unordtf2
 }
+# It is OK to have a duplicate of %inherit in libgcc-std.ver since
+# mkmap-symver.awk always takes the last %inherit statement.
+%inherit GCC_4.5.0 GCC_4.4.0
 GCC_4.5.0 {
   __extendxftf2
 }