[LD][AARCH64]Add BFD_RELOC_AARCH64_LD64_GOTOFF_LO15 Support.
[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.029355 seconds and 4 git commands to generate.