aboutsummaryrefslogtreecommitdiff
path: root/ld/testsuite/ld-spu
AgeCommit message (Collapse)AuthorFilesLines
2007-09-25bfd/Alan Modra2-0/+15
* elf32-spu.c (struct spu_link_hash_table): Add ovly_load_r_symndx. (spu_elf_size_stubs): Count stub relocs. (write_one_stub): Emit relocs on overlay call stubs. ld/testsuite/ * ld-spu/ovl.d: Adjust for stub relocs. * ld-spu/ovl2.d: Likewise.
2007-07-06Update sources to GPLv3Nick Clifton1-5/+8
2007-06-14Update.Alan Modra2-4/+4
2007-04-18ld/Alan Modra1-4/+5
* ldlang.h (enum section_type): Add overlay_section. * ldlang.c (lang_add_section): Handle flags for overlay_section as per normal_section. (lang_size_sections_1): When setting lma, detect overlays by os->sectype rather than by looking for overlapping vmas. (lang_enter_overlay_section): Use overlay_section type. (lang_leave_overlay): Set first overlay section to normal. ld/testsuite/ * ld-spu/ovl.lnk: Use OVERLAY keyword.
2007-04-05bfd/Alan Modra1-2/+2
* elf32-spu.c (spu_elf_output_symbol_hook): New function. (elf_backend_link_output_symbol_hook): Define. ld/testsuite/ * ld-spu/ovl2.d: Update.
2007-03-27 * ld-spu/spu.exp (embed_test): New.Alan Modra6-0/+251
* ld-spu/ear.s: New. * ld-spu/ear.d: New. * ld-spu/embed.rd: New. * ld-spu/ovl2.s: New. * ld-spu/ovl2.d: New.
2007-03-23 * ld-spu/ovl.s (f4_a2): Tail call.Alan Modra2-12/+31
* ld-spu/ovl.d: Add --emit-relocs to ld options, -r to objdump. Update expected results.
2006-10-25New Cell SPU port.Alan Modra4-0/+239