diff options
author | Joseph Myers <joseph@codesourcery.com> | 2012-05-01 20:00:56 +0000 |
---|---|---|
committer | Joseph Myers <joseph@codesourcery.com> | 2012-05-01 20:00:56 +0000 |
commit | d22956c99b81958fdfb8437361f92b9d8a6e7984 (patch) | |
tree | 93d73c2e1030a46a99c831fb9ce28babdb2382c2 /ChangeLog | |
parent | 028e2e38795854365b0a9414273fbbc7ea84548a (diff) | |
download | glibc-d22956c99b81958fdfb8437361f92b9d8a6e7984.tar.gz glibc-d22956c99b81958fdfb8437361f92b9d8a6e7984.tar.xz glibc-d22956c99b81958fdfb8437361f92b9d8a6e7984.zip |
conformtest: Unify handling of "optional-" and non-optional lines.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 0d4f9dbf7c..f1f903d2b9 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,9 @@ 2012-05-01 Joseph Myers <joseph@codesourcery.com> + * conform/conformtest.pl: Handle "optional-" at start of lines in + one place rather than duplicating several cases. Handle each + format of "macro" line with initial "optional-". + * conform/conformtest.pl: Only accept expected constant or optional-constant values with "==". Parse all "constant" lines in one place. Parse all "optional-constant" lines in one place. |