]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blob - gas/testsuite/gas/macros/test2.s
2002-10-04 Michael Snyder <msnyder@redhat.com>
[thirdparty/binutils-gdb.git] / gas / testsuite / gas / macros / test2.s
1 .macro m arg1 arg2 arg3
2 .long \arg1
3 .ifc ,\arg2\arg3
4 .ELSE
5 m \arg2,\arg3
6 .endif
7 .endm
8
9 m foo1,foo2,foo3