diff options
author | Joseph Myers <joseph@codesourcery.com> | 2013-05-19 14:40:40 +0000 |
---|---|---|
committer | Joseph Myers <joseph@codesourcery.com> | 2013-05-19 14:40:40 +0000 |
commit | f16cc3eb810be5419aa2fc07d6e05f93624df9ce (patch) | |
tree | c5d5fc748967f4bb3bcd5b09ca45c802622a351b /ChangeLog | |
parent | 2ee094ff7524637304a00fcd25e1d3c9939a1fe5 (diff) | |
download | glibc-f16cc3eb810be5419aa2fc07d6e05f93624df9ce.zip glibc-f16cc3eb810be5419aa2fc07d6e05f93624df9ce.tar.gz glibc-f16cc3eb810be5419aa2fc07d6e05f93624df9ce.tar.bz2 |
Simplify gen-libm-test.pl handling of tests with extra outputs.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -1,3 +1,10 @@ +2013-05-19 Joseph Myers <joseph@codesourcery.com> + + * math/gen-libm-test.pl (get_variable): Remove function. + (parse_args): Don't show pointer parameters to call in test + names. Use "extra output N" in test names for extra outputs + rather than naming variables. + 2013-05-18 Joseph Myers <joseph@codesourcery.com> [BZ #15488] |