Add a more helpful warning message to explain why some AArch64 relocations can overflow.
[deliverable/binutils-gdb.git] / ld / testsuite / ld-aarch64 / emit-relocs-538.s
CommitLineData
07c9aa07
JW
1 .global v1
2 .global v2
3 .size v2, 32768
4 .global v3
5 .section .tdata,"awT",%progbits
6v1:
7 .word 0xdeaddead
8 .word 0xdeaddead
9v2:
10 .zero 32768
11v3:
12 .word 0xcafecafe
13 .word 0xcafecafe
14
15 .text
16 ldr x2, [x4, #:dtprel_lo12_nc:v2]
17
18 # should not issue overflow error.
19 ldr x14, [x17, #:dtprel_lo12_nc:v3]
This page took 0.044106 seconds and 4 git commands to generate.