* elf32-sparc.c (_bfd_sparc_elf_howto_table): Fix dst_mask for
[deliverable/binutils-gdb.git] / gas / testsuite / gas / macros / test3.s
CommitLineData
252b5132
RH
1 .macro m arg1 arg2
2 \arg1
3 .exitm
4 \arg2
5 .endm
6
18452d40 7 m ".long foo1",.garbage
This page took 0.114343 seconds and 4 git commands to generate.