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, 14 insertions, 0 deletions
diff --git a/gas/testsuite/gas/macros/semi.s b/gas/testsuite/gas/macros/semi.s
new file mode 100644
index 00000000000..d6e0963a169
--- /dev/null
+++ b/gas/testsuite/gas/macros/semi.s
@@ -0,0 +1,14 @@
+ .macro semicolon
+ .ascii "; "
+ .endm
+
+ .macro colon
+ .ascii ": "
+ .endm
+
+ semicolon
+ .ascii "; "
+ colon
+ .ascii ": "
+
+ .p2align 5,0