Home | History | Annotate | Download | only in ld-mips-elf
      1 SECTIONS
      2 {
      3   . = 0x40000;
      4   .reginfo : { *(.reginfo) }
      5   .pdr : { *(.pdr) }
      6   . = 0x41000;
      7   .text : { *(.text) }
      8   HIDDEN (_gp = 0x68000);
      9 }
     10