Strip global symbol defined in discarded section
[deliverable/binutils-gdb.git] / ld / testsuite / ld-elf / comm-data5.s
1 .comm i,4,4
2
3 .section .rodata,"a",%progbits
4 .dc.a i
5
6 .globl main
7 .globl start
8 .globl _start
9 .globl __start
10 .text
11 main:
12 start:
13 _start:
14 __start:
15 .dc.a 0
This page took 0.028995 seconds and 4 git commands to generate.