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

  __ehdr_start = 0x12345678;

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