freebsd-dev/lib/libc/amd64/gen
Peter Wemm 70de0c73a5 This is unusable on amd64. Remove it before it causes more confusion.
It is only possible to do this on an ABI that has a compulsory frame
pointer, which the amd64 ABI does not.  Thus, it is only possible to
implement this as a compiler builtin.
2003-06-13 21:56:30 +00:00
..
_setjmp.S Cosmetic; record offsets used within jmpbuf 2003-06-02 22:37:53 +00:00
fabs.S Floating point libc functions traditionally written in ASM. 2003-04-30 16:21:03 +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
isinf.c o Implement C99 classification macros isfinite(), isinf(), isnan(), 2003-02-12 20:03:41 +00:00
ldexp.c Use C99 compatible ASM statements. 2003-06-10 21:17:55 +00:00
Makefile.inc Update ldexp.c for amd64. 2003-05-10 00:47:52 +00:00
modf.S Tidy up modf.S and make it actually work. It wasn't extracting 2003-05-08 03:19:37 +00:00
setjmp.S Cosmetic; record offsets used within jmpbuf 2003-06-02 22:37:53 +00:00
sigsetjmp.S Cosmetic; record offsets used within jmpbuf 2003-06-02 22:37:53 +00:00