summaryrefslogtreecommitdiffstats
path: root/arch/mips64
diff options
context:
space:
mode:
authorRalf Baechle <ralf@linux-mips.org>2000-11-06 22:11:22 +0000
committerRalf Baechle <ralf@linux-mips.org>2000-11-06 22:11:22 +0000
commit7b2de87d1fb408559c520ade7d29e68552cfcbfd (patch)
treecbd495448f33fc1c575028f7c6011fde13e61dc6 /arch/mips64
parentc8f5327cdff270efc6dbbf50e5e3051a1ecec46f (diff)
Handle .kstrtab section.
Diffstat (limited to 'arch/mips64')
-rw-r--r--arch/mips64/ld.script.elf32.S1
-rw-r--r--arch/mips64/ld.script.elf641
2 files changed, 2 insertions, 0 deletions
diff --git a/arch/mips64/ld.script.elf32.S b/arch/mips64/ld.script.elf32.S
index 46de04ff9..c3564803d 100644
--- a/arch/mips64/ld.script.elf32.S
+++ b/arch/mips64/ld.script.elf32.S
@@ -12,6 +12,7 @@ SECTIONS
/* .gnu.warning sections are handled specially by elf32.em. */
*(.gnu.warning)
} =0
+ .kstrtab : { *(.kstrtab) }
. = ALIGN(16); /* Exception table */
__start___ex_table = .;
diff --git a/arch/mips64/ld.script.elf64 b/arch/mips64/ld.script.elf64
index 8474366f7..55460d07e 100644
--- a/arch/mips64/ld.script.elf64
+++ b/arch/mips64/ld.script.elf64
@@ -22,6 +22,7 @@ SECTIONS
/* .gnu.warning sections are handled specially by elf32.em. */
*(.gnu.warning)
} = 0
+ .kstrtab : { *(.kstrtab) }
. = ALIGN(16); /* Exception table */
__start___ex_table = .;