OSDN Git Service

[PATCH] i386: Clean up ELF note generation
authorJeremy Fitzhardinge <jeremy@goop.org>
Wed, 2 May 2007 17:27:17 +0000 (19:27 +0200)
committerAndi Kleen <andi@basil.nowhere.org>
Wed, 2 May 2007 17:27:17 +0000 (19:27 +0200)
commit03df4f6ee997589a84d5f9492c6419183724c710
tree94b79a8b18bab6032ce8e241c7a56fe007cd587c
parent21564fd2a3deb48200b595332f9ed4c9f311f2a7
[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 <jeremy@xensource.com>
Signed-off-by: Andi Kleen <ak@suse.de>
Cc: Eric W. Biederman <ebiederm@xmission.com>
arch/i386/kernel/vmlinux.lds.S
include/asm-generic/vmlinux.lds.h
include/linux/elfnote.h