summary refs log tree commit diff
path: root/wcsmbs
diff options
context:
space:
mode:
authorJoseph Myers <joseph@codesourcery.com>2017-11-24 18:38:45 +0000
committerJoseph Myers <joseph@codesourcery.com>2017-11-24 18:38:45 +0000
commit9d4b01173c5f605d7edb26d3210d04efaa1bb032 (patch)
tree97c6f92d71f6cda451615479ae4c90e13e86b639 /wcsmbs
parent7911dd47da73026acc930564c10a1ceeb68d8583 (diff)
downloadglibc-9d4b01173c5f605d7edb26d3210d04efaa1bb032.tar.gz
glibc-9d4b01173c5f605d7edb26d3210d04efaa1bb032.tar.xz
glibc-9d4b01173c5f605d7edb26d3210d04efaa1bb032.zip
Move wcstof128 symbol versions to wcsmbs/Versions.
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>.
Diffstat (limited to 'wcsmbs')
-rw-r--r--wcsmbs/Versions7
1 files changed, 7 insertions, 0 deletions
diff --git a/wcsmbs/Versions b/wcsmbs/Versions
index b8f7bd73eb..df6e7cd1af 100644
--- a/wcsmbs/Versions
+++ b/wcsmbs/Versions
@@ -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
 }