blob: f202bf396645d8b53ccffcca940b433e7ada72f5 [file] [log] [blame]
.text
.space 0x1000
.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
.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