99262e37ef
* gas/mips/mips.exp: Set has_newabi for all Linux targets. * gas/mips/cfi-n64-1.d: Adjust for targets that do not infer the ISA from the ABI. * gas/mips/elf-rel-got-n32.d: Likewise. * gas/mips/elf-rel-got-n64.d: Likewise. * gas/mips/elf-rel-xgot-n32.d: Likewise. * gas/mips/elf-rel-xgot-n64.d: Likewise. * gas/mips/elf-rel18.d: Likewise. * gas/mips/elf-rel28-n32.d: Likewise. * gas/mips/elf-rel28-n64.d: Likewise. * gas/mips/jal-newabi.d: Likewise. * gas/mips/ldstla-n64-shared.d: Likewise. * gas/mips/ldstla-n64-sym32.d: Likewise. * gas/mips/ldstla-n64.d: Likewise. * gas/mips/macro-warn-1-n32.d: Likewise. * gas/mips/macro-warn-2-n32.d: Likewise. * gas/mips/n32-consec.d: Likewise. ld/testsuite/ * ld-mips-elf/mips-elf.exp: Set has_newabi for all Linux targets. Adjust abi_asflags for targets that do not infer the ISA from the ABI. * ld-mips-elf/eh-frame1-n32.d: Adjust for targets that do not infer the ISA from the ABI. * ld-mips-elf/eh-frame1-n64.d: Likewise. * ld-mips-elf/eh-frame2-n32.d: Likewise. * ld-mips-elf/eh-frame2-n64.d: Likewise. * ld-mips-elf/elf-rel-got-n32-embed.d: Likewise. * ld-mips-elf/elf-rel-got-n32.d: Likewise. * ld-mips-elf/elf-rel-got-n64-embed.d: Likewise. * ld-mips-elf/elf-rel-got-n64-linux.d: Likewise. * ld-mips-elf/elf-rel-got-n64.d: Likewise. * ld-mips-elf/elf-rel-xgot-n32-embed.d: Likewise. * ld-mips-elf/elf-rel-xgot-n32.d: Likewise. * ld-mips-elf/elf-rel-xgot-n64-embed.d: Likewise. * ld-mips-elf/elf-rel-xgot-n64-linux.d: Likewise. * ld-mips-elf/elf-rel-xgot-n64.d: Likewise. * ld-mips-elf/emit-relocs-1.d: Likewise. * ld-mips-elf/got-page-2.d: Likewise. * ld-mips-elf/no-shared-1-n32.d: Likewise. * ld-mips-elf/no-shared-1-n64.d: Likewise. * ld-mips-elf/rel32-n32.d: Likewise. * ld-mips-elf/rel64.d: Likewise. * ld-mips-elf/relax-jalr-n32-shared.d: Likewise. * ld-mips-elf/relax-jalr-n32.d: Likewise. * ld-mips-elf/relax-jalr-n64-shared.d: Likewise. * ld-mips-elf/relax-jalr-n64.d: Likewise. * ld-mips-elf/reloc-1-n32.d: Likewise. * ld-mips-elf/reloc-1-n64.d: Likewise. * ld-mips-elf/textrel-1.d: Likewise.
37 lines
1.3 KiB
Makefile
37 lines
1.3 KiB
Makefile
#name: Emit relocs 1
|
|
#source: emit-relocs-1a.s -march=from-abi -mabi=n32 -EB
|
|
#source: emit-relocs-1b.s -march=from-abi -mabi=n32 -EB
|
|
#ld: -q -T emit-relocs-1.ld -melf32btsmipn32
|
|
#objdump: -sr
|
|
|
|
.*: file format .*
|
|
|
|
RELOCATION RECORDS FOR \[\.data\]:
|
|
OFFSET TYPE VALUE *
|
|
00000000 R_MIPS_32 \.data
|
|
00000004 R_MIPS_32 \.data\+0x00001000
|
|
00000008 R_MIPS_32 \.merge1\+0x00000002
|
|
0000000c R_MIPS_32 \.merge2
|
|
00000010 R_MIPS_32 \.merge3
|
|
00000014 R_MIPS_32 \.merge3\+0x00000004
|
|
00000020 R_MIPS_32 \.data\+0x00000020
|
|
00000024 R_MIPS_32 \.data\+0x00001020
|
|
00000028 R_MIPS_32 \.merge1
|
|
0000002c R_MIPS_32 \.merge2\+0x00000002
|
|
00000030 R_MIPS_32 \.merge3\+0x00000008
|
|
00000034 R_MIPS_32 \.merge3\+0x00000004
|
|
|
|
|
|
Contents of section \.text:
|
|
80000 03e00008 00000000 00000000 00000000 .*
|
|
Contents of section \.merge1:
|
|
80400 666c7574 74657200 flutter.*
|
|
Contents of section \.merge2:
|
|
80800 74617374 696e6700 tasting.*
|
|
Contents of section \.merge3:
|
|
80c00 00000100 00000200 00000300 .*
|
|
Contents of section \.data:
|
|
81000 00081000 00082000 00080402 00080800 .*
|
|
81010 00080c00 00080c04 00000000 00000000 .*
|
|
81020 00081020 00082020 00080400 00080802 .*
|
|
81030 00080c08 00080c04 .*
|