regenerate configure
[binutils.git] / ld / testsuite / ld-spu / ovl.lnk
blob408ed1ebd67c9371a2a5e024dd483c5a0ba51ebe
1 SECTIONS
3   . = SIZEOF_HEADERS;
4   .text : { *(.text) *(.stub) }
6   OVERLAY 0x400 :
7   {
8     .ov_a1 { *(.ov_a1) }
9     .ov_a2 { *(.ov_a2) }
10   }
12   .data : { *(.data) *(.ovtab) }
13   .bss : { *(.bss) }