]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
Correct return value. Discard first stack element after fxtract.
authorUlrich Drepper <drepper@redhat.com>
Mon, 17 Mar 1997 04:07:07 +0000 (04:07 +0000)
committerUlrich Drepper <drepper@redhat.com>
Mon, 17 Mar 1997 04:07:07 +0000 (04:07 +0000)
sysdeps/libm-i387/s_logbl.S

index 6ce274c57c76f4b541dac8975e35483984f01ef1..5c9a9c1c9d81623cffd958e84110c0b7f835ab77 100644 (file)
@@ -11,6 +11,7 @@ RCSID("$NetBSD: $")
 ENTRY(__logbl)
        fldt    4(%esp)
        fxtract
+       fstp    %st
        ret
 END (__logbl)
 weak_alias (__logbl, logbl)