Home | History | Annotate | Download | only in ld-elf
      1 SECTIONS
      2 {
      3   . = 0x1000;
      4   .text : { *(.text .text.* .gnu.linkonce.t.*) }
      5   .rodata : { *(.rodata .rodata.* .gnu.linkonce.r.*) }
      6   .junk : { *(*) }
      7 }
      8