bfd/arc: Add R_ prefix to all relocation names
[deliverable/binutils-gdb.git] / gas / testsuite / gas / macros / test2.s
CommitLineData
252b5132
RH
1 .macro m arg1 arg2 arg3
2 .long \arg1
3 .ifc ,\arg2\arg3
e4475e39 4 .else
252b5132
RH
5 m \arg2,\arg3
6 .endif
7 .endm
8
18452d40 9 m foo1,foo2,foo3
This page took 0.690631 seconds and 4 git commands to generate.