diff options
author | Mike Frysinger <vapier@gentoo.org> | 2007-12-08 00:59:10 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2007-12-08 00:59:10 +0000 |
commit | 54d204073484a66315c6143cfbc9e67c3579fa7a (patch) | |
tree | e362ce80b481a2c18825073865fb6440f6649a93 /libm/Makefile.in | |
parent | 06f8c11fef4cc69e70224739fc55351ecfe7ac81 (diff) |
import trunc()/truncf() for ISO C requirements, otherwise fortran can hit infinite loops when it generates builtins+trunc() substitutes
Diffstat (limited to 'libm/Makefile.in')
-rw-r--r-- | libm/Makefile.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libm/Makefile.in b/libm/Makefile.in index 10869a88e..eb905e06a 100644 --- a/libm/Makefile.in +++ b/libm/Makefile.in @@ -68,8 +68,8 @@ libm_CSRC := \ s_ilogb.c s_ldexp.c s_lib_version.c s_lrint.c s_lround.c s_llround.c \ s_log1p.c s_logb.c s_matherr.c s_modf.c s_nextafter.c s_round.c \ s_rint.c s_scalbn.c s_signgam.c s_significand.c s_sin.c s_tan.c \ - s_tanh.c w_acos.c w_acosh.c w_asin.c w_atan2.c w_atanh.c w_cabs.c \ - w_cosh.c w_drem.c w_exp.c w_fmod.c w_gamma.c w_gamma_r.c \ + s_tanh.c s_trunc.c w_acos.c w_acosh.c w_asin.c w_atan2.c w_atanh.c \ + w_cabs.c w_cosh.c w_drem.c w_exp.c w_fmod.c w_gamma.c w_gamma_r.c \ w_hypot.c w_j0.c w_j1.c w_jn.c w_lgamma.c w_lgamma_r.c \ w_log.c w_log10.c w_pow.c w_remainder.c w_scalb.c w_sinh.c \ w_sqrt.c fpmacros.c nan.c carg.c s_llrint.c |