This is the mail archive of the gcc-help@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]
Other format: [Raw text]

Re: Misalignment of local SSE variables in thread function


Tim Prince wrote:
> This is my original point, even though your gcc function receives a
> mis-aligned stack, with normal options, and correctly built binutils, it
> should pass an aligned stack to its callee.

This isn't the case here, the only stack alignment is done in main().
I'm using binutils 2.16 if that helps.

Jon


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