Update.
authorUlrich Drepper <drepper@redhat.com>
Tue, 7 Jan 2003 07:44:27 +0000 (07:44 +0000)
committerUlrich Drepper <drepper@redhat.com>
Tue, 7 Jan 2003 07:44:27 +0000 (07:44 +0000)
* sysdeps/i386/fpu/s_significandl.c (__significandl): Really
return significand and not the exponent.
Reported by Nelson H. F. Beebe <beebe@math.utah.edu>.

ChangeLog

index 764a701..7e6b11e 100644 (file)
--- 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.