diff options
author | Maciej W. Rozycki <macro@linux-mips.org> | 2007-10-01 13:24:04 +0100 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2007-10-01 14:17:50 +0100 |
commit | 6f6b3940ed326eed58074d777ab92fda3a60a382 (patch) | |
tree | 73d6e978cd3107bedc03801ac900a3dab71f89ce | |
parent | ca074a33928762c65e261dd94006c1b6a47e46fa (diff) |
[MIPS] vmlinux.lds.S: Handle note sections
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>
-rw-r--r-- | arch/mips/kernel/vmlinux.lds.S | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/mips/kernel/vmlinux.lds.S b/arch/mips/kernel/vmlinux.lds.S index 60bbaecde187..087ab997487d 100644 --- a/arch/mips/kernel/vmlinux.lds.S +++ b/arch/mips/kernel/vmlinux.lds.S @@ -45,6 +45,8 @@ SECTIONS __dbe_table : { *(__dbe_table) } __stop___dbe_table = .; + NOTES + RODATA /* writeable */ |