Commit 2bcba94b by Joseph Myers Committed by Joseph Myers

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
parent c878d6ba
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
}
# 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
}
......
# 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
}
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