projects
/
kopensolaris-gnu
/
glibc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
dc72f68
)
Check in all changes.
author
drepper
<drepper>
Sun, 3 Dec 2000 09:59:39 +0000
(09:59 +0000)
committer
drepper
<drepper>
Sun, 3 Dec 2000 09:59:39 +0000
(09:59 +0000)
sysdeps/i386/fpu/s_frexpl.S
patch
|
blob
|
history
diff --git
a/sysdeps/i386/fpu/s_frexpl.S
b/sysdeps/i386/fpu/s_frexpl.S
index
0f622f5
..
2645d22
100644
(file)
--- 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), %e
a
x
- movl %e
a
x, %edx
- andl $0x7fff, %e
a
x
+4: movl VAL2(%esp), %e
c
x
+ movl %e
c
x, %edx
+ andl $0x7fff, %e
c
x
andl $0x8000, %edx
- subl $16382
-64, %ea
x
+ subl $16382
, %ec
x
orl $0x3ffe, %edx
- addl %eax, %ecx
movl %edx, VAL2(%esp)
jmp 1b
END (BP_SYM (__frexpl))