diff options
Diffstat (limited to 'ld/testsuite/ld-mips-elf/pic-and-nonpic-1b.s')
-rw-r--r-- | ld/testsuite/ld-mips-elf/pic-and-nonpic-1b.s | 9 |
1 files changed, 9 insertions, 0 deletions
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 index 0000000..5739fef --- /dev/null +++ b/ld/testsuite/ld-mips-elf/pic-and-nonpic-1b.s @@ -0,0 +1,9 @@ + .abicalls + .option pic0 + .global __start + .ent __start +__start: + jal f1 + jal f2 + jal f3 + .end __start |