* elf64-ppc.c (dec_dynrel_count): Don't error when elf_gc_sweep_symbol
[external/binutils.git] / ld / testsuite / ld-i386 / nogot1.s
1         .type   bar, @function
2 bar:
3         ret
4         .size   bar, .-bar
5 .globl foo
6         .type   foo, @function
7 foo:
8         leal    bar, %eax
9         ret
10         .size   foo, .-foo