[ARC] Fix warn.exp test error.
[deliverable/binutils-gdb.git] / gas / testsuite / gas / arm / align64.s
1 .syntax unified
2 .thumb
3 foo:
4 mov r0, #1
5 .p2align 6,,63
6 mov r0, #2
7
8 .arm
9 foo2:
10 mov r0, #3
11 .p2align 6,,63
12 mov r0, #4
This page took 0.029678 seconds and 4 git commands to generate.