aboutsummaryrefslogtreecommitdiff
path: root/ld/testsuite/ld-mips-elf/unaligned-jalx-addend-0.s
blob: 417d69a0e8f71cd0bf1ad59ae27e6093876a185b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
	.text
	.align	4
	.globl	foo
	.ent	foo
foo:
	jal	bar0 + 4
	jal	bar1 - 2
	jal	bar2 - 4
	jal	bar3 + 2
	.end	foo

# Force some (non-delay-slot) zero bytes, to make 'objdump' print ...
	.align	4, 0
	.space	16