From: drepper Date: Sun, 3 Dec 2000 09:59:39 +0000 (+0000) Subject: Check in all changes. X-Git-Tag: glibc-2_2~705 X-Git-Url: http://git.csclub.uwaterloo.ca/?p=kopensolaris-gnu%2Fglibc.git;a=commitdiff_plain;h=41c85388070e608aaeb1760d9fac1d87ae52bbf4;ds=sidebyside Check in all changes. --- diff --git a/sysdeps/i386/fpu/s_frexpl.S b/sysdeps/i386/fpu/s_frexpl.S index 0f622f546a..2645d220ee 100644 --- a/sysdeps/i386/fpu/s_frexpl.S +++ b/sysdeps/i386/fpu/s_frexpl.S @@ -103,14 +103,13 @@ ENTRY (BP_SYM (__frexpl)) LEAVE ret -4: movl VAL2(%esp), %eax - movl %eax, %edx - andl $0x7fff, %eax +4: movl VAL2(%esp), %ecx + movl %ecx, %edx + andl $0x7fff, %ecx andl $0x8000, %edx - subl $16382-64, %eax + subl $16382, %ecx orl $0x3ffe, %edx - addl %eax, %ecx movl %edx, VAL2(%esp) jmp 1b END (BP_SYM (__frexpl))