2006-10-16 23:34:25 +02:00
|
|
|
. ${srcdir}/emulparams/elf64bmip-defs.sh
|
1999-07-08 02:22:51 +02:00
|
|
|
OUTPUT_FORMAT="elf64-bigmips"
|
|
|
|
BIG_OUTPUT_FORMAT="elf64-bigmips"
|
|
|
|
LITTLE_OUTPUT_FORMAT="elf64-littlemips"
|
2003-10-13 21:48:39 +02:00
|
|
|
SHLIB_TEXT_START_ADDR=0x3ffffe0000
|
1999-07-08 02:22:51 +02:00
|
|
|
|
|
|
|
# IRIX6 defines these symbols. 0x40 is the size of the ELF header.
|
|
|
|
EXECUTABLE_SYMBOLS="
|
|
|
|
__dso_displacement = 0;
|
2003-10-13 21:48:39 +02:00
|
|
|
${CREATE_SHLIB-${CREATE_PIE-__elf_header = ${TEXT_START_ADDR};}}
|
|
|
|
${CREATE_SHLIB+__elf_header = ${SHLIB_TEXT_START_ADDR};}
|
|
|
|
${CREATE_PIE+__elf_header = ${SHLIB_TEXT_START_ADDR};}
|
|
|
|
__program_header_table = __elf_header + 0x40;
|
1999-07-08 02:22:51 +02:00
|
|
|
"
|
2002-10-17 23:54:44 +02:00
|
|
|
|
|
|
|
# There are often dynamic relocations against the .rodata section.
|
|
|
|
# Setting DT_TEXTREL in the .dynamic section does not convince the
|
|
|
|
# IRIX6 linker to permit relocations against the text segment.
|
|
|
|
# Following the IRIX linker, we simply put .rodata in the data
|
|
|
|
# segment.
|
|
|
|
WRITABLE_RODATA=
|
2004-04-08 16:52:44 +02:00
|
|
|
|
|
|
|
EXTRA_EM_FILE=irix
|