diff options
author | Joseph Myers <joseph@codesourcery.com> | 2016-05-27 15:26:48 +0000 |
---|---|---|
committer | Joseph Myers <joseph@codesourcery.com> | 2016-05-27 15:26:48 +0000 |
commit | d8728df4306c07ed3dc64e825dec9f2e97cb826d (patch) | |
tree | 15528a34740a8af90a42e41b0612dce9abb891fd /ChangeLog | |
parent | de628893f63ebf8cfa7b480028ab1d7d0a01ab06 (diff) | |
download | glibc-d8728df4306c07ed3dc64e825dec9f2e97cb826d.tar.gz glibc-d8728df4306c07ed3dc64e825dec9f2e97cb826d.tar.xz glibc-d8728df4306c07ed3dc64e825dec9f2e97cb826d.zip |
Remove unused macros from libm-test.inc.
This patch removes various no-longer-used macros from libm-test.inc. NO_TEST_INLINE_FLOAT, NO_TEST_INLINE_DOUBLE and M_PI_6l would have been used before relevant tests were moved to auto-libm-test-in. TEST_COND_x86_64 and TEST_COND_x86 were for tests in auto-libm-test-in XFAILed for x86, and are no longer relevant now the bugs in question have been fixed and the XFAILing removed (if future x86-specific XFAILs become needed, they can always be added back). Tested for x86_64 and x86. * math/libm-test.inc (NO_TEST_INLINE_FLOAT): Remove macro. (NO_TEST_INLINE_DOUBLE): Likewise. (TEST_COND_x86_64): Likewise. (TEST_COND_x86): Likewise. (M_PI_6l): Likewise.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 85a73f592b..31736a6352 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,11 @@ +2016-05-27 Joseph Myers <joseph@codesourcery.com> + + * math/libm-test.inc (NO_TEST_INLINE_FLOAT): Remove macro. + (NO_TEST_INLINE_DOUBLE): Likewise. + (TEST_COND_x86_64): Likewise. + (TEST_COND_x86): Likewise. + (M_PI_6l): Likewise. + 2016-05-27 Paul E. Murphy <murphyp@linux.vnet.ibm.com> * math/libm-test.inc: |