Upload Tizen:Base source
[external/binutils.git] / ld / testsuite / ld-mips-elf / pic-and-nonpic-1b.s
1         .abicalls
2         .option pic0
3         .global __start
4         .ent    __start
5 __start:
6         jal     f1
7         jal     f2
8         jal     f3
9         .end    __start