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