summaryrefslogtreecommitdiff
path: root/gas/testsuite/gas/macros/test2.s
blob: a21b011cef56e618d5369179229e45ba1f545dbe (plain)
1
2
3
4
5
6
7
8
9
	.macro	m arg1 arg2 arg3
	.long	\arg1
	.ifc	,\arg2\arg3
	.ELSE
	m	\arg2,\arg3
	.endif
	.endm

	m	foo1,foo2,foo3