diff options
author | Andreas Schwab <schwab@suse.de> | 2014-12-10 11:28:51 +0100 |
---|---|---|
committer | Andreas Schwab <schwab@suse.de> | 2015-03-04 11:52:55 +0100 |
commit | 8e2e833ac4d6509b152d6b8d74d388725717c56f (patch) | |
tree | ca423009efc5031a6dbbe4b71bfd7159ad068c51 /NEWS | |
parent | 85b290451e4d3ab460a57f1c5966c5827ca807ca (diff) | |
download | glibc-8e2e833ac4d6509b152d6b8d74d388725717c56f.tar.gz glibc-8e2e833ac4d6509b152d6b8d74d388725717c56f.tar.xz glibc-8e2e833ac4d6509b152d6b8d74d388725717c56f.zip |
Don't define __CORRECT_ISO_CPP_STRING_H_PROTO for non-GCC compilers (bug 17631)
The implementation of __CORRECT_ISO_CPP_STRING_H_PROTO requires support for asm aliases.
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/NEWS b/NEWS index 01c9f9eac5..1f98e58da2 100644 --- a/NEWS +++ b/NEWS @@ -10,10 +10,10 @@ Version 2.22 * The following bugs are resolved with this release: 4719, 13064, 14094, 14841, 15319, 15467, 15790, 15969, 16351, 16512, - 16560, 16783, 17269, 17523, 17569, 17588, 17711, 17776, 17779, 17792, - 17836, 17912, 17916, 17932, 17944, 17949, 17964, 17965, 17967, 17969, - 17978, 17987, 17991, 17996, 17998, 17999, 18019, 18020, 18029, 18030, - 18032, 18036, 18038, 18039, 18046, 18047. + 16560, 16783, 17269, 17523, 17569, 17588, 17631, 17711, 17776, 17779, + 17792, 17836, 17912, 17916, 17932, 17944, 17949, 17964, 17965, 17967, + 17969, 17978, 17987, 17991, 17996, 17998, 17999, 18019, 18020, 18029, + 18030, 18032, 18036, 18038, 18039, 18046, 18047. * Character encoding and ctype tables were updated to Unicode 7.0.0, using new generator scripts contributed by Pravin Satpute and Mike FABIAN (Red |