[LD][AARCH64]Add BFD_RELOC_AARCH64_MOVW_GOTOFF_G0_NC Support.
[deliverable/binutils-gdb.git] / ld / testsuite / ld-aarch64 / emit-relocs-301.s
1 .text
2 ldr x1, .Lgot
3 adr x2, .Lgot
4 add x1, x2, x1
5
6 movk x0, #:gotoff_g0_nc:globala
7 movk x0, #:gotoff_g0_nc:globalb
8 movk x0, #:gotoff_g0_nc:globalc
9 ldr x0, [x1, x0]
10
11 .Lgot:
12 .dword _GLOBAL_OFFSET_TABLE_ - .
This page took 0.03061 seconds and 4 git commands to generate.