diff options
author | Joseph Myers <joseph@codesourcery.com> | 2012-05-01 20:05:14 +0000 |
---|---|---|
committer | Joseph Myers <joseph@codesourcery.com> | 2012-05-01 20:05:14 +0000 |
commit | c9140a622eec9919fd151cfa5d0f751f49dbc8ce (patch) | |
tree | fa4482a56e2063a131969d4580879da88f64cdd2 /ChangeLog | |
parent | 9af0bf29de57bccb94db223ff835f1867b74b489 (diff) | |
download | glibc-c9140a622eec9919fd151cfa5d0f751f49dbc8ce.tar.gz glibc-c9140a622eec9919fd151cfa5d0f751f49dbc8ce.tar.xz glibc-c9140a622eec9919fd151cfa5d0f751f49dbc8ce.zip |
conformtest: Check namespace within __attribute__.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index adc2e18b69..c5eabf180e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,9 @@ 2012-05-01 Joseph Myers <joseph@codesourcery.com> + * conform/conformtest.pl ($CFLAGS_namespace): Define separately + from $CFLAGS, without defining away __attribute__ calls. + (checknamespace): Use $CFLAGS_namespace. + * conform/conformtest.pl (@keywords): Only include C99 keywords for standards based on C99 or C11. |