tech-kern archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: Possible incorrect usage of STACKALIGN in kern_exec



On Tue, Jan 24, 2012 at 03:30:37PM -0500, Matthew Mondor wrote:
> There is also a related PR but which is for threads stack alignment:
> lib/39465

That bug is wrong. NetBSD uses SYSV ABI and that mandates 4 Bytes
alignment for the stack. GCC versions before ~4.5 or so are just
completely broken in this regard.

Joerg


Home | Main Index | Thread Index | Old Index