ld: Pass -fno-sanitize=all to tests with linker
[deliverable/binutils-gdb.git] / ld / testsuite / ld-s390 / gotreloc-1.s
CommitLineData
e6213e09 1.text
a63cc5f7
AK
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)
e6213e09
AK
9 lgrl %r1,_GLOBAL_OFFSET_TABLE_@GOTENT
10 lgrl %r1,misaligned_sym@GOTENT
a63cc5f7 11
e6213e09 12.data
a63cc5f7 13.globl bar
e6213e09
AK
14bar: .quad 0x123
15
16.globl misaligned_sym
17 .byte 1
18misaligned_sym:
19 .quad 42
This page took 0.31662 seconds and 4 git commands to generate.