summaryrefslogtreecommitdiffstats
path: root/ld/emulparams/elf64btsmip.sh
diff options
context:
space:
mode:
authorThiemo Seufer <ths@networkno.de>2002-04-04 07:21:39 +0000
committerThiemo Seufer <ths@networkno.de>2002-04-04 07:21:39 +0000
commit49ba2791b89f52c47e97da9239e90d3e7f64af02 (patch)
tree81883cdc83865e1e9929a896c2d7aba616a98f2b /ld/emulparams/elf64btsmip.sh
parentb49e97c9441cc347fa37fb4ad887595afe4b3cc6 (diff)
downloadppe42-binutils-49ba2791b89f52c47e97da9239e90d3e7f64af02.tar.gz
ppe42-binutils-49ba2791b89f52c47e97da9239e90d3e7f64af02.zip
* emulparams/elf64btsmip.sh: n64 replaces .reginfo with .MIPS.options.
Diffstat (limited to 'ld/emulparams/elf64btsmip.sh')
-rw-r--r--ld/emulparams/elf64btsmip.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/ld/emulparams/elf64btsmip.sh b/ld/emulparams/elf64btsmip.sh
index f56e73eb8a..dc3940652d 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) }
OpenPOWER on IntegriCloud