Strip global symbol defined in discarded section
[deliverable/binutils-gdb.git] / ld / testsuite / ld-elf / comm-data1.s
1 .section .rodata,"a",%progbits
2 .balign 8
3 .globl foo
4 .type foo,%object
5 foo:
6 .skip 4, 0
This page took 0.028942 seconds and 4 git commands to generate.