This commit was generated by cvs2svn to track changes on a CVS vendor
[deliverable/binutils-gdb.git] / gas / testsuite / gas / macros / test1.s
1 .macro m arg1 arg2
2 .globl \arg1
3 \arg1 = \arg2
4 .endm
5
6 m s1,1
7 m s2,2
This page took 0.038195 seconds and 5 git commands to generate.