]> oss.titaniummirror.com Git - msp430-binutils.git/blobdiff - ld/testsuite/ld-mips-elf/pic-and-nonpic-1b.s
Merge commit 'upstream/2.20'
[msp430-binutils.git] / ld / testsuite / ld-mips-elf / pic-and-nonpic-1b.s
diff --git a/ld/testsuite/ld-mips-elf/pic-and-nonpic-1b.s b/ld/testsuite/ld-mips-elf/pic-and-nonpic-1b.s
new file mode 100644 (file)
index 0000000..5739fef
--- /dev/null
@@ -0,0 +1,9 @@
+       .abicalls
+       .option pic0
+       .global __start
+       .ent    __start
+__start:
+       jal     f1
+       jal     f2
+       jal     f3
+       .end    __start