* elf32-sparc.c (_bfd_sparc_elf_howto_table): Fix dst_mask for
[deliverable/binutils-gdb.git] / gas / testsuite / gas / macros / semi.s
1 .macro semicolon
2 .ascii "; "
3 .endm
4
5 .macro colon
6 .ascii ": "
7 .endm
8
9 semicolon
10 .ascii "; "
11 colon
12 .ascii ": "
13
14 .p2align 5,0
This page took 0.031204 seconds and 4 git commands to generate.