diff options
Diffstat (limited to 'ld/testsuite/ld-mmix/bspec806.s')
-rw-r--r-- | ld/testsuite/ld-mmix/bspec806.s | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/ld/testsuite/ld-mmix/bspec806.s b/ld/testsuite/ld-mmix/bspec806.s new file mode 100644 index 0000000..8f6c75f --- /dev/null +++ b/ld/testsuite/ld-mmix/bspec806.s @@ -0,0 +1,10 @@ + BSPEC 80 + TETRA 2 % Decent section length name (in 32-bit words). + BYTE "aaaaaaaa" + TETRA 0x11 % Flags. + OCTA 12 % Decent section length. However... + ESPEC % Everything ends here. The next thing is a LOP_LOC for .data, or + % an ending LOP-something, hence a non-LOP_QUOTE in the section + % length, high part. + .data + TETRA 0x112233 |