diff options
Diffstat (limited to 'ld/testsuite/ld-mmix/b-twoinsn.s')
-rw-r--r-- | ld/testsuite/ld-mmix/b-twoinsn.s | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/ld/testsuite/ld-mmix/b-twoinsn.s b/ld/testsuite/ld-mmix/b-twoinsn.s new file mode 100644 index 0000000..d9e0147 --- /dev/null +++ b/ld/testsuite/ld-mmix/b-twoinsn.s @@ -0,0 +1,7 @@ +% The .text contents is supposed to be linked --oformat binary, and will +% correspond to the start of a mmo file with two instructions. This file +% ends before the LOP_STAB. + .text + .byte 0x98,9,1,1,0x3b,0x7f,0x9c,0xe3,0x98,1,0,2,0,0,0,0 + .byte 0,0,0,0,0xe3,0xfd,0,1,0x98,1,0,2,0,0,0,0 + .byte 0,0,0,4,0xe3,0xfd,0,4 |