Date: Thu, 5 Aug 2004 01:46:11 +0000 (UTC) From: David Schultz <das@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/msun Makefile src/lib/msun/src s_isnan.c s_isnanf.c Message-ID: <200408050146.i751kB2R048113@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
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)
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200408050146.i751kB2R048113>