Automatic date update in version.in
[binutils-gdb.git] / ld / testsuite / ld-elf / ehdr_start-userdef.t
blob6ef1de7418ea1198ed2cf0f52cf873829a759247
1 SECTIONS
3   . = 0x10000000;
4   .text : { *(.text) }
6   __ehdr_start = 0x12345678;
8   . = 0x20000000;
9   .rodata : { *(.rodata) }