vax decoding of indexed addressing mode
[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
c40e31a1 4source_sh ${srcdir}/emulparams/elf64bmip-defs.sh
fdec3cfc
L
5OUTPUT_FORMAT="elf64-tradbigmips"
6BIG_OUTPUT_FORMAT="elf64-tradbigmips"
7LITTLE_OUTPUT_FORMAT="elf64-tradlittlemips"
fdec3cfc 8
fdec3cfc 9# Magic sections.
fdec3cfc 10OTHER_TEXT_SECTIONS='*(.mips16.fn.*) *(.mips16.call.*)'
2bf2bf23
AM
11OTHER_SECTIONS="
12 .gptab.sdata : {${RELOCATING+ *(.gptab.data)} *(.gptab.sdata) }
13 .gptab.sbss : {${RELOCATING+ *(.gptab.bss)} *(.gptab.sbss) }
14"
426af4fe 15
90be1c5c 16TEXT_START_ADDR="0x120000000"
This page took 0.879655 seconds and 4 git commands to generate.