buildtools/binutils/ld/testsuite/ld-elf/ehdr_start-missing.t
2014-03-19 17:25:32 +01:00

9 lines
100 B
Perl

SECTIONS
{
. = 0x10000000;
.text : { *(.text) }
. = 0x20000000;
.rodata : { *(.rodata) }
}