* elf64-ppc.c (dec_dynrel_count): Don't error when elf_gc_sweep_symbol
[external/binutils.git] / gas / testsuite / gas / macros / app2.s
1 #NO_APP
2  .text
3  .macro foo
4  .globl a
5 a:
6  .long 42
7  .endm
8 #APP
9  foo
10  .globl b
11 b:
12  .long 56
13 #NO_APP