]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
[PATCH] x86_64: Pass -32 to the assembler when compiling the 32bit vsyscall pages
authorAndi Kleen <ak@suse.de>
Fri, 21 Apr 2006 07:43:22 +0000 (09:43 +0200)
committerGreg Kroah-Hartman <gregkh@suse.de>
Mon, 1 May 2006 19:03:42 +0000 (12:03 -0700)
commit355bd3d4ea761a66880088ac2d0c5c95866df4a6
treee836f7a5b24dfb3a22bb8230d4d34f12b4470517
parentf38f300d4a0698791bb11294903702ddb1c4e9d8
[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 Brian Baker @ HP for test case and initial analysis.

Cc: brian.b@hp.com
Signed-off-by: Andi Kleen <ak@suse.de>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
arch/x86_64/ia32/Makefile