AArch64: Implement choice between Cortex-A53 erratum workarounds. (PR ld/24373)
[binutils-gdb.git] / ld / testsuite / ld-aarch64 / emit-relocs-538.s
blob4822dd3a647e961621db1ceaadc16c9112c793f3
1 .global v1
2 .global v2
3 .size v2, 32768
4 .global v3
5 .section .tdata,"awT",%progbits
6 v1:
7 .word 0xdeaddead
8 .word 0xdeaddead
9 v2:
10 .zero 32768
11 v3:
12 .word 0xcafecafe
13 .word 0xcafecafe
15 .text
16 ldr x2, [x4, #:dtprel_lo12_nc:v2]
18 # should not issue overflow error.
19 ldr x14, [x17, #:dtprel_lo12_nc:v3]