]> gcc.gnu.org Git - gcc.git/commitdiff
re PR other/25232 (libgcc-std.ver should include __unordxf2 and __unordtf2)
authorJoseph Myers <joseph@codesourcery.com>
Tue, 30 Mar 2010 12:35:08 +0000 (13:35 +0100)
committerJoseph Myers <jsm28@gcc.gnu.org>
Tue, 30 Mar 2010 12:35:08 +0000 (13:35 +0100)
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

gcc/ChangeLog
gcc/config/bfin/libgcc-bfin.ver
gcc/config/i386/libgcc-glibc.ver
gcc/libgcc-std.ver

index 95b9b01c6974e55bf8735b789e8b0afbcf1339cc..7d6b80a66f7bb696c0d6cf467320464c9b2c52f2 100644 (file)
@@ -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.
index 2ed3a317b51904fff6c447bc3a82149b27643b98..516d91f6584be0cfd25175edfe06ac735fd6f051 100644 (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
+}
index 2a2ddcd1df840ba24080446f175a36acddeb9164..e79d3267f6f5da4357b0ead71215cd46252014ca 100644 (file)
@@ -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
 }
index 11f0d85a19cc8a59a0c12f84c25f357102ad237d..5aaff5e8894a7c1998c8ae0a8c2c163b49c53ca2 100644 (file)
@@ -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
+}
This page took 0.069634 seconds and 5 git commands to generate.