Remove some unused libm-test exception macros.
commit24b2a1b12283c73335281c4010bcbaafead04619
authorJoseph Myers <joseph@codesourcery.com>
Mon, 20 Feb 2017 17:53:51 +0000 (20 17:53 +0000)
committerJoseph Myers <joseph@codesourcery.com>
Mon, 20 Feb 2017 17:53:51 +0000 (20 17:53 +0000)
tree977740f64bab66d0690655e55334a6e3e13a2c20
parent71223d68802e63a9d8e3b9f2907ccefffe1762cb
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.
ChangeLog
math/libm-test-support.h