Remove sh5 and sh64 support
[deliverable/binutils-gdb.git] / ld / testsuite / ld-sh / ld-r-1.d
CommitLineData
7739e068
HPN
1#source: ldr1.s
2#source: ldr2.s
3#as: -little
4#ld: -r -EL
5#readelf: -r -x1 -x2
6#target: sh*-*-elf sh*-*-linux*
7
8# Make sure relocations against global and local symbols with relative and
9# absolute 32-bit relocs don't come out wrong after ld -r. Remember that
10# SH uses partial_inplace (sort-of REL within RELA) with its confusion
11# where and which addends to use and how. A file linked -r must have the
12# same layout as a plain assembly file: the addend is in the data only.
13
d3a49aa8 14Relocation section '\.rela\.text' at offset 0x[0-9a-f]+ contains 1 entry:
acbd2de6
HPN
15.*
1600000008 00000101 R_SH_DIR32 +00000000 +\.text +\+ 0
7739e068
HPN
17
18Hex dump of section '\.text':
683b7041
KK
19.*
20 0x00000000 09000900 09000900 0c000000 .*
7739e068
HPN
21
22Hex dump of section '\.rela\.text':
683b7041 23 0x00000000 08000000 01010000 00000000 .*
This page took 0.80123 seconds and 4 git commands to generate.