[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-118-overflow.s
1 .global v1
2 .size v1, 4096
3 .global v2
4 .section .tdata,"awT",%progbits
5 v1:
6 .zero 4096
7 v2:
8 .word 0xcafecafe
9
10 .text
11 ldr x12, [x13, #:tprel_lo12:v2]
This page took 0.029395 seconds and 4 git commands to generate.