* gas/m68hc11/insns.s: Don't use .comm for stack symbol so that objdump
[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.031374 seconds and 4 git commands to generate.