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