OSDN Git Service

PR rtl-optimization/27477
[pf3gnuchains/gcc-fork.git] / gcc / libgcc-std.ver
index d6c1821..f8e9e52 100644 (file)
@@ -255,7 +255,22 @@ 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
 }