ld: better handling of lma region for orphan sections
[deliverable/binutils-gdb.git] / ld / testsuite / ld-elf / weak-dyn-1.ld
... / ...
CommitLineData
1SECTIONS
2{
3 . = SIZEOF_HEADERS;
4 . = 0x800000;
5 PROVIDE (bar = .);
6 .data : {
7 *(.data)
8 }
9}
This page took 0.022347 seconds and 4 git commands to generate.