OSDN Git Service

2004-09-12 Andrew Pinski <apinski@apple.com>
[pf3gnuchains/gcc-fork.git] / gcc / libgcc-std.ver
index 1caebc5..f95c305 100644 (file)
@@ -194,8 +194,13 @@ 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
+}
 
-%inherit GCC_3.4 GCC_3.3.2
+%inherit GCC_3.4 GCC_3.3.4
 GCC_3.4 {
   # bit scanning and counting built-ins
   __clzsi2
@@ -211,3 +216,10 @@ GCC_3.4 {
   __paritydi2
   __parityti2
 }
+
+%inherit GCC_3.4.2 GCC_3.4
+GCC_3.4.2 {
+  # Used to deal with trampoline initialization on some platforms
+  __enable_execute_stack
+  __trampoline_setup
+}