vax decoding of indexed addressing mode
[deliverable/binutils-gdb.git] / ld / emulparams / elf32btsmip.sh
CommitLineData
465bc359
AM
1# If you change this file, please also look at files which source this one:
2# elf32ltsmip.sh
3
c40e31a1 4source_sh ${srcdir}/emulparams/elf32bmip.sh
3548145d
UC
5OUTPUT_FORMAT="elf32-tradbigmips"
6BIG_OUTPUT_FORMAT="elf32-tradbigmips"
7LITTLE_OUTPUT_FORMAT="elf32-tradlittlemips"
d0d3b2e8 8unset DATA_ADDR
493a6d47 9SHLIB_TEXT_START_ADDR=0
3548145d 10ENTRY=__start
1bbce132
MR
11
12# Place .got.plt as close to .plt as possible so that the former can be
13# referred to from the latter with the microMIPS ADDIUPC instruction
14# that only has a span of +/-16MB.
15PLT_NEXT_DATA=
16INITIAL_READWRITE_SECTIONS=$OTHER_READWRITE_SECTIONS
17unset OTHER_READWRITE_SECTIONS
This page took 0.924548 seconds and 4 git commands to generate.