xref: /netbsd-src/external/gpl3/binutils.old/dist/ld/emulparams/elf32btsmip.sh (revision 012573eb9c67269c00ce646144eea16daceeb465)
1# If you change this file, please also look at files which source this one:
2# elf32ltsmip.sh
3
4source_sh ${srcdir}/emulparams/elf32bmip.sh
5OUTPUT_FORMAT="elf32-tradbigmips"
6BIG_OUTPUT_FORMAT="elf32-tradbigmips"
7LITTLE_OUTPUT_FORMAT="elf32-tradlittlemips"
8unset DATA_ADDR
9SHLIB_TEXT_START_ADDR=0
10ENTRY=__start
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
18