cvs commit: src/lib/libc/amd64/gen fabs.S
Peter Wemm
peter at FreeBSD.org
Thu Sep 25 18:49:50 PDT 2003
peter 2003/09/25 18:49:48 PDT
FreeBSD src repository
Modified files:
lib/libc/amd64/gen fabs.S
Log:
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.
Revision Changes Path
1.2 +1 -1 src/lib/libc/amd64/gen/fabs.S
More information about the cvs-src
mailing list