summaryrefslogtreecommitdiff
path: root/gas/testsuite/gas/macros/semi.s
diff options
context:
space:
mode:
Diffstat (limited to 'gas/testsuite/gas/macros/semi.s')
-rw-r--r--gas/testsuite/gas/macros/semi.s14
1 files changed, 0 insertions, 14 deletions
diff --git a/gas/testsuite/gas/macros/semi.s b/gas/testsuite/gas/macros/semi.s
deleted file mode 100644
index d6e0963a169..00000000000
--- a/gas/testsuite/gas/macros/semi.s
+++ /dev/null
@@ -1,14 +0,0 @@
- .macro semicolon
- .ascii "; "
- .endm
-
- .macro colon
- .ascii ": "
- .endm
-
- semicolon
- .ascii "; "
- colon
- .ascii ": "
-
- .p2align 5,0