diff options
Diffstat (limited to 'ld/testsuite/ld-mips-elf/pic-and-nonpic-5b.s')
-rw-r--r-- | ld/testsuite/ld-mips-elf/pic-and-nonpic-5b.s | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/ld/testsuite/ld-mips-elf/pic-and-nonpic-5b.s b/ld/testsuite/ld-mips-elf/pic-and-nonpic-5b.s new file mode 100644 index 0000000..73b518f --- /dev/null +++ b/ld/testsuite/ld-mips-elf/pic-and-nonpic-5b.s @@ -0,0 +1,9 @@ + .abicalls + .global ext + .ent ext +ext: + .word foo + .word bar + .word obj1 + .word obj2 + .end ext |