aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2000-12-03 23:35:00 +0000
committerUlrich Drepper <drepper@redhat.com>2000-12-03 23:35:00 +0000
commitbe2925fc8afd9170d76237ac0fcf2df5db89532b (patch)
treee1cbf921eb10aceb0491bec1a0e96b62047dd0d6 /ChangeLog
parent79569444efc685121f65d91f5b4eee834830d416 (diff)
downloadglibc-be2925fc8afd9170d76237ac0fcf2df5db89532b.tar
glibc-be2925fc8afd9170d76237ac0fcf2df5db89532b.tar.gz
glibc-be2925fc8afd9170d76237ac0fcf2df5db89532b.tar.bz2
glibc-be2925fc8afd9170d76237ac0fcf2df5db89532b.zip
Update.
* sysdeps/ieee754/flt-32/s_fpclassifyf.c (__fpclassifyf): Correct test for subnormal. Reported by Fred J. Tydeman <tydeman@tybor.com>.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index ed1ddafee7..378b0154f1 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
2000-12-03 Ulrich Drepper <drepper@redhat.com>
+ * sysdeps/ieee754/flt-32/s_fpclassifyf.c (__fpclassifyf): Correct
+ test for subnormal.
+ Reported by Fred J. Tydeman <tydeman@tybor.com>.
+
* math/test-misc.c (main): Add tests for frexp.
Reported by Fred J. Tydeman <tydeman@tybor.com>.
* sysdeps/i386/fpu/s_frexpl.S: Don't overflow during the computation.