about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorSteve Ellcey <sellcey@caviumnetworks.com>2017-07-21 10:33:30 -0700
committerSteve Ellcey <sellcey@caviumnetworks.com>2017-07-21 10:33:30 -0700
commit6259e62c027d38f5061e723f80488c36e5e28cad (patch)
treef16de409286102ae5e05c2e4a8b6db8f843192af /ChangeLog
parentcb62108e740924551fd45f89815d6fba8139890b (diff)
downloadglibc-6259e62c027d38f5061e723f80488c36e5e28cad.tar.gz
glibc-6259e62c027d38f5061e723f80488c36e5e28cad.tar.xz
glibc-6259e62c027d38f5061e723f80488c36e5e28cad.zip
Fix localedata test builds with latest GCC
	* localedata/Makefile (CFLAGS-tst_iswalnum.c, CFLAGS-tst_iswalpha.c
	CFLAGS-tst_iswcntrl.c, CFLAGS-tst_iswdigit.c, CFLAGS-tst_iswgraph.c,
	CFLAGS-tst_iswlower.c, CFLAGS-tst_iswprint.c, CFLAGS-tst_iswpunct.c,
	CFLAGS-tst_iswspace.c, CFLAGS-tst_iswupper.c, CFLAGS-tst_iswxdigit.c,
	CFLAGS-tst_towlower.c, CFLAGS-tst_towupper.c): New macros.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 968a464dc0..7e316130fb 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,13 @@
 2017-07-21  Steve Ellcey  <sellcey@cavium.com>
 
+	* localedata/Makefile (CFLAGS-tst_iswalnum.c, CFLAGS-tst_iswalpha.c
+	CFLAGS-tst_iswcntrl.c, CFLAGS-tst_iswdigit.c, CFLAGS-tst_iswgraph.c,
+	CFLAGS-tst_iswlower.c, CFLAGS-tst_iswprint.c, CFLAGS-tst_iswpunct.c,
+	CFLAGS-tst_iswspace.c, CFLAGS-tst_iswupper.c, CFLAGS-tst_iswxdigit.c,
+	CFLAGS-tst_towlower.c, CFLAGS-tst_towupper.c): New macros.
+
+2017-07-21  Steve Ellcey  <sellcey@cavium.com>
+
 	* nss/nss_test1.c (default_npwd_data): Fix definition.
 
 2017-07-21  Steve Ellcey  <sellcey@cavium.com>