summaryrefslogtreecommitdiff
path: root/gas/testsuite/gasp/pl1.asm
diff options
context:
space:
mode:
Diffstat (limited to 'gas/testsuite/gasp/pl1.asm')
-rw-r--r--gas/testsuite/gasp/pl1.asm20
1 files changed, 0 insertions, 20 deletions
diff --git a/gas/testsuite/gasp/pl1.asm b/gas/testsuite/gasp/pl1.asm
deleted file mode 100644
index f38bfde93be..00000000000
--- a/gas/testsuite/gasp/pl1.asm
+++ /dev/null
@@ -1,20 +0,0 @@
-
- .ALTERNATE
-
-alloc MACRO val1,val2
- DB val1
- DB val2
- ENDM
-
- alloc "that's" 'show biz'
- alloc 0,1
- alloc 0 1
- alloc 0 1
- alloc ,1
-
-
-
-
-
-
-