Add MMIX support
[deliverable/binutils-gdb.git] / ld / testsuite / ld-mmix / b-badfil1.s
1 % The .text contents is supposed to be linked --oformat binary with
2 % b-twoinsn.s and b-goodmain.s, and will provide two LOP_FILEs, but
3 % specifying the same file number.
4 .text
5 .byte 0x98,06,42,2
6 .ascii "foo.s"
7 .byte 0,0,0
8 .byte 0x98,06,42,2
9 .ascii "bar.s"
10 .byte 0,0,0
This page took 0.034145 seconds and 4 git commands to generate.