Retro68/binutils/ld/testsuite/ld-mips-elf/pic-and-nonpic-4b.s
2012-03-26 21:18:29 +02:00

14 lines
164 B
ArmAsm

.abicalls
.option pic0
.global __start
.ent __start
__start:
lui $2,%hi(obj1)
addiu $2,$2,%lo(obj1)
.end __start
.word obj2
.data
.word obj2
.word obj3