about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2003-01-07 07:44:27 +0000
committerUlrich Drepper <drepper@redhat.com>2003-01-07 07:44:27 +0000
commit2e8b940bd86a07f6d6239e398c876e6032538195 (patch)
tree2b0f6df6d45b48028326a877676966740614f035 /ChangeLog
parent4d464f39c8df2c5cf0f42746b47c8f6c0c41a4b6 (diff)
downloadglibc-2e8b940bd86a07f6d6239e398c876e6032538195.tar.gz
glibc-2e8b940bd86a07f6d6239e398c876e6032538195.tar.xz
glibc-2e8b940bd86a07f6d6239e398c876e6032538195.zip
Update.
	* sysdeps/i386/fpu/s_significandl.c (__significandl): Really
	return significand and not the exponent.
	Reported by Nelson H. F. Beebe <beebe@math.utah.edu>.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 764a7016c8..7e6b11e8ce 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
 2003-01-06  Ulrich Drepper  <drepper@redhat.com>
 
+	* sysdeps/i386/fpu/s_significandl.c (__significandl): Really
+	return significand and not the exponent.
+	Reported by Nelson H. F. Beebe <beebe@math.utah.edu>.
+
 	* elf/dl-misc.c (_dl_debug_vdprintf): Help PPC port by explcitly
 	taking address of iov in INTERNAL_SYSCALL call.  Patch by Franz Sirl.