This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: Bug in gcc CVS HEAD from a few days ago with alloca and stack alignment


On Sun, Feb 11, 2001 at 12:34:07AM -0800, Geoff Keating wrote:
> I believe it's to allow linking of sysv4 code with eabi code,
> primarily to save on multilibs.  STACK_BOUNDARY is the stack alignment
> that the compiler can assume, ABI_STACK_BOUNDARY is the stack
> alignment that the compiler should preserve.

I'd think you'd want to use PREFERRED_STACK_BOUNDARY then,
instead of inventing a target-specific macro.



r~


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]