summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorThomas Schwinge <thomas@codesourcery.com>2013-03-19 10:16:49 +0100
committerThomas Schwinge <thomas@codesourcery.com>2013-03-21 16:05:29 +0100
commit5aa4a1a1fd742479818a668d42d91ca9ec4a6318 (patch)
tree33ff8dddda5606d8646047fc8fedf63630849832 /ChangeLog
parent98c48fe5cc4317123a168490a8fb37540e23f104 (diff)
On 32-bit x86, disable certain tests involving sNaN values.
Follow-up to commit 495ded2c8c1eb8c0ac4b54add2dd397852e19cba.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index dffd409d5b..0e6798b1ae 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2013-03-21 Thomas Schwinge <thomas@codesourcery.com>
+
+ * sysdeps/generic/math-tests.h: New file.
+ * sysdeps/i386/fpu/math-tests.h: Likewise.
+ * math/test-snan.c: Include it.
+ (TEST_FUNC): Use SNAN_TESTS to short-circuit certain tests.
+
2013-03-21 Joseph Myers <joseph@codesourcery.com>
[BZ #15285]