* ld-scripts/crossref.exp: Allow foo to have a leading dot.
[deliverable/binutils-gdb.git] / ld / emulparams / elf64bmip.sh
CommitLineData
465bc359 1. ${srcdir}/emulparams/elf32bmipn32.sh
22c675a7
MM
2OUTPUT_FORMAT="elf64-bigmips"
3BIG_OUTPUT_FORMAT="elf64-bigmips"
4LITTLE_OUTPUT_FORMAT="elf64-littlemips"
22c675a7 5ELFSIZE=64
22c675a7 6
22c675a7
MM
7# IRIX6 defines these symbols. 0x40 is the size of the ELF header.
8EXECUTABLE_SYMBOLS="
9 __dso_displacement = 0;
10 __elf_header = ${TEXT_START_ADDR};
11 __program_header_table = ${TEXT_START_ADDR} + 0x40;
12"
This page took 0.090997 seconds and 4 git commands to generate.