Add MIPS32 DSPr3 support.
[deliverable/binutils-gdb.git] / gas / testsuite / gas / arc / relax-b.s
1 .text
2 nop_s
3 .align 4
4 foo:
5 add r0,r0,r0
6
7 .align 4
8 bar:
9 bl @foo
10 add r1,r1,r1
11 b @foo
This page took 0.029734 seconds and 4 git commands to generate.