aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorThomas Schwinge <thomas@codesourcery.com>2013-02-28 22:38:23 +0100
committerThomas Schwinge <thomas@codesourcery.com>2013-03-15 19:12:10 +0100
commit495ded2c8c1eb8c0ac4b54add2dd397852e19cba (patch)
treed1c635ce966b0b34936abe69b231e0e2e87ffcb4 /ChangeLog
parent777b0332c0598ebba46685b41ea5846640751c19 (diff)
downloadglibc-495ded2c8c1eb8c0ac4b54add2dd397852e19cba.tar
glibc-495ded2c8c1eb8c0ac4b54add2dd397852e19cba.tar.gz
glibc-495ded2c8c1eb8c0ac4b54add2dd397852e19cba.tar.bz2
glibc-495ded2c8c1eb8c0ac4b54add2dd397852e19cba.zip
Promote a math test for sNaN handling to the top-level.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 6f751d4607..d445e604d8 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,13 @@
2013-03-15 Thomas Schwinge <thomas@codesourcery.com>
+ * sysdeps/powerpc/fpu/test-powerpc-snan.c: Rename to
+ math/test-snan.c.
+ * math/test-snan.c: Renamed from
+ sysdeps/powerpc/fpu/test-powerpc-snan.c.
+ * math/Makefile (tests): Add test-snan.
+ * sysdeps/powerpc/fpu/Makefile (libm-tests): Don't add
+ test-powerpc-snan.
+
* math/basic-test.c (TEST_FUNC): Replace NANFUNC argument with
SUFFIX. Initialize qNaN_var with __builtin_nan family of
functions.