1	.abicalls
2	.globl	foo
3	.ent	foo
4foo:
5	.cpsetup $4,$5,foo
6	.end	foo
7
8# Force at least 8 (non-delay-slot) zero bytes, to make 'objdump' print ...
9	.align	2
10	.space	8
11