Date: Thu, 25 Sep 2003 18:49:48 -0700 (PDT) From: Peter Wemm <peter@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libc/amd64/gen fabs.S Message-ID: <200309260149.h8Q1nmaD056042@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200309260149.h8Q1nmaD056042>