bfd/
[deliverable/binutils-gdb.git] / ld / testsuite / ld-mips-elf / emit-relocs-1.d
1 #name: Emit relocs 1
2 #source: emit-relocs-1a.s -mabi=n32 -EB
3 #source: emit-relocs-1b.s -mabi=n32 -EB
4 #ld: -q -T emit-relocs-1.ld -melf32btsmipn32
5 #objdump: -sr
6
7 .*: file format .*
8
9 RELOCATION RECORDS FOR \[\.data\]:
10 OFFSET TYPE VALUE *
11 00000000 R_MIPS_32 \.data
12 00000004 R_MIPS_32 \.data\+0x00001000
13 00000008 R_MIPS_32 \.merge1\+0x00000002
14 0000000c R_MIPS_32 \.merge2
15 00000010 R_MIPS_32 \.merge3
16 00000014 R_MIPS_32 \.merge3\+0x00000004
17 00000020 R_MIPS_32 \.data\+0x00000020
18 00000024 R_MIPS_32 \.data\+0x00001020
19 00000028 R_MIPS_32 \.merge1
20 0000002c R_MIPS_32 \.merge2\+0x00000002
21 00000030 R_MIPS_32 \.merge3\+0x00000008
22 00000034 R_MIPS_32 \.merge3\+0x00000004
23
24
25 Contents of section \.text:
26 80000 03e00008 00000000 00000000 00000000 .*
27 Contents of section \.merge1:
28 80400 666c7574 74657200 flutter.*
29 Contents of section \.merge2:
30 80800 74617374 696e6700 tasting.*
31 Contents of section \.merge3:
32 80c00 00000100 00000200 00000300 .*
33 Contents of section \.data:
34 81000 00081000 00082000 00080402 00080800 .*
35 81010 00080c00 00080c04 00000000 00000000 .*
36 81020 00081020 00082020 00080400 00080802 .*
37 81030 00080c08 00080c04 .*
This page took 0.030442 seconds and 4 git commands to generate.