Properly handle common symbol and weak function
[deliverable/binutils-gdb.git] / ld / testsuite / ld-elf / group1b.s
1 .section .text,"axG",%progbits,foo_group,comdat
2 .global foo
3 .global bar
4 foo:
5 .word 0
6 bar:
This page took 0.030344 seconds and 4 git commands to generate.