Fixed matching in newly added test.
[deliverable/binutils-gdb.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
This page took 0.030085 seconds and 4 git commands to generate.