Home | History | Annotate | Download | only in ld-mips-elf
      1 ENTRY(__start)
      2 SECTIONS
      3 {
      4   . = 0x0400000;
      5   .text : { *(.text) }
      6   . = 0x0800000;
      7   .rodata : { *(.rodata.*) }
      8   /DISCARD/ : { *(*) }
      9 }
     10