]> git.ipfire.org Git - thirdparty/gcc.git/blobdiff - gcc/libgcc-std.ver
re PR middle-end/19402 (__builtin_powi? still missing)
[thirdparty/gcc.git] / gcc / libgcc-std.ver
index db68ea6ef94ef96f0c51403e876e2057b0e40fbd..b701fcf95339291e7e843f736a8f654e4fbde688 100644 (file)
@@ -233,3 +233,12 @@ GCC_3.4.4 {
   __negvti2
   __subvti3
 }
+
+%inherit GCC_4.0.0 GCC_3.4.4
+GCC_4.0.0 {
+  # libgcc2 __builtin_powi helpers.
+  __powisf2
+  __powidf2
+  __powixf2
+  __powitf2
+}
\ No newline at end of file