[PATCH] x86_64: Pass -32 to the assembler when compiling the 32bit vsyscall pages
authorAndi Kleen <ak@suse.de>
Sat, 22 Apr 2006 09:35:57 +0000 (02:35 -0700)
committerLinus Torvalds <torvalds@g5.osdl.org>
Sat, 22 Apr 2006 16:19:52 +0000 (09:19 -0700)
commitddbe3eec596fc2c6a513717168217bd19c901880
tree0c9d2222d43480d19753596d7a5cf6e6e858b7fa
parent304dbdb7a4fbb7f40a6ad5c5836fdd456c233c63
[PATCH] x86_64: Pass -32 to the assembler when compiling the 32bit vsyscall pages

This quietens warnings and actually fixes a bug.  The unwind tables would
come out wrong without -32, causing pthread cancellation during them to
crash in the gcc runtime.

The problem seems to only happen with newer binutils (it doesn't happen
with 2.16.91.0.2 but happens wit 2.16.91.0.5)

Thanks to David Altobelli <david.altobelli@hp.com> and Brian Baker
<Brian.B@hp.com> for test case and initial analysis.

Signed-off-by: Andi Kleen <ak@suse.de>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
arch/x86_64/ia32/Makefile