diff options
Diffstat (limited to 'ld/testsuite/ld-mmix/b-post1.s')
-rw-r--r-- | ld/testsuite/ld-mmix/b-post1.s | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/ld/testsuite/ld-mmix/b-post1.s b/ld/testsuite/ld-mmix/b-post1.s new file mode 100644 index 0000000000..a60aecec30 --- /dev/null +++ b/ld/testsuite/ld-mmix/b-post1.s @@ -0,0 +1,5 @@ +% The .text contents is supposed to be linked --oformat binary, and will +% correspond to a LOP_POST for an initialization of $255 with 4. A +% LOP_STAB, such as in b-goodmain.s should follow. + .text + .byte 0x98,0x0a,0,0xff,0,0,0,0,0,0,0,4 |