From: Ulrich Drepper Date: Tue, 7 Jan 2003 07:44:27 +0000 (+0000) Subject: Update. X-Git-Tag: cvs/glibc-2_3_2~347 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=2e8b940bd86a07f6d6239e398c876e6032538195;p=thirdparty%2Fglibc.git Update. * sysdeps/i386/fpu/s_significandl.c (__significandl): Really return significand and not the exponent. Reported by Nelson H. F. Beebe . --- diff --git a/ChangeLog b/ChangeLog index 764a7016c85..7e6b11e8cec 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,9 @@ 2003-01-06 Ulrich Drepper + * sysdeps/i386/fpu/s_significandl.c (__significandl): Really + return significand and not the exponent. + Reported by Nelson H. F. Beebe . + * elf/dl-misc.c (_dl_debug_vdprintf): Help PPC port by explcitly taking address of iov in INTERNAL_SYSCALL call. Patch by Franz Sirl.