MIPS/GAS/testsuite: Drop the `mips16e-' prefix from SAVE/RESTORE tests
[deliverable/binutils-gdb.git] / gas / testsuite / gas / mips / relax-swap3.s
1 # Source file used to check the lack of branch swapping with a relaxed macro.
2
3 .text
4 foo:
5 la $2, bar
6 jr $3
7
8 la $2, bar
9 beqz $3, 0f
10 0:
11 .insn
12
13 # Force some (non-delay-slot) zero bytes, to make 'objdump' print ...
14 .space 16
15 .align 4, 0
This page took 0.031859 seconds and 4 git commands to generate.