diff options
Diffstat (limited to 'gas/testsuite/gasp/pl8.out')
-rw-r--r-- | gas/testsuite/gasp/pl8.out | 33 |
1 files changed, 0 insertions, 33 deletions
diff --git a/gas/testsuite/gasp/pl8.out b/gas/testsuite/gasp/pl8.out deleted file mode 100644 index 3710412..0000000 --- a/gas/testsuite/gasp/pl8.out +++ /dev/null @@ -1,33 +0,0 @@ -! - -! .ALTERNATE -! SDATA %1+2+3 - .byte 37,49,43,50,43,51,32 -! SDATA "5" - .byte 53 -! - -! - -! - -! MACRO foo -! SDATA "HI" !! this will go -! SDATA "THERE ! this will stay -! ENDM -! - -! foo -! SDATA "HI" - .byte 72,73 -! SDATA "THERE ! this will stay - .byte 84,72,69,82,69,9,32,116,104,105,115,32,119,105,108,108,32,115,116,97,121 -! - -! - -! SDATA <!<this is <a wacky> example!>!!> - .byte 60,116,104,105,115,32,105,115,32,60,97,32,119,97,99,107,121,62,32,101,120,97,109,112,108,101,62,33 -! SDATA "<this is <a wacky> example>!" - .byte 60,116,104,105,115,32,105,115,32,60,97,32,119,97,99,107,121,62,32,101,120,97,109,112,108,101,62,34 -! END |