summaryrefslogtreecommitdiffstats
path: root/lib/msun/Makefile
diff options
context:
space:
mode:
authordas <das@FreeBSD.org>2004-08-05 01:46:11 +0000
committerdas <das@FreeBSD.org>2004-08-05 01:46:11 +0000
commite4fbd5d17285aa77573a1d717ddf675761c44511 (patch)
treec24cbe82179d12b52376808137dcf7fbffc4cb65 /lib/msun/Makefile
parent73fe96f0a7ad5f492ecc11937cd91884c841d6dd (diff)
downloadFreeBSD-src-e4fbd5d17285aa77573a1d717ddf675761c44511.zip
FreeBSD-src-e4fbd5d17285aa77573a1d717ddf675761c44511.tar.gz
Replace s_isnan.c and s_isnanf.c with the more compact s_isnan.c from
libc. The externally-visible effect of this is to add __isnanl() to libm, which means that libm.so.2 can once again link against libc.so.4 when LD_BIND_NOW is set. This was broken by the addition of fdiml(), which calls __isnanl().
Diffstat (limited to 'lib/msun/Makefile')
-rw-r--r--lib/msun/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/msun/Makefile b/lib/msun/Makefile
index 092a70f..73d7475 100644
--- a/lib/msun/Makefile
+++ b/lib/msun/Makefile
@@ -84,7 +84,7 @@ COMMON_SRCS= b_exp.c b_log.c b_tgamma.c \
s_expm1.c s_expm1f.c s_fabsf.c s_fdim.c s_finite.c s_finitef.c \
s_floor.c s_floorf.c s_fmax.c s_fmaxf.c s_fmaxl.c s_fmin.c \
s_fminf.c s_fminl.c s_frexp.c s_frexpf.c s_ilogb.c s_ilogbf.c \
- s_isfinite.c s_isnanf.c s_isnormal.c s_ldexpf.c \
+ s_isfinite.c s_isnan.c s_isnormal.c s_ldexpf.c \
s_lib_version.c s_log1p.c \
s_log1pf.c s_logb.c s_logbf.c s_matherr.c s_modff.c \
s_nearbyint.c s_nextafter.c s_nextafterf.c \
OpenPOWER on IntegriCloud