(root)/
binutils-2.41/
ld/
testsuite/
ld-elf/
ehdr_start-missing.t
SECTIONS
{
  . = 0x10000000;
  .text : { *(.text) }

  . = 0x20000000;
  .rodata : { *(.rodata) }
}