]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
Move wcstof128 symbol versions to wcsmbs/Versions.
authorJoseph Myers <joseph@codesourcery.com>
Fri, 24 Nov 2017 18:38:45 +0000 (18:38 +0000)
committerJoseph Myers <joseph@codesourcery.com>
Fri, 24 Nov 2017 18:38:45 +0000 (18:38 +0000)
This patch moves wcstof128 and wcstof128_l Versions file entries from
stdlib/Versions to wcsmbs/Versions, which is a more appropriate place
for them.

Tested for x86_64, and with build-many-glibcs.py that installed
stripped shared libraries are unchanged by the patch.

* stdlib/Versions (libc): Move entries for wcstof128 and
wcstof128_l to ....
* wcsmbs/Versions (libc): ... here.
Include <float128-abi.h>.

ChangeLog
stdlib/Versions
wcsmbs/Versions

index 9acf3ae58d19efffa8eb19051c42645287813402..f788721364ffaea3122fe8c0b9a97a3394c9a8c1 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2017-11-24  Joseph Myers  <joseph@codesourcery.com>
+
+       * stdlib/Versions (libc): Move entries for wcstof128 and
+       wcstof128_l to ....
+       * wcsmbs/Versions (libc): ... here.
+       Include <float128-abi.h>.
+
 2017-11-24  Florian Weimer  <fweimer@redhat.com>
 
        * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
index 9d96de525a3cb58c685c237b7638a019ef0a2b42..bf2172f926c2f801f55aa26ece5f2fb47510842b 100644 (file)
@@ -127,8 +127,6 @@ libc {
     strfromf128;
     strtof128;
     strtof128_l;
-    wcstof128;
-    wcstof128_l;
   }
 %endif
   GLIBC_PRIVATE {
index b8f7bd73eb79cd376a31ea390d87847f3ee6bfc5..df6e7cd1af67b94b253a77f0166b82ebde8faa91 100644 (file)
@@ -1,3 +1,4 @@
+%include <float128-abi.h>
 libc {
   GLIBC_2.0 {
     # functions used in inline functions or macros
@@ -34,4 +35,10 @@ libc {
   GLIBC_2.16 {
     c16rtomb; c32rtomb; mbrtoc16; mbrtoc32;
   }
+%ifdef FLOAT128_VERSION
+  FLOAT128_VERSION {
+    wcstof128;
+    wcstof128_l;
+  }
+%endif
 }