OSDN Git Service

* dump-parse-tree.c: Update copyright years.
[pf3gnuchains/gcc-fork.git] / gcc / libgcc-std.ver
index b701fcf..cb2e7fe 100644 (file)
@@ -241,4 +241,35 @@ GCC_4.0.0 {
   __powidf2
   __powixf2
   __powitf2
-}
\ No newline at end of file
+
+  # c99 compliant complex arithmetic
+  __divsc3
+  __divdc3
+  __divxc3
+  __divtc3
+  __mulsc3
+  __muldc3
+  __mulxc3
+  __multc3
+}
+
+%inherit GCC_4.1.0 GCC_4.0.0
+GCC_4.1.0 {
+}
+
+%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
+}