Add a test case for skip with inlined functions
[deliverable/binutils-gdb.git] / ld / testsuite / ld-aarch64 / emit-relocs-532.s
CommitLineData
07c9aa07
JW
1 .global v1
2 .global v2
3 .size v2, 4100
4 .global v3
5 .section .tdata,"awT",%progbits
6v1:
7 .word 0xdeaddead
8v2:
9 .zero 4100
10v3:
11 .word 0xcafecafe
12
13 .text
14 ldrsb x29, [x4, #:dtprel_lo12_nc:v2]
15
16 # should not issue overflow error.
17 ldrsb x18, [x7, #:dtprel_lo12_nc:v3]
This page took 0.212929 seconds and 4 git commands to generate.