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/pl7.out | |
download | gdb-252b5132c753830d5fd56823373aed85f2a0db63.zip gdb-252b5132c753830d5fd56823373aed85f2a0db63.tar.gz gdb-252b5132c753830d5fd56823373aed85f2a0db63.tar.bz2 |
19990502 sourceware importbinu_ss_19990502
Diffstat (limited to 'gas/testsuite/gasp/pl7.out')
-rw-r--r-- | gas/testsuite/gasp/pl7.out | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/gas/testsuite/gasp/pl7.out b/gas/testsuite/gasp/pl7.out new file mode 100644 index 0000000..1519b34 --- /dev/null +++ b/gas/testsuite/gasp/pl7.out @@ -0,0 +1,26 @@ +! .ALTERNATE +!! test of string operators + ! test of string operators +!define MACRO str1,str2 +! SDATA str1 +! SDATA "str2" +!ENDM +! define one" way to get "spaces,0 +! SDATA one" way to get "spaces + .byte 111,110,101,34,32,119,97,121,32,116,111,32,103,101,116,32,34,115,112,97,99,101,115 +! SDATA "0" + .byte 48 +! define "lot's! of <special>,chars%", 0 +! SDATA "lot's of <special>,chars%" + .byte 108,111,116,39,115,32,111,102,32,60,115,112,101,99,105,97,108,62,44,99,104,97,114,115,37 +! SDATA "0" + .byte 48 +! + +! + +! + +! + +!
\ No newline at end of file |