diff options
Diffstat (limited to 'gas/testsuite/gasp/pl4.asm')
-rw-r--r-- | gas/testsuite/gasp/pl4.asm | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/gas/testsuite/gasp/pl4.asm b/gas/testsuite/gasp/pl4.asm deleted file mode 100644 index f1dd3e8..0000000 --- a/gas/testsuite/gasp/pl4.asm +++ /dev/null @@ -1,10 +0,0 @@ - .ALTERNATE -! test of macro substitution around &s - - -foo MACRO a,b - x&a&b - ENDM - - foo 3 2 - END |