Enhance GAS's .section directive so that it can take numeric values for the flags...
[deliverable/binutils-gdb.git] / gas / testsuite / gas / macros / semi.s
CommitLineData
252b5132
RH
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
a22429b9 14 .p2align 5,0x11
This page took 0.695615 seconds and 4 git commands to generate.