]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blob - gas/testsuite/gasp/pl5.asm
* config/sh/tm-sh.h (BELIEVE_PCC_PROMOTION): Define, so that
[thirdparty/binutils-gdb.git] / gas / testsuite / gasp / pl5.asm
1 ! test of literal text operator
2 .ALTERNATE
3 foop MACRO str1,str2
4 SDATA "str1"
5 SDATA str2
6 ENDM
7
8
9
10 foop this< is a <string> with angle brackets>
11 foop this< is a string with spaces>
12 foop this < is a string with a !>>
13
14
15 END