2.41 Release sources
[binutils-gdb.git] / ld / testsuite / ld-elf / relocatable.t
blob2ec056ae338df64f8e817a7f917c6dfd817491e6
1 SECTIONS
3   . = 0x800000;
4   .text : { *(.text) }
5   . = 0x900000;
6   .data : { *(.data) }
7   /DISCARD/ : { *(.*) }