]> git.ipfire.org Git - thirdparty/glibc.git/blobdiff - stdlib/Versions
[powerpc] No need to enter "Ignore Exceptions Mode"
[thirdparty/glibc.git] / stdlib / Versions
index 9d96de525a3cb58c685c237b7638a019ef0a2b42..9e665d4c26c3a9a4d9ca1fb5ffa5fd684a212bd1 100644 (file)
@@ -105,9 +105,6 @@ libc {
   GLIBC_2.10 {
     quick_exit; __cxa_at_quick_exit;
   }
-  GLIBC_2.13 {
-    __fentry__;
-  }
   GLIBC_2.17 {
     secure_getenv;
   }
@@ -127,10 +124,18 @@ libc {
     strfromf128;
     strtof128;
     strtof128_l;
-    wcstof128;
-    wcstof128_l;
   }
 %endif
+  GLIBC_2.27 {
+    # _Float64x functions, only present for some configurations.
+    strfromf64x;
+    strtof64x;
+    strtof64x_l;
+    # _Float32, _Float64 and _Float32x functions, for all configurations.
+    strfromf32; strfromf64; strfromf32x;
+    strtof32; strtof64; strtof32x;
+    strtof32_l; strtof64_l; strtof32x_l;
+  }
   GLIBC_PRIVATE {
     # functions which have an additional interface since they are
     # are cancelable.