]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blame - gas/testsuite/gas/aarch64/mapping.s
Fix an assertion failure in the AArch64 assembler triggered by incorrect instruction...
[thirdparty/binutils-gdb.git] / gas / testsuite / gas / aarch64 / mapping.s
CommitLineData
a06ea964
NC
1 .text
2 .global mapping
3mapping:
4 nop
5 bl mapping
6
7 .global another_mapping
8another_mapping:
9 nop
10 bl another_mapping
11
12 .data
13 .word 0x123456
14
15 .section foo,"ax"
16 nop