Multi-target: NEWS and user manual
[deliverable/binutils-gdb.git] / ld / emulparams / elf32bmipn32.sh
CommitLineData
c40e31a1 1source_sh ${srcdir}/emulparams/elf32bmipn32-defs.sh
dd2e0905
SC
2OUTPUT_FORMAT="elf32-nbigmips"
3BIG_OUTPUT_FORMAT="elf32-nbigmips"
4LITTLE_OUTPUT_FORMAT="elf32-nlittlemips"
dd2e0905 5SHLIB_TEXT_START_ADDR=0x5ffe0000
24718e3b 6COMMONPAGESIZE="CONSTANT (COMMONPAGESIZE)"
e316b3a0
AO
7
8# IRIX6 defines these symbols. 0x34 is the size of the ELF header.
fc6041a7 9OTHER_SYMBOLS="
e316b3a0 10 __dso_displacement = 0;
fc6041a7
AM
11 ${CREATE_SHLIB-${CREATE_PIE-__elf_header = ${TEXT_START_ADDR};}}
12 ${CREATE_SHLIB+__elf_header = ${SHLIB_TEXT_START_ADDR};}
13 ${CREATE_PIE+__elf_header = ${SHLIB_TEXT_START_ADDR};}
14 __program_header_table = __elf_header + 0x34;
e316b3a0
AO
15"
16
17# There are often dynamic relocations against the .rodata section.
18# Setting DT_TEXTREL in the .dynamic section does not convince the
19# IRIX6 linker to permit relocations against the text segment.
20# Following the IRIX linker, we simply put .rodata in the data
21# segment.
22WRITABLE_RODATA=
52f89c0a
RS
23
24EXTRA_EM_FILE=irix
This page took 0.773552 seconds and 4 git commands to generate.