Commit 7893d7ac by H.J. Lu Committed by H.J. Lu

Make GCC_4.5.0 inherit GCC_4.4.0.

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.

From-SVN: r157545
parent cdfedab1
2010-03-18 H.J. Lu <hongjiu.lu@intel.com> 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 PR target/43383
* config/i386/libgcc-glibc.ver: Add __extendxftf2 to GCC_4.5.0 * config/i386/libgcc-glibc.ver: Add __extendxftf2 to GCC_4.5.0
for 32bit. for 32bit.
......
...@@ -180,6 +180,9 @@ GCC_4.4.0 { ...@@ -180,6 +180,9 @@ GCC_4.4.0 {
__trunctfxf2 __trunctfxf2
__unordtf2 __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 { GCC_4.5.0 {
__extendxftf2 __extendxftf2
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment