Support tcl procedure calls in run_dump_test xfail
[external/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 }