bfd/
[deliverable/binutils-gdb.git] / ld / testsuite / ld-spu / ovl.lnk
1 SECTIONS
2 {
3 . = SIZEOF_HEADERS;
4 .text : { *(.text) *(.stub) }
5 .data : { *(.data) *(.ovtab) }
6 .bss : { *(.bss) }
7 }
This page took 0.030193 seconds and 4 git commands to generate.