ld: Xfail pr20995 and pr20995-2 for tic6x-*-*
[deliverable/binutils-gdb.git] / ld / testsuite / ld-aarch64 / emit-relocs-302.s
CommitLineData
74a1bfe1
RL
1 .text
2 ldr x1, .Lgot
3 adr x2, .Lgot
4 add x1, x2, x1
5
6 movz x0, #:gotoff_g1:globala
7 movz x0, #:gotoff_g1:globalb
8 movz x0, #:gotoff_g1:globalc
9 ldr x0, [x1, x0]
10
11.Lgot:
12 .dword _GLOBAL_OFFSET_TABLE_ - .
This page took 0.229351 seconds and 4 git commands to generate.