aboutsummaryrefslogtreecommitdiffstats
path: root/arch/mips/kernel/vmlinux.lds.S
diff options
context:
space:
mode:
authorMaciej W. Rozycki <macro@linux-mips.org>2007-10-01 13:24:04 +0100
committerRalf Baechle <ralf@linux-mips.org>2007-10-01 14:17:50 +0100
commit6f6b3940ed326eed58074d777ab92fda3a60a382 (patch)
tree73d6e978cd3107bedc03801ac900a3dab71f89ce /arch/mips/kernel/vmlinux.lds.S
parent[MIPS] Fix value of O_TRUNC (diff)
downloadlinux-dev-6f6b3940ed326eed58074d777ab92fda3a60a382.tar.xz
linux-dev-6f6b3940ed326eed58074d777ab92fda3a60a382.zip
[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>
Diffstat (limited to '')
-rw-r--r--arch/mips/kernel/vmlinux.lds.S2
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 */