diff options
Diffstat (limited to 'arch/mips64/ld.script.elf32.S')
-rw-r--r-- | arch/mips64/ld.script.elf32.S | 1 |
1 files changed, 1 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 = .; |