blob: 7f26318abf4a920e42b9b0ddb1b8aa0f50911e7f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
.abicalls
.text
.set noreorder
.globl foo
.ent foo
foo:
.frame $sp, 0, $31
.mask 0x00000000, 0
.fmask 0x00000000, 0
.cpload $25
lwl $2, %got(bar)($28)
jr $31
addiu $2, $2, 4
.end foo
.weak bar
.hidden bar
# Force some (non-delay-slot) zero bytes, to make 'objdump' print ...
.align 4, 0
.space 16
|