Home | History | Annotate | Download | only in ld-mips-elf
      1 ENTRY (foo);
      2 SECTIONS
      3 {
      4   .text : { *(.text) }
      5   HIDDEN (_gp = ALIGN(16) + 0x7ff0);
      6   .got : { *(.got) }
      7   .dynamic : { *(.dynamic) }
      8   .hash : { *(.hash) }
      9   .dynsym : { *(.dynsym) }
     10   .dynstr : { *(.dynstr) }
     11   .pdr : { *(.pdr) }
     12   .shstrtab : { *(.shstrtab) }
     13   .symtab : { *(.symtab) }
     14   .strtab : { *(.strtab) }
     15   /DISCARD/ : { *(*) }
     16 }
     17