diff options
Diffstat (limited to 'ld/testsuite/ld-mmix/b-badquot.s')
-rw-r--r-- | ld/testsuite/ld-mmix/b-badquot.s | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/ld/testsuite/ld-mmix/b-badquot.s b/ld/testsuite/ld-mmix/b-badquot.s new file mode 100644 index 00000000000..77742dbc856 --- /dev/null +++ b/ld/testsuite/ld-mmix/b-badquot.s @@ -0,0 +1,5 @@ +% The .text contents is supposed to be linked --oformat binary with +% b-twoinsn.s and b-goodmain.s, and will provide a LOP_QUOTE with invalid; +% non-zero, YZ field. + .text + .byte 0x98,0,0xff,0 |