X-Git-Url: https://oss.titaniummirror.com/gitweb?p=msp430-binutils.git;a=blobdiff_plain;f=ld%2Ftestsuite%2Fld-mips-elf%2Fpic-and-nonpic-4a.s;fp=ld%2Ftestsuite%2Fld-mips-elf%2Fpic-and-nonpic-4a.s;h=54b285a0eee669019f2af3825a90e84a062576df;hp=0000000000000000000000000000000000000000;hb=88750007d7869f178f0ba528f41efd3b74c424cf;hpb=6df9443a374e2b81278c61b8afc0a1eef7db280b diff --git a/ld/testsuite/ld-mips-elf/pic-and-nonpic-4a.s b/ld/testsuite/ld-mips-elf/pic-and-nonpic-4a.s new file mode 100644 index 0000000..54b285a --- /dev/null +++ b/ld/testsuite/ld-mips-elf/pic-and-nonpic-4a.s @@ -0,0 +1,22 @@ + .abicalls + .option pic0 + .global obj1 + .global obj2 + .global obj3 + + .type obj1,%object + .type obj2,%object + .type obj3,%object + + .size obj1,8 + .size obj2,4 + .size obj3,16 + + .data +obj1: + .word 1, 2 +obj2: + .word 3 +obj3: + .word 5, 6, 7, 8 +