]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blob - gas/testsuite/gasp/pl7.asm
* config/sh/tm-sh.h (BELIEVE_PCC_PROMOTION): Define, so that
[thirdparty/binutils-gdb.git] / gas / testsuite / gasp / pl7.asm
1 .ALTERNATE
2 ! test of string operators
3 define MACRO str1,str2
4 SDATA str1
5 SDATA "str2"
6 ENDM
7 define one" way to get "spaces,0
8 define "lot's! of <special>,chars%", 0
9
10
11
12