* config/sh/tm-sh.h (BELIEVE_PCC_PROMOTION): Define, so that
[deliverable/binutils-gdb.git] / gas / testsuite / gas / macros / test3.s
CommitLineData
96dbd10d
ILT
1 .macro m arg1 arg2
2 \arg1
3 .exitm
4 \arg2
5 .endm
6
7 m ".long r1",.garbage
This page took 0.127932 seconds and 4 git commands to generate.