summaryrefslogtreecommitdiffstats
path: root/binutils-2.25/ld/testsuite/ld-spu/ovl.lnk
blob: 00156522c32838e07ce3fb51e94f7a6d220b6fd3 (plain)
1
2
3
4
5
6
7
SECTIONS
{
  . = SIZEOF_HEADERS;
  .text : { *(.text) *(.stub) }
  .data : { *(.data) *(.ovtab) }
  .bss : { *(.bss) }
}