[PATCH] x86_64: Icecream has no way of detecting assembler-level includes
authorAndreas Gruenbacher <agruen@suse.de>
Fri, 29 Jul 2005 04:15:44 +0000 (21:15 -0700)
committerLinus Torvalds <torvalds@g5.osdl.org>
Fri, 29 Jul 2005 04:46:01 +0000 (21:46 -0700)
commit2275cfa8bcb833cdac7dcc616d11306ca35eec58
tree079ad29faf7f05dbfe5235d322d741ea540ba29c
parentf8d311939f9d2b2a5e935df8dceb98b7cbe08d43
[PATCH] x86_64: Icecream has no way of detecting assembler-level includes

Icecream preprocesses c sources locally, and sends the result off to a remote
host for compiling.  It does not recognize includes at assembler level.  The
fix is to put the assemberincludes an a separate .s file, which will always be
assembled locally.

Signed-off-by: Andreas Gruenbacher <agruen@suse.de>
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
arch/x86_64/ia32/syscall32.c
arch/x86_64/ia32/syscall32_syscall.S [new file with mode: 0644]