This commit was manufactured by cvs2svn to create branch 'binutils-
[external/binutils.git] / gas / testsuite / gas / macros / semi.s
1         .macro semicolon
2         .ascii "; "
3         .endm
4
5         .macro colon
6         .ascii ": "
7         .endm
8
9         semicolon
10         .ascii "; "
11         colon
12         .ascii ": "
13
14         .p2align 5,0x11