Fix ARI text for floatformat_from_double
[deliverable/binutils-gdb.git] / ld / testsuite / ld-csky / emit-relocs-1.d
CommitLineData
b8891f8d
AJ
1#name: Emit relocs 1
2#source: emit-relocs-1a.s
3#source: emit-relocs-1b.s
4#ld: -q -T emit-relocs-1.ld
5#objdump: -sr
6
7.*: file format .*
8
9RELOCATION RECORDS FOR \[\.data\]:
10OFFSET TYPE VALUE *
1100000000 R_CKCORE_ADDR32 \.data
1200000004 R_CKCORE_ADDR32 \.data\+0x00001000
1300000008 R_CKCORE_ADDR32 \.merge1\+0x00000002
140000000c R_CKCORE_ADDR32 \.merge2
1500000010 R_CKCORE_ADDR32 \.merge3
1600000014 R_CKCORE_ADDR32 \.merge3\+0x00000004
1700000020 R_CKCORE_ADDR32 \.data\+0x00000020
1800000024 R_CKCORE_ADDR32 \.data\+0x00001020
1900000028 R_CKCORE_ADDR32 \.merge1
200000002c R_CKCORE_ADDR32 \.merge2\+0x00000002
2100000030 R_CKCORE_ADDR32 \.merge3\+0x00000008
2200000034 R_CKCORE_ADDR32 \.merge3\+0x00000004
23
24
25Contents of section \.text:
26 80000 036c .*
27Contents of section \.merge1:
28 80400 666c7574 74657200 flutter.*
29Contents of section \.merge2:
30 80800 74617374 696e6700 tasting.*
31Contents of section \.merge3:
32 80c00 00010000 00020000 00030000 .*
33Contents of section \.data:
34 81000 00100800 00200800 02040800 00080800 .*
35 81010 000c0800 040c0800 00000000 00000000 .*
36 81020 20100800 20200800 00040800 02080800 .*
37 81030 080c0800 040c0800 .*
This page took 0.121751 seconds and 4 git commands to generate.