Fix the read/write flag for these registers on AArch64
[deliverable/binutils-gdb.git] / gas / testsuite / gas / aarch64 / mapping.s
1 .text
2 .global mapping
3 mapping:
4 nop
5 bl mapping
6
7 .global another_mapping
8 another_mapping:
9 nop
10 bl another_mapping
11
12 .data
13 .word 0x123456
14
15 .section foo,"ax"
16 nop
This page took 0.03803 seconds and 4 git commands to generate.