Properly handle common symbol and weak function
[deliverable/binutils-gdb.git] / ld / testsuite / ld-elf / comm-data2.s
1 .text
2 .globl _start
3 .globl __start
4 _start:
5 __start:
6 .comm foo, 4, 4
7 .section .debug_foo,"",%progbits
8 .balign 16
9 .ifdef ELF64
10 .8byte foo
11 .else
12 .4byte foo
13 .endif
14 .balign 16
This page took 0.029163 seconds and 4 git commands to generate.