MIPS/GAS/testsuite: Fix trailing padding in `loc-swap.s'
[deliverable/binutils-gdb.git] / gas / testsuite / gas / mips / mips16-branch-reloc-3.s
1 .text
2
3 .space 0x1000
4
5 .ent foo
6 .set mips16
7 foo:
8 b bar
9 bteqz bar
10 btnez bar
11 beqz $2, bar
12 bnez $2, bar
13 nop
14 .set nomips16
15 .end foo
16
17 # Force some (non-delay-slot) zero bytes, to make 'objdump' print ...
18 .align 4, 0
19 .space 16
This page took 0.030696 seconds and 4 git commands to generate.