From 40c881d1c51aa8a8200be61e5c5c393d03687fe0 Mon Sep 17 00:00:00 2001 From: Denis Vlasenko Date: Mon, 9 Feb 2009 13:07:37 +0000 Subject: ldouble_wrappers.c: fix __signbitl, it was calling itself by mistake. remove wrong casts to long double of long return values. remove lots of empty lines. --- libm/Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libm/Makefile.in') diff --git a/libm/Makefile.in b/libm/Makefile.in index 4b55b3a3a..f708c6ac4 100644 --- a/libm/Makefile.in +++ b/libm/Makefile.in @@ -87,7 +87,7 @@ LD_MOBJ := acoshl.o acosl.o asinhl.o asinl.o atan2l.o atanhl.o atanl.o cargl.o c frexpl.o gammal.o hypotl.o ilogbl.o isinfl.o isnanl.o ldexpl.o lgammal.o llrintl.o \ llroundl.o log10l.o log1pl.o XXXlog2l.o logbl.o logl.o lrintl.o lroundl.o \ modfl.o nearbyintl.o nextafterl.o XXXnexttowardl.o powl.o remainderl.o \ - remquol.o rintl.o roundl.o scalblnl.o scalbnl.o signbitl.o sinhl.o sinl.o sqrtl.o \ + remquol.o rintl.o roundl.o scalblnl.o scalbnl.o __signbitl.o sinhl.o sinl.o sqrtl.o \ tanhl.o tanl.o tgammal.o truncl.o else # This list of math functions was taken from POSIX/IEEE 1003.1b-1993 -- cgit v1.2.3