]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blob - gas/testsuite/gas/macros/test2.s
* config/sh/tm-sh.h (BELIEVE_PCC_PROMOTION): Define, so that
[thirdparty/binutils-gdb.git] / gas / testsuite / gas / macros / test2.s
1 .macro m arg1 arg2 arg3
2 .long \arg1
3 .ifnc ,\arg2\arg3
4 m \arg2,\arg3
5 .endif
6 .endm
7
8 m r1,r2,r3