2009-11-18 Dave Korn <dave.korn.cygwin@googlemail.com>

* libm/machine/i386/f_tan.S (_f_tan): Free fp stack register
        containing useless constant before advancing fp sp over it.
        (_f_tanf): Likewise.
This commit is contained in:
Jeff Johnston 2009-11-18 17:50:20 +00:00
parent 7d5ae9ccf7
commit b425cbf482
3 changed files with 8 additions and 0 deletions

View File

@ -1,3 +1,9 @@
2009-11-18 Dave Korn <dave.korn.cygwin@googlemail.com>
* libm/machine/i386/f_tan.S (_f_tan): Free fp stack register
containing useless constant before advancing fp sp over it.
(_f_tanf): Likewise.
2009-11-18 Corinna Vinschen <corinna@vinschen.de>
* libc/stdio/vfprintf.c: Include ../stdlib/local.h. Replace call to

View File

@ -29,6 +29,7 @@ SYM (_f_tan):
movl esp,ebp
fldl 8(ebp)
fptan
ffree %st(0)
fincstp
leave

View File

@ -29,6 +29,7 @@ SYM (_f_tanf):
movl esp,ebp
flds 8(ebp)
fptan
ffree %st(0)
fincstp
leave