Change objfile::partial_symtabs to be a unique_ptr
[deliverable/binutils-gdb.git] / ld / testsuite / ld-elf / ehdr_start-userdef.t
1 SECTIONS
2 {
3 . = 0x10000000;
4 .text : { *(.text) }
5
6 __ehdr_start = 0x12345678;
7
8 . = 0x20000000;
9 .rodata : { *(.rodata) }
10 }
This page took 0.05637 seconds and 4 git commands to generate.