]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blob - ld/testsuite/ld-mips-elf/pic-and-nonpic-2a.s
2008-08-08 Richard Sandiford <rdsandiford@googlemail.com>
[thirdparty/binutils-gdb.git] / ld / testsuite / ld-mips-elf / pic-and-nonpic-2a.s
1 .abicalls
2 .option pic0
3 .global __start
4 .ent __start
5 __start:
6 jal foo
7 .end __start