diff options
Diffstat (limited to 'ld/testsuite/ld-mmix/b-nosym.s')
-rw-r--r-- | ld/testsuite/ld-mmix/b-nosym.s | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/ld/testsuite/ld-mmix/b-nosym.s b/ld/testsuite/ld-mmix/b-nosym.s new file mode 100644 index 00000000000..5b77f1d33f5 --- /dev/null +++ b/ld/testsuite/ld-mmix/b-nosym.s @@ -0,0 +1,6 @@ +% The .text contents is supposed to be linked --oformat binary with +% b-twoinsn.s, and will provide a valid end of a mmo file but with no +% symbols (if that is actually valid). + .text + .byte 0x98,0x0b,0x00,0x00,0x98,0x0c,0x00,0x00 + |