summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorJakub Jelinek <jakub@redhat.com>2006-03-07 13:28:12 +0000
committerJakub Jelinek <jakub@redhat.com>2006-03-07 13:28:12 +0000
commit4f2b8b027189b2ce09991b5a1c19843f6dcbbf94 (patch)
tree753f3eabf6c5cb70b7753a4fd5994bf7cc5ba6f5 /ChangeLog
parent9dc858f906abd8782c0168d70bb20bfc0a7e4706 (diff)
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 8e43a8cb85..8943e8ccd7 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2006-03-07 Jakub Jelinek <jakub@redhat.com>
+
+ * math/libm-test.inc [TEST_LDOUBLE] (ceil_test, floor_test, rint_test,
+ round_test, trunc_test): Only run some of the new tests if
+ LDBL_MANT_DIG > 100.
+
2006-03-03 Steven Munroe <sjmunroe@us.ibm.com>
Alan Modra <amodra@bigpond.net.au>