diff options
author | Joseph Myers <joseph@codesourcery.com> | 2017-02-20 17:53:51 +0000 |
---|---|---|
committer | Joseph Myers <joseph@codesourcery.com> | 2017-02-20 17:53:51 +0000 |
commit | 24b2a1b12283c73335281c4010bcbaafead04619 (patch) | |
tree | 977740f64bab66d0690655e55334a6e3e13a2c20 /ChangeLog | |
parent | 71223d68802e63a9d8e3b9f2907ccefffe1762cb (diff) | |
download | glibc-24b2a1b12283c73335281c4010bcbaafead04619.tar.gz glibc-24b2a1b12283c73335281c4010bcbaafead04619.tar.xz glibc-24b2a1b12283c73335281c4010bcbaafead04619.zip |
Remove some unused libm-test exception macros.
This patch removes some libm-test-support.h macros for exceptions that are no longer used. EXCEPTIONS_OK has been unused for some time. The macros for underflow exceptions with some types only were used when the results for complex inverse trig and hyperbolic functions were manually maintained, but are no longer needed now the auto-libm-test machinery is used to determine the correct result and exceptions for every floating-point format and rounding mode. Tested for x86_64. * math/libm-test-support.h (EXCEPTIONS_OK): Remove macro. (UNDERFLOW_EXCEPTION_FLOAT): Likewise. (UNDERFLOW_EXCEPTION_OK_FLOAT): Likewise. (UNDERFLOW_EXCEPTION_DOUBLE): Likewise. (UNDERFLOW_EXCEPTION_OK_DOUBLE): Likewise. (UNDERFLOW_EXCEPTION_LDOUBLE_IBM): Likewise.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index f345cad627..05d8a35478 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,12 @@ +2017-02-20 Joseph Myers <joseph@codesourcery.com> + + * math/libm-test-support.h (EXCEPTIONS_OK): Remove macro. + (UNDERFLOW_EXCEPTION_FLOAT): Likewise. + (UNDERFLOW_EXCEPTION_OK_FLOAT): Likewise. + (UNDERFLOW_EXCEPTION_DOUBLE): Likewise. + (UNDERFLOW_EXCEPTION_OK_DOUBLE): Likewise. + (UNDERFLOW_EXCEPTION_LDOUBLE_IBM): Likewise. + 2017-02-19 Zack Weinberg <zackw@panix.com> * rt/tst-mqueue4.c: Include stdint.h. |