Fix arm-aout failures
[deliverable/binutils-gdb.git] / gas / testsuite / gas / arm / arch5tej.s
1 .text
2 .align 0
3 label:
4 bxj r0
5 bxj r1
6 bxj r14
7 bxjeq r0
8 bxjmi r0
9 bxjpl r7
10
11 # Add two nop instructions to ensure that the output
12 # is aligned as will automatically be done for arm-aout.
13 nop
14 nop
This page took 0.029703 seconds and 4 git commands to generate.