1# Source file used to test the branches to locals in this file.
2
3	.text
4l1:
5	.insn
6	.space 20
7l2:
8	.insn
9	.space 20
10l3:
11	.insn
12	.space 20
13
14x:
15	bal	l1
16	bal	l2
17	bal	l3
18	bal	l4
19	bal	l5
20	bal	l6
21
22	.space 20
23l4:
24	.insn
25	.space 20
26l5:
27	.insn
28	.space 20
29l6:
30	.insn
31
32# Force at least 8 (non-delay-slot) zero bytes, to make 'objdump' print ...
33	.space	8
34