diff options
Diffstat (limited to 'ld/testsuite/ld-mmix/b-badloc.s')
-rw-r--r-- | ld/testsuite/ld-mmix/b-badloc.s | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/ld/testsuite/ld-mmix/b-badloc.s b/ld/testsuite/ld-mmix/b-badloc.s new file mode 100644 index 0000000..098098a --- /dev/null +++ b/ld/testsuite/ld-mmix/b-badloc.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_LOC with invalid; +% (!= 1, != 2), YZ field. + .text + .byte 0x98,1,0,0 |