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)
This commit is contained in:
Peter Wemm 2003-05-07 23:49:24 +00:00
parent be78acdf64
commit cf2720dda4
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=114815

View file

@ -1,6 +1,6 @@
# @(#)Makefile.inc 8.1 (Berkeley) 6/4/93
# $FreeBSD$
SRCS+= _setjmp.S setjmp.S sigsetjmp.S alloca.S \
SRCS+= _setjmp.S setjmp.S sigsetjmp.S \
fabs.S modf.S \
frexp.c infinity.c isinf.c