aboutsummaryrefslogtreecommitdiff
path: root/ld/testsuite/ld-powerpc/vle-reloc-1.s
blob: e56a22ba6482cbd8a1e3b6f8f7a9189e5472995d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
        .section .text
sub1:
        se_blr

sub2:
        se_blr

	.section .text
vle_reloc:
	se_b	sub1
	se_bl	sub1
	se_bc	0,1,sub2
	se_bc	1,2,sub2

	e_b	sub3
	e_bl	sub4
	e_bc	0,5,sub5
	e_bcl	1,10,sub5