Don't re-export common symbols
[deliverable/binutils-gdb.git] / ld / testsuite / ld-elf / pr13177.s
1 .section .text.foo,"ax",%progbits
2 .globl foo
3 .type foo, %function
4 foo:
5 .byte 0
6 .section .data.opt_out,"aw",%progbits
7 .type opt_out, %object
8 opt_out:
9 .dc.a bar
This page took 0.029631 seconds and 4 git commands to generate.