]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blame - gas/testsuite/gas/mips/branch-misc-2.s
daily update
[thirdparty/binutils-gdb.git] / gas / testsuite / gas / mips / branch-misc-2.s
CommitLineData
2dc83527
CD
1# Source file used to test the backward branches to globals in this file.
2
3 .globl g1 .text
4 .globl g2 .text
5 .globl g3 .text
6 .globl g4 .text
7 .globl g5 .text
8 .globl g6 .text
9
6f171daa
AO
10 .globl x1 .text
11
2dc83527
CD
12 .text
13g1:
14 .space 20
15g2:
16 .space 20
17g3:
18 .space 20
19
20x:
21 bal g1
22 bal g2
23 bal g3
24 bal g4
25 bal g5
26 bal g6
27
28 .space 20
29g4:
30 .space 20
31g5:
32 .space 20
33g6:
34
6f171daa
AO
35 b x1
36 b x2
d17b874b 37 b .Ldata
6f171daa 38
2dc83527
CD
39# Force at least 8 (non-delay-slot) zero bytes, to make 'objdump' print ...
40 .space 8
d17b874b
AO
41
42 .data
43.Ldata: