old-cross-binutils/ld/testsuite/ld-spu/ovl.lnk

8 lines
121 B
Text
Raw Normal View History

2006-10-25 06:49:21 +00:00
SECTIONS
{
. = SIZEOF_HEADERS;
.text : { *(.text) *(.stub) }
.data : { *(.data) *(.ovtab) }
.bss : { *(.bss) }
}