x86-64: Add tests for -z separate-code -z max-page-size=0x1000
[deliverable/binutils-gdb.git] / ld / testsuite / ld-s390 / gotreloc-1.s
1 .text
2 .globl foo
3 foo:
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
11 bar: .long 0x123
This page took 0.0297 seconds and 4 git commands to generate.