freebsd-nq/lib/libc/i386/gen
David Schultz 240dbabfa8 Implement the classification macros isfinite(), isinf(), isnan(), and
isnormal() the hard way, rather than relying on fpclassify().  This is
a lose in the sense that we need a total of 12 functions, but it is
necessary for binary compatibility because we have never bumped libm's
major version number.  In particular, isinf(), isnan(), and isnanf()
were BSD libc functions before they were C99 macros, so we can't
reimplement them in terms of fpclassify() without adding a dependency
on libc.so.5.  I have tried to arrange things so that programs that
could be compiled in FreeBSD 4.X will generate the same external
references when compiled in 5.X.  At the same time, the new macros
should remain C99-compliant.

The isinf() and isnan() functions remain in libc for historical
reasons; however, I have moved the functions that implement the macros
isfinite() and isnormal() to libm where they belong.  Moreover,
half a dozen MD versions of isinf() and isnan() have been replaced
with MI versions that work equally well.

Prodded by:	kris
2004-07-09 03:32:40 +00:00
..
_ctx_start.S Use %esi to store next ucp pointer. Mark end of stack by 2004-07-02 14:19:44 +00:00
_setjmp.S Restore CSRG ID's lost in January 1995. 2002-03-23 02:10:28 +00:00
alloca.S Push the alloca #error warning farther down to play nicer with some out of 2003-06-25 19:06:40 +00:00
fabs.S Standardize on our SCM ID style. 2002-03-23 02:44:19 +00:00
frexp.c Restore CSRG ID's lost in January 1995. 2002-03-23 02:10:28 +00:00
infinity.c Implement fpclassify(): 2003-02-08 20:37:55 +00:00
ldexp.c Remove the code and an associated comment for gcc 1.x compatibility 2004-02-16 10:03:02 +00:00
makecontext.c Use %esi to store next ucp pointer. Mark end of stack by 2004-07-02 14:19:44 +00:00
Makefile.inc Implement the classification macros isfinite(), isinf(), isnan(), and 2004-07-09 03:32:40 +00:00
modf.S Restore CSRG ID's lost in January 1995. 2002-03-23 02:10:28 +00:00
rfork_thread.S Properly cleanup the stack before jumping to cerror() if rfork(2) fails. 2003-05-07 17:23:25 +00:00
setjmp.S Restore CSRG ID's lost in January 1995. 2002-03-23 02:10:28 +00:00
signalcontext.c Follow previous change in makecontext. Use %esi to store next ucp 2004-07-02 23:20:05 +00:00
sigsetjmp.S Restore CSRG ID's lost in January 1995. 2002-03-23 02:10:28 +00:00