summaryrefslogtreecommitdiffstats
path: root/binutils-2.25/ld/testsuite/ld-mips-elf/jalbal.s
blob: acffabb1cdede665833a75b0a2e60249fedb613c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# Test that jal gets converted to bal on the RM9000 when it is in range.
	.text
	.global	s1
	.type	s1,@function
	.set	noreorder
s1:
	jal	s3
	nop
	jal	s3
s2:
	nop
	.space	0x1fff8
s3:
	jal	s2
	nop
	jal	s2
	nop

# Force at least 8 (non-delay-slot) zero bytes, to make 'objdump' print ...
	.align	2
	.space	8