[2/2][LD][AARCH64]Add BFD_RELOC_AARCH64_TLSLE_LDST8/16/32/64_TPREL_LO12 support in LD.
[deliverable/binutils-gdb.git] / ld / testsuite / ld-aarch64 / emit-relocs-114.s
1 .global v1
2 .global v2
3 .section .tdata,"awT",%progbits
4 v1:
5 .word 0xdeaddead
6 v2:
7 .word 0xcafecafe
8
9 .text
10 ldrsh x11, [x7, #:tprel_lo12:v2]
This page took 0.02924 seconds and 4 git commands to generate.