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.
18 lines
534 B
Makefile
18 lines
534 B
Makefile
#name: MIPS multi-got-no-shared
|
|
#as: -EB -32 -KPIC -mno-shared
|
|
#source: multi-got-no-shared-1.s
|
|
#source: multi-got-no-shared-2.s
|
|
#ld: -melf32btsmip --entry func1
|
|
#objdump: -D -j .text --prefix-addresses --show-raw-insn
|
|
|
|
.*: +file format.*
|
|
|
|
Disassembly of section \.text:
|
|
004000b0 <[^>]*> 3c1c0043 lui gp,0x43
|
|
004000b4 <[^>]*> 279c9ff0 addiu gp,gp,-24592
|
|
004000b8 <[^>]*> afbc0008 sw gp,8\(sp\)
|
|
#...
|
|
00408d60 <[^>]*> 3c1c0044 lui gp,0x44
|
|
00408d64 <[^>]*> 279cb960 addiu gp,gp,-18080
|
|
00408d68 <[^>]*> afbc0008 sw gp,8\(sp\)
|
|
#pass
|