ld: better handling of lma region for orphan sections
[deliverable/binutils-gdb.git] / ld / testsuite / ld-elf / relocatable.t
1 SECTIONS
2 {
3 . = 0x800000;
4 .text : { *(.text) }
5 . = 0x900000;
6 .data : { *(.data) }
7 /DISCARD/ : { *(.*) }
8 }
This page took 0.030155 seconds and 4 git commands to generate.