freebsd-dev/lib/msun
David Schultz 7a773faadc Fix a problem where libm compiled under 5.X would depend on features
that are only in libc.so.5.  This broke some 4.X applications linked
to libm and run under 5.X.

Background:
In C99, isinf() and isnan() cannot be implemented as regular
functions.  We use macros that call libc functions in 5.X, but for
libm-internal use, we need to use the old versions until the next
time libm's major version number is bumped.

Submitted by:	bde
Reported by:	imp, kris
2003-10-27 01:28:07 +00:00
..
alpha $Id$ -> $FreeBSD$ 1999-08-28 00:22:10 +00:00
bsdsrc Correct typos, mostly s/ a / an / where appropriate. Some whitespace cleanup, 2003-01-01 18:49:04 +00:00
i387 Removed bogus 'l' suffixes in FP register to register instructions. 2000-06-06 12:12:36 +00:00
man Document fabsl(3). 2003-10-25 13:45:11 +00:00
src Fix a problem where libm compiled under 5.X would depend on features 2003-10-27 01:28:07 +00:00
Makefile - fabsl.c should be named s_fabsl.c for consistency with libmsun's 2003-10-25 09:32:18 +00:00