From 49ba2791b89f52c47e97da9239e90d3e7f64af02 Mon Sep 17 00:00:00 2001 From: Thiemo Seufer <ths@networkno.de> Date: Thu, 4 Apr 2002 07:21:39 +0000 Subject: * emulparams/elf64btsmip.sh: n64 replaces .reginfo with .MIPS.options. --- ld/emulparams/elf64btsmip.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ld/emulparams') diff --git a/ld/emulparams/elf64btsmip.sh b/ld/emulparams/elf64btsmip.sh index f56e73e..dc39406 100644 --- a/ld/emulparams/elf64btsmip.sh +++ b/ld/emulparams/elf64btsmip.sh @@ -17,7 +17,7 @@ unset EXECUTABLE_SYMBOLS unset WRITABLE_RODATA # Magic sections. -INITIAL_READONLY_SECTIONS='.reginfo : { *(.reginfo) }' +INITIAL_READONLY_SECTIONS='.MIPS.options : { *(.MIPS.options) }' OTHER_TEXT_SECTIONS='*(.mips16.fn.*) *(.mips16.call.*)' OTHER_SECTIONS=' .gptab.sdata : { *(.gptab.data) *(.gptab.sdata) } -- cgit v1.1