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
This commit is contained in:
H.J. Lu 2010-03-18 19:42:19 +00:00 committed by H.J. Lu
parent cdfedab184
commit 7893d7acfe
2 changed files with 7 additions and 0 deletions

View File

@ -1,3 +1,7 @@
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

View 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
}