Correct negs aliasing on AArch64.
[deliverable/binutils-gdb.git] / gas / testsuite / gas / aarch64 / mapping2.s
1 .text
2 .align 2
3 .global main
4 .type main, %function
5 main:
6 nop
7 foo:
8 nop
9 nop
10 .size main, .-main
11 .ident ""
12
13 nop
This page took 0.030067 seconds and 4 git commands to generate.