about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorJoseph Myers <joseph@codesourcery.com>2014-02-13 00:46:45 +0000
committerJoseph Myers <joseph@codesourcery.com>2014-02-13 00:46:45 +0000
commit743151aeaedc113900805523195fc3d9cff0bdb6 (patch)
tree3450555292a73671cbb58b909a7ecb4714b94d29 /ChangeLog
parent498afc54dfee41d33ba519f496e96480badace8e (diff)
downloadglibc-743151aeaedc113900805523195fc3d9cff0bdb6.tar.gz
glibc-743151aeaedc113900805523195fc3d9cff0bdb6.tar.xz
glibc-743151aeaedc113900805523195fc3d9cff0bdb6.zip
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.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index a8dcc80520..2d6e872fb2 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,12 @@
 2014-02-12  Joseph Myers  <joseph@codesourcery.com>
 
+	* 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.
+
 	* include/features.h (__USE_BSD): Remove macro definitions.
 	(__USE_SVID): Likewise.
 	(_BSD_SOURCE): Likewise.