Update MIPS math-tests.h for GCC 4.9 using soft-fp.
commit743151aeaedc113900805523195fc3d9cff0bdb6
authorJoseph Myers <joseph@codesourcery.com>
Thu, 13 Feb 2014 00:46:45 +0000 (13 00:46 +0000)
committerJoseph Myers <joseph@codesourcery.com>
Thu, 13 Feb 2014 00:46:45 +0000 (13 00:46 +0000)
tree3450555292a73671cbb58b909a7ecb4714b94d29
parent498afc54dfee41d33ba519f496e96480badace8e
Update MIPS math-tests.h for GCC 4.9 using soft-fp.

GCC trunk now uses soft-fp for MIPS64 long double, so supporting
integration with hardware exceptions and rounding modes.  This patch
updates MIPS math-tests.h accordingly not to disable exception and
rounding mode tests in this case.

Tested mips64 and ulps updated to reflect the newly run tests.

* sysdeps/mips/math-tests.h: Include <features.h>.
[!__mips_soft_float && _MIPS_SIM != _ABIO32 && __GNUC_PREREQ (4, 9)]
(ROUNDING_TESTS_long_double): Do not define.
[!__mips_soft_float && _MIPS_SIM != _ABIO32 && __GNUC_PREREQ (4, 9)]
(EXCEPTION_TESTS_long_double): Likewise.
* sysdeps/mips/mips64/libm-test-ulps: Update.
ChangeLog
sysdeps/mips/math-tests.h
sysdeps/mips/mips64/libm-test-ulps