freebsd-dev/lib/libc/amd64
Peter Wemm ee9003796a Fix fabs(). This commit brought to you by the letter 'l'.
(fstp stores a mem32 value, fstpl stores a mem64 value)

This fixes ghostscript for 'make release' on amd64.  Ghostscript for some
reason thinks it is a good idea to use -fno-builtin, which means it is
vulnerable to bugs in libc that are normally hidden by the builtin gcc
functions.  Oops.
2003-09-26 01:49:48 +00:00
..
gen Fix fabs(). This commit brought to you by the letter 'l'. 2003-09-26 01:49:48 +00:00
net Update for AMD64 (repocopied from i386/net). We can depend on having 2003-04-30 18:07:23 +00:00
stdlib Replace our ancient dtoa/strtod implementation with the gdtoa 2003-03-12 20:30:00 +00:00
sys Sigh. I can't win anything. Use addq rather than addl with %rsp. 2003-09-04 00:31:45 +00:00
_fpmath.h Like ia64, amd64 has got a 16 byte sized and aligned 'long double'. 2003-05-08 00:02:03 +00:00
arith.h Add a comment describing why it's important for the values in this 2003-05-08 13:50:44 +00:00
Makefile.inc Turn off the libc/quad functions since they are not needed for amd64 2003-07-22 06:34:57 +00:00
SYS.h Repair PIC mode. It seems I was a bit too excited about the 2003-05-24 17:35:23 +00:00