From: Jeremy Fitzhardinge Date: Wed, 2 May 2007 17:27:17 +0000 (+0200) Subject: [PATCH] i386: Clean up ELF note generation X-Git-Tag: v2.6.22-rc1~1011^2~64 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=03df4f6ee997589a84d5f9492c6419183724c710;p=pandora-kernel.git [PATCH] i386: Clean up ELF note generation Three cleanups: 1: ELF notes are never mapped, so there's no need to have any access flags in their phdr. 2: When generating them from asm, tell the assembler to use a SHT_NOTE section type. There doesn't seem to be a way to do this from C. 3: Use ANSI rather than traditional cpp behaviour to stringify the macro argument. Signed-off-by: Jeremy Fitzhardinge Signed-off-by: Andi Kleen Cc: Eric W. Biederman --- Reading git-diff-tree failed