mirror of git://gcc.gnu.org/git/gcc.git
re PR other/25232 (libgcc-std.ver should include __unordxf2 and __unordtf2)
PR other/25232 * libgcc-std.ver (GCC_4.5.0): Define version. Include __unordxf2 and __unordtf2. * config/bfin/libgcc-bfin.ver (GCC_4.5.0): Define version. Include ___unordxf2 and ___unordtf2. * config/i386/libgcc-glibc.ver: Do not define inheritance from GCC_4.4.0 here. From-SVN: r157819
This commit is contained in:
parent
c878d6baf6
commit
2bcba94ba4
|
|
@ -1,3 +1,13 @@
|
|||
2010-03-30 Joseph Myers <joseph@codesourcery.com>
|
||||
|
||||
PR other/25232
|
||||
* libgcc-std.ver (GCC_4.5.0): Define version. Include __unordxf2
|
||||
and __unordtf2.
|
||||
* config/bfin/libgcc-bfin.ver (GCC_4.5.0): Define version.
|
||||
Include ___unordxf2 and ___unordtf2.
|
||||
* config/i386/libgcc-glibc.ver: Do not define inheritance from
|
||||
GCC_4.4.0 here.
|
||||
|
||||
2010-03-30 Tarik Graba <tarik.graba@telecom-paristech.fr>
|
||||
|
||||
* config/lm32/t-lm32: New file.
|
||||
|
|
|
|||
|
|
@ -1906,3 +1906,9 @@ GCC_4.4.0 {
|
|||
|
||||
___sync_synchronize
|
||||
}
|
||||
|
||||
%inherit GCC_4.5.0 GCC_4.4.0
|
||||
GCC_4.5.0 {
|
||||
___unordxf2
|
||||
___unordtf2
|
||||
}
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
# Copyright (C) 2008 Free Software Foundation, Inc.
|
||||
# Copyright (C) 2008, 2010 Free Software Foundation, Inc.
|
||||
#
|
||||
# This file is part of GCC.
|
||||
#
|
||||
|
|
@ -180,9 +180,6 @@ 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
|
||||
}
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
# Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007,
|
||||
# 2008 Free Software Foundation, Inc.
|
||||
# 2008, 2010 Free Software Foundation, Inc.
|
||||
#
|
||||
# This file is part of GCC.
|
||||
#
|
||||
|
|
@ -1904,3 +1904,9 @@ GCC_4.4.0 {
|
|||
|
||||
__sync_synchronize
|
||||
}
|
||||
|
||||
%inherit GCC_4.5.0 GCC_4.4.0
|
||||
GCC_4.5.0 {
|
||||
__unordxf2
|
||||
__unordtf2
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue