mirror of
https://gcc.gnu.org/git/gcc.git
synced 2024-12-12 05:13:50 +08:00
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:
parent
cdfedab184
commit
7893d7acfe
@ -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
|
||||
|
@ -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
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user