aboutsummaryrefslogtreecommitdiff
path: root/ld/testsuite/ld-mips-elf/relax-jalr.s
blob: b990ad0a2318a9c572bcf307f6bac12ea3504e45 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
.globl __start
	.space 8
.ent __start
__start:
.Lstart:
	.space 16
        jal __start
	.space 32
        jal __start
	.space 64
	jal .Lstart
.end __start