summaryrefslogtreecommitdiff
path: root/ld/testsuite/ld-mmix/b-badfil1.s
diff options
context:
space:
mode:
Diffstat (limited to 'ld/testsuite/ld-mmix/b-badfil1.s')
-rw-r--r--ld/testsuite/ld-mmix/b-badfil1.s10
1 files changed, 10 insertions, 0 deletions
diff --git a/ld/testsuite/ld-mmix/b-badfil1.s b/ld/testsuite/ld-mmix/b-badfil1.s
new file mode 100644
index 0000000..256fa78
--- /dev/null
+++ b/ld/testsuite/ld-mmix/b-badfil1.s
@@ -0,0 +1,10 @@
+% The .text contents is supposed to be linked --oformat binary with
+% b-twoinsn.s and b-goodmain.s, and will provide two LOP_FILEs, but
+% specifying the same file number.
+ .text
+ .byte 0x98,06,42,2
+ .ascii "foo.s"
+ .byte 0,0,0
+ .byte 0x98,06,42,2
+ .ascii "bar.s"
+ .byte 0,0,0