[ bfd/ChangeLog ]
[external/binutils.git] / ld / emulparams / elf64bmip.sh
1 . ${srcdir}/emulparams/elf32bmipn32-defs.sh
2 OUTPUT_FORMAT="elf64-bigmips"
3 BIG_OUTPUT_FORMAT="elf64-bigmips"
4 LITTLE_OUTPUT_FORMAT="elf64-littlemips"
5 SHLIB_TEXT_START_ADDR=0x3ffffe0000
6 COMMONPAGESIZE="CONSTANT (COMMONPAGESIZE)"
7
8 # IRIX6 defines these symbols.  0x40 is the size of the ELF header.
9 EXECUTABLE_SYMBOLS="
10   __dso_displacement = 0;
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 + 0x40;
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.
22 WRITABLE_RODATA=
23
24 EXTRA_EM_FILE=irix