Fixed matching in newly added test.
[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 s_not_a_reg_1,1
7 m s_not_a_reg_2,2
This page took 0.029812 seconds and 4 git commands to generate.