]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blame - gas/testsuite/gas/aarch64/reloc-data.s
Fix an assertion failure in the AArch64 assembler triggered by incorrect instruction...
[thirdparty/binutils-gdb.git] / gas / testsuite / gas / aarch64 / reloc-data.s
CommitLineData
a06ea964
NC
1func:
2 ret
3
4.L1:
5 .balign 2
6 .hword local-.L1
7 .hword 0xffff
8 .balign 4
9 .word local-.L1
10 .word 0xffffffff
11 .balign 8
12 .xword local-.L1
13 .xword 0xffffffffffffffff
14 .xword local+0x12345600
15 .xword 0xffffffffffffffff
16
17 .balign 2
18 .hword global-.L1
19 .hword 0xffff
20 .balign 4
21 .word global-.L1
22 .word 0xffffffff
23 .balign 8
24 .xword global-.L1
25 .xword 0xffffffffffffffff
26 .xword global+0x12345678
27 .xword 0xffffffffffffffff
28
29local: