Retro68/binutils/ld/testsuite/ld-elf/header.t
2012-03-26 21:18:29 +02:00

9 lines
102 B
Perl

ENTRY(main)
SECTIONS
{
. = 0x100 + SIZEOF_HEADERS;
.text : { *(.text) }
.data : { *(.data) }
}