]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blame - ld/emulparams/elf32bmipn32.sh
* emulparams/elf32bsmip.sh (EXTRA_EM_FILE): Define to irix.
[thirdparty/binutils-gdb.git] / ld / emulparams / elf32bmipn32.sh
CommitLineData
dd2e0905
SC
1. ${srcdir}/emulparams/elf32bmipn32-defs.sh
2OUTPUT_FORMAT="elf32-nbigmips"
3BIG_OUTPUT_FORMAT="elf32-nbigmips"
4LITTLE_OUTPUT_FORMAT="elf32-nlittlemips"
dd2e0905 5SHLIB_TEXT_START_ADDR=0x5ffe0000
4c8e70d7 6COMMONPAGESIZE=0x1000
e316b3a0
AO
7
8# IRIX6 defines these symbols. 0x34 is the size of the ELF header.
9EXECUTABLE_SYMBOLS="
10 __dso_displacement = 0;
11 __elf_header = ${TEXT_START_ADDR};
12 __program_header_table = ${TEXT_START_ADDR} + 0x34;
13"
14
15# There are often dynamic relocations against the .rodata section.
16# Setting DT_TEXTREL in the .dynamic section does not convince the
17# IRIX6 linker to permit relocations against the text segment.
18# Following the IRIX linker, we simply put .rodata in the data
19# segment.
20WRITABLE_RODATA=
52f89c0a
RS
21
22EXTRA_EM_FILE=irix