summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>1997-03-17 04:07:07 +0000
committerUlrich Drepper <drepper@redhat.com>1997-03-17 04:07:07 +0000
commit31d782281541fdec957710e9799d177451dbbe32 (patch)
tree744ce2155e340d6631cf037263c5f09df38a0581
parent9b5225b600d1943bf66ee53ae4dd0e636117a394 (diff)
Correct return value. Discard first stack element after fxtract.
-rw-r--r--sysdeps/libm-i387/s_logbl.S1
1 files changed, 1 insertions, 0 deletions
diff --git a/sysdeps/libm-i387/s_logbl.S b/sysdeps/libm-i387/s_logbl.S
index 6ce274c57c..5c9a9c1c9d 100644
--- a/sysdeps/libm-i387/s_logbl.S
+++ b/sysdeps/libm-i387/s_logbl.S
@@ -11,6 +11,7 @@ RCSID("$NetBSD: $")
ENTRY(__logbl)
fldt 4(%esp)
fxtract
+ fstp %st
ret
END (__logbl)
weak_alias (__logbl, logbl)