diff options
author | Thomas Schwinge <thomas@codesourcery.com> | 2013-03-21 16:07:48 +0100 |
---|---|---|
committer | Thomas Schwinge <thomas@codesourcery.com> | 2013-03-21 16:07:48 +0100 |
commit | bdef0be784c57c6e01a64933a167f29b2bd0cd6e (patch) | |
tree | 06cb27d5fe4eb20e2cc6a623ea089a88c63e453e /ChangeLog | |
parent | 5aa4a1a1fd742479818a668d42d91ca9ec4a6318 (diff) | |
download | glibc-bdef0be784c57c6e01a64933a167f29b2bd0cd6e.tar.gz glibc-bdef0be784c57c6e01a64933a167f29b2bd0cd6e.tar.xz glibc-bdef0be784c57c6e01a64933a167f29b2bd0cd6e.zip |
libm-test: Properly wrap blocks consisting of several statements.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 0e6798b1ae..dadbd21dbc 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,8 @@ 2013-03-21 Thomas Schwinge <thomas@codesourcery.com> + * math/gen-libm-test.pl (parse_args, special_functions): Properly + wrap blocks consisting of several statements. + * sysdeps/generic/math-tests.h: New file. * sysdeps/i386/fpu/math-tests.h: Likewise. * math/test-snan.c: Include it. |