diff options
author | Denis Vlasenko <vda.linux@googlemail.com> | 2009-02-05 22:40:03 +0000 |
---|---|---|
committer | Denis Vlasenko <vda.linux@googlemail.com> | 2009-02-05 22:40:03 +0000 |
commit | fe41011818d8863cbc1250a51fd22b95683b50bb (patch) | |
tree | 1cc4fbcb5047c1b8628c0cf84f2dbb6e2a62837a /libm/Makefile.in | |
parent | bd1a0339226e72391d204b30ed5df03561957b40 (diff) |
libm: add scalbf, gammaf, significandf wrappers.
This makes in possible to enable test/math
(not it compiles, but has lots of test failures).
Diffstat (limited to 'libm/Makefile.in')
-rw-r--r-- | libm/Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libm/Makefile.in b/libm/Makefile.in index e4df83b48..58e420bf4 100644 --- a/libm/Makefile.in +++ b/libm/Makefile.in @@ -78,7 +78,7 @@ FL_MOBJ := \ log1pf.o log2f.o logbf.o logf.o lrintf.o lroundf.o modff.o nearbyintf.o \ nextafterf.o powf.o remainderf.o remquof.o rintf.o roundf.o \ scalblnf.o scalbnf.o sinf.o sinhf.o sqrtf.o tanf.o tanhf.o \ - tgammaf.o truncf.o cargf.o llrintf.o + tgammaf.o truncf.o cargf.o llrintf.o scalbf.o gammaf.o significandf.o LD_MOBJ := acoshl.o acosl.o asinhl.o asinl.o atan2l.o atanhl.o atanl.o cargl.o cbrtl.o \ ceill.o copysignl.o coshl.o cosl.o erfcl.o erfl.o exp2l.o expl.o \ |