]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
backport: libgcc-std.ver: Add __unorddf2 and __unordsf2 with version 3.3.4.
authorAndreas Jaeger <aj@suse.de>
Tue, 27 Jul 2004 10:54:52 +0000 (12:54 +0200)
committerAndreas Jaeger <aj@gcc.gnu.org>
Tue, 27 Jul 2004 10:54:52 +0000 (12:54 +0200)
Backport from mainline:
        * libgcc-std.ver: Add __unorddf2 and __unordsf2 with version 3.3.4.

From-SVN: r85219

gcc/ChangeLog
gcc/libgcc-std.ver

index 99e443d6f7760f863734a5934f3bba53a3343706..6b065c4d1d8748dd63f8a9cea0f3ed03265d1b13 100644 (file)
@@ -1,3 +1,8 @@
+2004-07-25  Andreas Jaeger  <aj@suse.de>
+
+       Backport from mainline:
+        * libgcc-std.ver: Add __unorddf2 and __unordsf2 with version 3.3.4.
+
 2004-07-25  Kaz Kojima  <kkojima@gcc.gnu.org>
 
        PR target/13250
index 79e79fb512ea38c226587dd56ce4f4108495542c..5036884fbaeba3fd51df8d3c1a883eaaca6d462a 100644 (file)
@@ -194,3 +194,9 @@ GCC_3.3.1 {
 %inherit GCC_3.3.2 GCC_3.3.1
 GCC_3.3.2 {
 }
+
+%inherit GCC_3.3.4 GCC_3.3.2
+GCC_3.3.4 {
+  __unorddf2
+  __unordsf2
+}