blob: a6a9ba6a3dbe0b8af6ba8f943fc10bb165f2dbb0 [file] [log] [blame]
.text
.globl bar
.space 0x1000
.ent foo
.set mips16
foo:
dla $2, bar + 0x1234
ld $2, bar + 0x1234
nop
.set nomips16
.end foo
# Force some (non-delay-slot) zero bytes, to make 'objdump' print ...
.align 4, 0
.space 16
.type bar, @object
bar:
.long 0
.size bar, . - bar
# Force some (non-delay-slot) zero bytes, to make 'objdump' print ...
.align 4, 0
.space 16