diff options
Diffstat (limited to 'ld/testsuite/ld-mmix/b-badlop.s')
-rw-r--r-- | ld/testsuite/ld-mmix/b-badlop.s | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/ld/testsuite/ld-mmix/b-badlop.s b/ld/testsuite/ld-mmix/b-badlop.s new file mode 100644 index 0000000000..9e1333285b --- /dev/null +++ b/ld/testsuite/ld-mmix/b-badlop.s @@ -0,0 +1,4 @@ +% The .text contents is supposed to be linked --oformat binary with +% b-twoinsn.s and b-goodmain.s, and will provide an invalid lopcode. + .text + .byte 0x98,0xff,0,0 |