Automatic date update in version.in
[deliverable/binutils-gdb.git] / ld / testsuite / ld-s390 / gotreloc-1.s
CommitLineData
a63cc5f7
AK
1 .text
2 .globl foo
3foo:
4 lgrl %r1,bar@GOTENT
5 lg %r1,bar@GOT(%r12)
6 lrl %r1,bar@GOTENT
7 l %r1,bar@GOT(%r12)
8 ly %r1,bar@GOT(%r12)
9
10.globl bar
11bar: .long 0x123
This page took 0.179846 seconds and 4 git commands to generate.