]> git.kernelconcepts.de Git - karo-tx-linux.git/commitdiff
powerpc: Put allocated ELF notes in read-only data segment
authorRoland McGrath <roland@redhat.com>
Thu, 19 Jul 2007 08:48:38 +0000 (01:48 -0700)
committerLinus Torvalds <torvalds@woody.linux-foundation.org>
Thu, 19 Jul 2007 17:04:47 +0000 (10:04 -0700)
This changes the powerpc linker script to use the asm-generic NOTES macro so
that ELF note sections with SHF_ALLOC set are linked into the kernel image
along with other read-only data.  The PT_NOTE also points to their location.

This paves the way for putting useful build-time information into ELF notes
that can be found easily later in a kernel memory dump.

Signed-off-by: Roland McGrath <roland@redhat.com>
Cc: Paul Mackerras <paulus@samba.org>
Cc: Benjamin Herrenschmidt <benh@kernel.crashing.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
arch/powerpc/kernel/vmlinux.lds.S

index 39fda6e6aa47313003c1ac407110630a136a97ae..7a1f5a0964de580c14448dc7c6888814791ec1c2 100644 (file)
@@ -63,6 +63,8 @@ SECTIONS
                __stop___ex_table = .;
        }
 
+       NOTES
+
        BUG_TABLE
 
 /*