Fix references to __ehdr_start when it cannot be defined
[platform/upstream/binutils.git] / ld / testsuite / ld-elf / ehdr_start-missing.t
1 SECTIONS
2 {
3   . = 0x10000000;
4   .text : { *(.text) }
5
6   . = 0x20000000;
7   .rodata : { *(.rodata) }
8 }