freebsd-dev/lib/msun/i387
David Schultz 8185b32b5a Fix a problem relating to fesetenv() clobbering i387 register stack.
Details: As a side-effect of restoring a saved FP environment,
fesetenv() overwrites the tag word, which indicates which i387
registers are in use.  Normally this isn't a problem because
the calling convention requires the register stack to be empty
on function entry and exit.  However, fesetenv() is inlined, so we
need to tell gcc explicitly that the i387 registers get clobbered.

PR:	85101
2007-01-06 21:46:23 +00:00
..
e_exp.S
e_fmod.S
e_log10.S
e_log10f.S
e_log.S
e_logf.S
e_remainder.S
e_remainderf.S
e_sqrt.S
e_sqrtf.S
fenv.c Remove an unneeded fnstcw instruction. 2007-01-05 07:15:26 +00:00
fenv.h Fix a problem relating to fesetenv() clobbering i387 register stack. 2007-01-06 21:46:23 +00:00
Makefile.inc
s_ceil.S
s_ceilf.S
s_ceill.S
s_copysign.S
s_copysignf.S
s_copysignl.S
s_cos.S
s_finite.S
s_floor.S
s_floorf.S
s_floorl.S
s_llrint.S
s_llrintf.S
s_logb.S
s_logbf.S
s_lrint.S
s_lrintf.S
s_remquo.S
s_remquof.S
s_rint.S
s_rintf.S
s_scalbn.S
s_scalbnf.S
s_scalbnl.S
s_significand.S
s_significandf.S
s_sin.S
s_tan.S
s_trunc.S
s_truncf.S
s_truncl.S
Symbol.map