]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - gas/testsuite/gas/macros/test1.s
Import the binutils-2_15-branch from the sourceware CVS repository,
[FreeBSD/FreeBSD.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