Add a testcase for PR ld/19162
[deliverable/binutils-gdb.git] / ld / testsuite / ld-elf / ehdr_start-missing.t
CommitLineData
c2763e27
RM
1SECTIONS
2{
3 . = 0x10000000;
4 .text : { *(.text) }
5
6 . = 0x20000000;
7 .rodata : { *(.rodata) }
8}
This page took 0.116037 seconds and 4 git commands to generate.