aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorJoseph Myers <joseph@codesourcery.com>2017-06-22 22:34:49 +0000
committerJoseph Myers <joseph@codesourcery.com>2017-06-22 22:34:49 +0000
commit33711da4e90f2904aec46544c7344cd08d07c56a (patch)
tree4b3a4869e357d173e5bd81ad9411388c65bc221e /ChangeLog
parent5dee08fda600af2bfcf700d27b04f02b18fe91f1 (diff)
downloadglibc-33711da4e90f2904aec46544c7344cd08d07c56a.zip
glibc-33711da4e90f2904aec46544c7344cd08d07c56a.tar.gz
glibc-33711da4e90f2904aec46544c7344cd08d07c56a.tar.bz2
Fix float128 uses of xlocale.h.
Three float128 files still include xlocale.h after it was removed. I don't know why this didn't cause problems for powerpc64le float128 testing; it did cause problems for my x86_64 float128 testing. This patch changes the includes to use bits/types/locale_t.h. Tested for x86_64 (in conjunction with float128 patches). * sysdeps/ieee754/float128/strtof128_l.c: Include <bits/types/locale_t.h> instead of <xlocale.h>. * sysdeps/ieee754/float128/wcstof128.c: Likewise. * sysdeps/ieee754/float128/wcstof128_l.c: Likewise.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 3c86b4a..af62c05 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2017-06-22 Joseph Myers <joseph@codesourcery.com>
+
+ * sysdeps/ieee754/float128/strtof128_l.c: Include
+ <bits/types/locale_t.h> instead of <xlocale.h>.
+ * sysdeps/ieee754/float128/wcstof128.c: Likewise.
+ * sysdeps/ieee754/float128/wcstof128_l.c: Likewise.
+
2017-06-22 Siddhesh Poyarekar <siddhesh@sourceware.org>
* benchtests/scripts/benchout_strings.schema.json: New file.