Retro68/binutils/ld/testsuite/ld-mips-elf/pic-and-nonpic-1b-micromips.s
2017-04-10 13:32:00 +02:00

11 lines
119 B
ArmAsm

.abicalls
.option pic0
.global __start
.set micromips
.ent __start
__start:
jal f1
jal f2
jal f3
.end __start