about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2003-02-15 05:25:17 +0000
committerUlrich Drepper <drepper@redhat.com>2003-02-15 05:25:17 +0000
commita439bb2fa34284eed666b8e3733d46c72dadc62f (patch)
tree05d82aa214bba042a960e01d648236f61c50fb98 /ChangeLog
parent7c6d00e62369b27b3493d0f89da47e22568fcac9 (diff)
downloadglibc-a439bb2fa34284eed666b8e3733d46c72dadc62f.tar.gz
glibc-a439bb2fa34284eed666b8e3733d46c72dadc62f.tar.xz
glibc-a439bb2fa34284eed666b8e3733d46c72dadc62f.zip
Update.
	* 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>.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 78ca01e101..8a8781a075 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
 2003-02-14  Ulrich Drepper  <drepper@redhat.com>
 
+	* 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>.
+
 	* sysdeps/generic/libc-start.c [HAVE_PTR_NTHREADS]: Decrement thread
 	counter and only call __exit_thread if this is not the last thread.