OSDN Git Service

2004-09-12 Andrew Pinski <apinski@apple.com>
[pf3gnuchains/gcc-fork.git] / gcc / libgcc-std.ver
index 12a3397..f95c305 100644 (file)
@@ -191,7 +191,16 @@ GCC_3.3.1 {
   __gcc_personality_v0
 }
 
-%inherit GCC_3.4 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.4
 GCC_3.4 {
   # bit scanning and counting built-ins
   __clzsi2
@@ -207,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
+}