MIPS/GAS/testsuite: Remove last remnants of ECOFF support
[deliverable/binutils-gdb.git] / gas / testsuite / gas / mips / mips16-branch-absolute-1.s
1 .text
2
3 .space 0x1000
4
5 .set bar, 0x1235
6
7 .globl foo
8 .ent foo
9 .set mips16
10 foo:
11 b bar
12 bteqz bar
13 btnez bar
14 beqz $2, bar
15 bnez $2, bar
16 nop
17 .set nomips16
18 .end foo
19
20 # Force some (non-delay-slot) zero bytes, to make 'objdump' print ...
21 .align 4, 0
22 .space 16
This page took 0.032866 seconds and 4 git commands to generate.