MIPS: Add Global INValidate ASE support
[deliverable/binutils-gdb.git] / gas / testsuite / gas / mips / mips16-branch-reloc-4.s
1 .section .text.foo, "ax", @progbits
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
20
21 .section .text.bar, "ax", @progbits
22
23 .ent bar
24 .set mips16
25 bar:
26 nop
27 .set nomips16
28 .end bar
29
30 # Force some (non-delay-slot) zero bytes, to make 'objdump' print ...
31 .align 4, 0
32 .space 16
This page took 0.030841 seconds and 4 git commands to generate.