summaryrefslogtreecommitdiff
path: root/gas/testsuite/gas/arm/macro1.s
blob: f4ef7a96d8878f12f2fe2bb47302ecd875f986c3 (plain)
1
2
3
4
5
6
	@ Test that macro expansions are properly scrubbed.
	.macro popret regs
	ldmia sp!, {\regs, pc}
	.endm
	.text
	popret "r4, r5"