Home | History | Annotate | Download | only in ld-spu
      1 SECTIONS
      2 {
      3   . = SIZEOF_HEADERS;
      4   .text : { *(.text) *(.stub) }
      5   .data : { *(.data) *(.ovtab) }
      6   .bss : { *(.bss) }
      7 }
      8