From: Ulrich Drepper Date: Mon, 17 Mar 1997 04:07:07 +0000 (+0000) Subject: Correct return value. Discard first stack element after fxtract. X-Git-Tag: cvs/glibc-2_0_4~22 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=31d782281541fdec957710e9799d177451dbbe32;p=thirdparty%2Fglibc.git Correct return value. Discard first stack element after fxtract. --- diff --git a/sysdeps/libm-i387/s_logbl.S b/sysdeps/libm-i387/s_logbl.S index 6ce274c57c7..5c9a9c1c9d8 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)