Properly implement STT_COMMON
[deliverable/binutils-gdb.git] / ld / testsuite / ld-elf / weak-dyn-1.ld
CommitLineData
a26587ba
RS
1SECTIONS
2{
3 . = 0x800000;
4 PROVIDE (bar = .);
5 .data : {
6 *(.data)
7 }
8}
This page took 0.372974 seconds and 4 git commands to generate.