]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blame - gas/testsuite/gas/macros/semi.s
* config/sh/tm-sh.h (BELIEVE_PCC_PROMOTION): Define, so that
[thirdparty/binutils-gdb.git] / gas / testsuite / gas / macros / semi.s
CommitLineData
f87ac266
ILT
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