Automatic date update in version.in
[binutils-gdb.git] / ld / testsuite / ld-s390 / gotreloc-1.s
blob0e1f6f7715ddf61e8b08fe98a513fc53b8f2c4d7
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 lgrl %r1,_GLOBAL_OFFSET_TABLE_@GOTENT
10 lgrl %r1,misaligned_sym@GOTENT
12 .data
13 .globl bar
14 bar: .quad 0x123
16 .globl misaligned_sym
17 .byte 1
18 misaligned_sym:
19 .quad 42