[ gas/testsuite/ChangeLog ]
[deliverable/binutils-gdb.git] / gas / testsuite / gas / mips / branch-misc-1.s
1 # Source file used to test the branches to locals in this file.
2
3 .text
4 l1:
5 .space 20
6 l2:
7 .space 20
8 l3:
9 .space 20
10
11 x:
12 bal l1
13 bal l2
14 bal l3
15 bal l4
16 bal l5
17 bal l6
18
19 .space 20
20 l4:
21 .space 20
22 l5:
23 .space 20
24 l6:
25
26 # Force at least 8 (non-delay-slot) zero bytes, to make 'objdump' print ...
27 .space 8
This page took 0.033272 seconds and 5 git commands to generate.