Don't hardcode offset of .shstrtab section
[deliverable/binutils-gdb.git] / ld / testsuite / ld-sh / sh64 / sh64-1.s
CommitLineData
1b19eb81
AO
1! Test that all common kinds of relocs get right for simple use.
2! Auxiliary part.
3 .text
4 .mode SHmedia
5 .global foo
6 .global bar
7foo:
8 pt/l xyzzy,tr3
9bar:
10 nop
11
12 .data
13 .global baz
14baz:
15 .long foobar
16 .long bar
17 .global baz2
18baz2:
19 .long xyzzy
20foobar: .long baz
This page took 0.760484 seconds and 4 git commands to generate.