binutils-gdb/ld/testsuite/ld-mips-elf/pic-and-nonpic-3a-r6.s

27 lines
336 B
ArmAsm

.abicalls
.set nomips16
.global foo
.ent foo
foo:
.set noreorder
.cpload $25
.set reorder
lw $25,%call16(foo)($28)
lw $2,%got(data)($28)
addiu $2,$2,%lo(data)
jrc $25
.end foo
.global bar
.ent bar
bar:
.set noreorder
.cpload $25
.set reorder
lw $25,%call16(ext)($28)
jrc $25
.end bar
.data
data: .word 0x12345678