1SECTIONS
2{
3  . = 0x10000000;
4  .text : { *(.text) }
5
6  __ehdr_start = 0x12345678;
7
8  . = 0x20000000;
9  .rodata : { *(.rodata) }
10}
11