about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2003-02-15 07:55:59 +0000
committerUlrich Drepper <drepper@redhat.com>2003-02-15 07:55:59 +0000
commit757de559da017957b8d8fdb243ebde70c000cfeb (patch)
tree353ec81ad67f13f095cf4cd946a02073cd6a3126 /ChangeLog
parenta439bb2fa34284eed666b8e3733d46c72dadc62f (diff)
downloadglibc-757de559da017957b8d8fdb243ebde70c000cfeb.tar.gz
glibc-757de559da017957b8d8fdb243ebde70c000cfeb.tar.xz
glibc-757de559da017957b8d8fdb243ebde70c000cfeb.zip
Update.
	* math/libm-test.inc (nextafter_test): New test, but disabled due
	to gcc bug.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog2
1 files changed, 2 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 8a8781a075..eb455fd6a0 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -3,6 +3,8 @@
 	* sysdeps/i386/fpu/s_nextafterl.c: Decrement high word of mantissa
 	of demorm correctly if low word is zero.
 	Reported by Fred J. Tydeman <tydeman@tybor.com>.
+	* math/libm-test.inc (nextafter_test): New test, but disabled due
+	to gcc bug.
 
 	* sysdeps/generic/libc-start.c [HAVE_PTR_NTHREADS]: Decrement thread
 	counter and only call __exit_thread if this is not the last thread.