OSDN Git Service

[MIPS] vmlinux.lds.S: Handle note sections
authorMaciej W. Rozycki <macro@linux-mips.org>
Mon, 1 Oct 2007 12:24:04 +0000 (13:24 +0100)
committerRalf Baechle <ralf@linux-mips.org>
Mon, 1 Oct 2007 13:17:50 +0000 (14:17 +0100)
Store any note sections after the exception tables like the other
architectures do.  This is required for .note.gnu.build-id emitted from
binutils 2.18 onwards if nothing else.

Signed-off-by: Maciej W. Rozycki <macro@linux-mips.org>
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
arch/mips/kernel/vmlinux.lds.S

index 60bbaec..087ab99 100644 (file)
@@ -45,6 +45,8 @@ SECTIONS
   __dbe_table : { *(__dbe_table) }
   __stop___dbe_table = .;
 
+  NOTES
+
   RODATA
 
   /* writeable */