summaryrefslogtreecommitdiffstats
path: root/contrib/binutils/ld/emulparams/elf64bmip.sh
blob: 990fcb639d6ee7d28f0063cd8631f7300bee2b3e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
. ${srcdir}/emulparams/elf32bmipn32.sh
OUTPUT_FORMAT="elf64-bigmips"
BIG_OUTPUT_FORMAT="elf64-bigmips"
LITTLE_OUTPUT_FORMAT="elf64-littlemips"
ELFSIZE=64

# IRIX6 defines these symbols.  0x40 is the size of the ELF header.
EXECUTABLE_SYMBOLS="
  __dso_displacement = 0;
  __elf_header = ${TEXT_START_ADDR};
  __program_header_table = ${TEXT_START_ADDR} + 0x40;
"
OpenPOWER on IntegriCloud