7fd91fe0bb
* elf32-mips.c: Expand comment about ABI-mandated pagesize values. (ELF_MAXPAGESIZE, ELF_COMMONPAGESIZE): define in a more obvious way. * elf64-mips.c, elfn32-mips.c (ELF_MAXPAGESIZE): Fix value for IRIX6. Delete old comments. (ELF_COMMONPAGESIZE): Define in a more obvious way. [ ld/ChangeLog ] * emulparams/elf64bmip.sh, emulparams/elf64btsmip.sh (COMMONPAGESIZE): Define. [ ld/testsuite/ChangeLog ] * ld-mips-elf/multi-got-no-shared.d: Adjust for recent change of ELF_MAXPAGESIZE.
17 lines
523 B
Bash
17 lines
523 B
Bash
# If you change this file, please also look at files which source this one:
|
|
# elf64ltsmip.sh
|
|
|
|
. ${srcdir}/emulparams/elf32bmipn32-defs.sh
|
|
OUTPUT_FORMAT="elf64-tradbigmips"
|
|
BIG_OUTPUT_FORMAT="elf64-tradbigmips"
|
|
LITTLE_OUTPUT_FORMAT="elf64-tradlittlemips"
|
|
COMMONPAGESIZE="CONSTANT (COMMONPAGESIZE)"
|
|
|
|
# Magic sections.
|
|
OTHER_TEXT_SECTIONS='*(.mips16.fn.*) *(.mips16.call.*)'
|
|
OTHER_SECTIONS='
|
|
.gptab.sdata : { *(.gptab.data) *(.gptab.sdata) }
|
|
.gptab.sbss : { *(.gptab.bss) *(.gptab.sbss) }
|
|
'
|
|
|
|
TEXT_START_ADDR="0x120000000"
|