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