OSDN Git Service

* gcc.doxy: Rename from tree-ssa.doxy.
[pf3gnuchains/gcc-fork.git] / gcc / libgcc-std.ver
index d6c1821..3dcca01 100644 (file)
@@ -255,7 +255,34 @@ GCC_4.0.0 {
 
 %inherit GCC_4.1.0 GCC_4.0.0
 GCC_4.1.0 {
-  # stack smash handler symbols
-  __stack_chk_guard
-  __stack_chk_fail
+}
+
+%inherit GCC_4.2.0 GCC_4.1.0
+GCC_4.2.0 {
+  # unsigned-to-floating conversions
+  __floatunsisf
+  __floatunsidf
+  __floatunsixf
+  __floatunsitf
+  __floatundidf
+  __floatundisf
+  __floatundixf
+  __floatunditf
+  __floatuntidf
+  __floatuntisf
+  __floatuntixf
+  __floatuntitf
+  _Unwind_GetIPInfo
+}
+
+%inherit GCC_4.3.0 GCC_4.2.0
+GCC_4.3.0 {
+  # byte swapping routines
+  __bswapsi2
+  __bswapdi2
+  __emutls_get_address
+  __emutls_register_common
+  __ffssi2
+  __extendxftf2
+  __trunctfxf2
 }