daily update
[external/binutils.git] / ld / testsuite / ld-elf / header.t
1 ENTRY(main)
2
3 SECTIONS
4 {
5   . = 0x100 + SIZEOF_HEADERS;
6   .text : { *(.text) }
7   .data : { *(.data) }
8 }