diff options
author | Joseph Myers <joseph@codesourcery.com> | 2013-05-16 15:53:40 +0000 |
---|---|---|
committer | Joseph Myers <joseph@codesourcery.com> | 2013-05-16 15:53:40 +0000 |
commit | 8c75f67421af1e6680ac465f49672021b6571904 (patch) | |
tree | 744d8be55c80cf8e2da8c79ca5ad99a792565051 /ChangeLog | |
parent | e6e49e59c1017f5fcf442ccbfa63b2a9627cb0c0 (diff) | |
download | glibc-8c75f67421af1e6680ac465f49672021b6571904.tar glibc-8c75f67421af1e6680ac465f49672021b6571904.tar.gz glibc-8c75f67421af1e6680ac465f49672021b6571904.tar.bz2 glibc-8c75f67421af1e6680ac465f49672021b6571904.zip |
Convert TEST_extra tests from code to data.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -1,3 +1,10 @@ +2013-05-16 Joseph Myers <joseph@codesourcery.com> + + * math/libm-test.inc (struct test_sincos_data): New type. + (RUN_TEST_LOOP_sincos): New macro. + (sincos_test_data): New variable. + (sincos_test): Run tests with RUN_TEST_LOOP_sincos. + 2013-05-16 Richard Henderson <rth@redhat.com> * math/atest-exp2.c (LIMB64): New macro. |