Home | History | Annotate | Download | only in ld-elf
      1 SECTIONS
      2 {
      3   . = 0x1000;
      4   .text : { *(.text) *(.rodata.brlt) }
      5   /DISCARD/ : { *(.dropme) *(.reginfo) *(.MIPS.abiflags) }
      6 }
      7