summaryrefslogtreecommitdiff
path: root/gas/testsuite/gas/macros/test2.s
blob: 838ce94032c075f721eeedabaa702d68377d55d5 (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	r1,r2,r3