summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorJoseph Myers <joseph@codesourcery.com>2013-01-23 00:42:51 +0000
committerJoseph Myers <joseph@codesourcery.com>2013-01-23 00:42:51 +0000
commit052aff95782fefe9c63566471063e8b20836bfb8 (patch)
tree5d4216a958b589af26052cd6e97daf2a121bdab3 /ChangeLog
parent7c1e01aabcec96173b6e276e67322125ec90dff7 (diff)
downloadglibc-052aff95782fefe9c63566471063e8b20836bfb8.tar.gz
glibc-052aff95782fefe9c63566471063e8b20836bfb8.tar.xz
glibc-052aff95782fefe9c63566471063e8b20836bfb8.zip
Make bits/wchar.h correct for all architectures (bug 15036).
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 7d8eaf7a15..3d378c8d43 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2013-01-23  Joseph Myers  <joseph@codesourcery.com>
+
+	[BZ #15036]
+	* bits/wchar.h (__WCHAR_MAX): Define based on __WCHAR_MAX__, or
+	based on [L'\0' - 1 > 0] if [!__WCHAR_MAX__].
+	(__WCHAR_MIN): Likewise, using __WCHAR_MIN__.
+	* sysdeps/unix/sysv/linux/x86/bits/wchar.h: Remove.
+
 2013-01-21  David S. Miller  <davem@davemloft.net>
 
 	* sysdeps/sparc/backtrace.c: New file.