]> oss.titaniummirror.com Git - msp430-binutils.git/blobdiff - ld/testsuite/ld-mips-elf/pic-and-nonpic-4a.s
Imported binutils-2.20
[msp430-binutils.git] / ld / testsuite / ld-mips-elf / pic-and-nonpic-4a.s
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 (file)
index 0000000..54b285a
--- /dev/null
@@ -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
+