AArch64: Fix LD crash on weak and undefined TLS symbols. (PR/24602).
[deliverable/binutils-gdb.git] / ld / testsuite / ld-aarch64 / emit-relocs-310.s
1 .text
2 ldr x1, .Lgot
3 adr x2, .Lgot
4 add x1, x2, x1
5
6 ldr x0, [x1, #:gotoff_lo15:globala]
7 ldr x0, [x1, #:gotoff_lo15:globalb]
8 ldr x0, [x1, #:gotoff_lo15:globalc]
9
10 .Lgot:
11 .dword _GLOBAL_OFFSET_TABLE_ - .
This page took 0.03006 seconds and 4 git commands to generate.