From 252b5132c753830d5fd56823373aed85f2a0db63 Mon Sep 17 00:00:00 2001 From: Richard Henderson Date: Mon, 3 May 1999 07:29:11 +0000 Subject: 19990502 sourceware import --- gas/testsuite/gasp/pl5.asm | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 gas/testsuite/gasp/pl5.asm (limited to 'gas/testsuite/gasp/pl5.asm') diff --git a/gas/testsuite/gasp/pl5.asm b/gas/testsuite/gasp/pl5.asm new file mode 100644 index 00000000000..16b999b1fd4 --- /dev/null +++ b/gas/testsuite/gasp/pl5.asm @@ -0,0 +1,15 @@ +! test of literal text operator + .ALTERNATE +foop MACRO str1,str2 + SDATA "str1" + SDATA str2 + ENDM + + + + foop this< is a with angle brackets> + foop this< is a string with spaces> + foop this < is a string with a !>> + + + END -- cgit v1.2.1