* emulparams/elf32bmipn32-defs.sh: Set ELFSIZE according to
[deliverable/binutils-gdb.git] / ld / emulparams / elf64btsmip.sh
CommitLineData
465bc359
AM
1# If you change this file, please also look at files which source this one:
2# elf64ltsmip.sh
fdec3cfc 3
3ffe58d9 4. ${srcdir}/emulparams/elf32bmipn32-defs.sh
fdec3cfc
L
5OUTPUT_FORMAT="elf64-tradbigmips"
6BIG_OUTPUT_FORMAT="elf64-tradbigmips"
7LITTLE_OUTPUT_FORMAT="elf64-tradlittlemips"
fdec3cfc 8
fdec3cfc 9# Magic sections.
49ba2791 10INITIAL_READONLY_SECTIONS='.MIPS.options : { *(.MIPS.options) }'
fdec3cfc
L
11OTHER_TEXT_SECTIONS='*(.mips16.fn.*) *(.mips16.call.*)'
12OTHER_SECTIONS='
13 .gptab.sdata : { *(.gptab.data) *(.gptab.sdata) }
14 .gptab.sbss : { *(.gptab.bss) *(.gptab.sbss) }
15'
This page took 0.08683 seconds and 4 git commands to generate.