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

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