freebsd-nq/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
stdlib
sys Sigh. I can't win anything. Use addq rather than addl with %rsp. 2003-09-04 00:31:45 +00:00
_fpmath.h
arith.h
Makefile.inc
SYS.h