cvs commit: src/lib/msun Makefile src/lib/msun/src s_isnan.c
s_isnanf.c
David Schultz
das at FreeBSD.org
Wed Aug 4 18:46:12 PDT 2004
das 2004-08-05 01:46:11 UTC
FreeBSD src repository
Modified files:
lib/msun Makefile
lib/msun/src s_isnan.c
Removed files:
lib/msun/src s_isnanf.c
Log:
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().
Revision Changes Path
1.50 +1 -1 src/lib/msun/Makefile
1.8 +52 -27 src/lib/msun/src/s_isnan.c
1.8 +0 -39 src/lib/msun/src/s_isnanf.c (dead)
More information about the cvs-src
mailing list