1SECTIONS
2{
3  . = 0x1000;
4  .text : { *(.text .text.* .gnu.linkonce.t.*) }
5  .rodata : { *(.rodata .rodata.* .gnu.linkonce.r.*) }
6  .junk : { *(*) }
7}
8