summaryrefslogtreecommitdiff
path: root/ld/testsuite/ld-elf/ehdr_start-missing.t
blob: a4daf06660c521c1ae2565e838d3ad77a31aefc4 (plain)
1
2
3
4
5
6
7
8
SECTIONS
{
  . = 0x10000000;
  .text : { *(.text) }

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