diff options
author | Richard Henderson <rth@redhat.com> | 1999-05-03 07:29:11 +0000 |
---|---|---|
committer | Richard Henderson <rth@redhat.com> | 1999-05-03 07:29:11 +0000 |
commit | 252b5132c753830d5fd56823373aed85f2a0db63 (patch) | |
tree | 1af963bfd8d3e55167b81def4207f175eaff3a56 /gas/testsuite/gasp/pl5.out | |
download | gdb-252b5132c753830d5fd56823373aed85f2a0db63.zip gdb-252b5132c753830d5fd56823373aed85f2a0db63.tar.gz gdb-252b5132c753830d5fd56823373aed85f2a0db63.tar.bz2 |
19990502 sourceware importbinu_ss_19990502
Diffstat (limited to 'gas/testsuite/gasp/pl5.out')
-rw-r--r-- | gas/testsuite/gasp/pl5.out | 32 |
1 files changed, 32 insertions, 0 deletions
diff --git a/gas/testsuite/gasp/pl5.out b/gas/testsuite/gasp/pl5.out new file mode 100644 index 0000000..0aa488b --- /dev/null +++ b/gas/testsuite/gasp/pl5.out @@ -0,0 +1,32 @@ +!! test of literal text operator + ! test of literal text operator +! .ALTERNATE +!foop MACRO str1,str2 +! SDATA "str1" +! SDATA str2 +! ENDM +! + +! + +! +! foop this< is a <string> with angle brackets> +! SDATA "this" + .byte 116,104,105,115 +! SDATA " is a <string> with angle brackets" + .byte 32,105,115,32,97,32,60,115,116,114,105,110,103,62,32,119,105,116,104,32,97,110,103,108,101,32,98,114,97,99,107,101,116,115 +! foop this< is a string with spaces> +! SDATA "this" + .byte 116,104,105,115 +! SDATA " is a string with spaces" + .byte 32,105,115,32,97,32,115,116,114,105,110,103,32,119,105,116,104,32,115,112,97,99,101,115 +! foop this < is a string with a !>> +! SDATA "this" + .byte 116,104,105,115 +! SDATA " is a string with a >" + .byte 32,105,115,32,97,32,115,116,114,105,110,103,32,119,105,116,104,32,97,32,62 +! + +! + +! END |