Properly handle common symbol and weak function
[deliverable/binutils-gdb.git] / ld / testsuite / ld-elf / group.ld
1 SECTIONS
2 {
3 . = 0x1000;
4 .text : { *(.text) *(.rodata.brlt) }
5 /DISCARD/ : { *(.dropme) *(.reginfo) }
6 }
This page took 0.02965 seconds and 4 git commands to generate.