From 7b2de87d1fb408559c520ade7d29e68552cfcbfd Mon Sep 17 00:00:00 2001 From: Ralf Baechle Date: Mon, 6 Nov 2000 22:11:22 +0000 Subject: Handle .kstrtab section. --- arch/mips64/ld.script.elf32.S | 1 + arch/mips64/ld.script.elf64 | 1 + 2 files changed, 2 insertions(+) (limited to 'arch/mips64') 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 = .; -- cgit v1.2.3