Date: Wed, 7 May 2003 16:49:24 -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 Makefile.inc Message-ID: <200305072349.h47NnOhQ080081@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
peter 2003/05/07 16:49:24 PDT FreeBSD src repository Modified files: lib/libc/amd64/gen Makefile.inc Log: Turn off alloca.S - it cannot possibly work like this since on AMD64, gcc doesn't use stack frames. It uses offsets relative to %rsp, not %rbp. So we cannot just change %rsp like this. Approved by: re (blanket amd64) Revision Changes Path 1.20 +1 -1 src/lib/libc/amd64/gen/Makefile.inc
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200305072349.h47NnOhQ080081>