K 10 svn:author V 5 peter K 8 svn:date V 27 2003-05-07T23:49:24.000000Z K 7 svn:log V 220 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) END