diff options
author | Jeff Johnston <jjohnstn@redhat.com> | 2005-10-14 21:11:39 +0000 |
---|---|---|
committer | Jeff Johnston <jjohnstn@redhat.com> | 2005-10-14 21:11:39 +0000 |
commit | d2c2c1328b5fa59452a0d7e945abeed2fa72fb58 (patch) | |
tree | 4defeefaba2172387d8e965537214f43d1be1bb8 /newlib/libm/mathfp/Makefile.am | |
parent | 4d57c1edc7e1f4ac2c6656a014c90454225df138 (diff) | |
download | cygnal-d2c2c1328b5fa59452a0d7e945abeed2fa72fb58.tar.gz cygnal-d2c2c1328b5fa59452a0d7e945abeed2fa72fb58.tar.bz2 cygnal-d2c2c1328b5fa59452a0d7e945abeed2fa72fb58.zip |
2005-10-14 Jeff Johnston <jjohnstn@redhat.com>
* libc/include/math.h (HUGE_VALF, HUGE_VALL): New.
* libm/common/Makefile.am: Add s_infconst.c support.
* libm/common/Makefile.in: Regenerated.
* libm/common/s_infconst.c: New file with float and
long double infinity support added.
* libm/math/Makefile.am: Remove s_infconst.c support.
* libm/math/Makefile.in: Regenerated.
* libm/math/s_infconst.c: Moved to common directory.
* libm/mathfp/Makefile.am: Remove s_infconst.c support.
* libm/mathfp/Makefile.in: Regenerated.
* libm/mathfp/s_infconst.c: Moved to common directory.
Diffstat (limited to 'newlib/libm/mathfp/Makefile.am')
-rw-r--r-- | newlib/libm/mathfp/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/newlib/libm/mathfp/Makefile.am b/newlib/libm/mathfp/Makefile.am index 92688c43d..82adbea4f 100644 --- a/newlib/libm/mathfp/Makefile.am +++ b/newlib/libm/mathfp/Makefile.am @@ -21,7 +21,7 @@ src = s_acos.c s_frexp.c s_mathcnst.c \ er_gamma.c er_lgamma.c \ s_erf.c e_j0.c e_j1.c w_jn.c e_hypot.c \ w_cabs.c w_drem.c s_asinh.c s_fmod.c \ - e_scalb.c s_infconst.c s_signif.c \ + e_scalb.c s_signif.c \ s_exp2.c s_tgamma.c fsrc = sf_ceil.c \ |