diff options
Diffstat (limited to 'ld/testsuite/ld-mmix/b-badm2.s')
-rw-r--r-- | ld/testsuite/ld-mmix/b-badm2.s | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/ld/testsuite/ld-mmix/b-badm2.s b/ld/testsuite/ld-mmix/b-badm2.s new file mode 100644 index 0000000..eb94278 --- /dev/null +++ b/ld/testsuite/ld-mmix/b-badm2.s @@ -0,0 +1,6 @@ +% The .text contents is supposed to be linked --oformat binary with +% b-twoinsn.s. It will provide an incorrect LOP_END; its YZ field is not +% the number of tetras to the preceding LOP_STAB. + .text + .byte 0x98,0x0b,0x00,0x00,0x20,0x3a,0x30,0x4d,0x20,0x61,0x20,0x69 + .byte 0x01,0x6e,0x04,0x81,0x01,0x61,0x04,0x82,0x98,0x0c,0x00,0x03 |