summaryrefslogtreecommitdiff
path: root/bfd/elf32-spu.c
Commit message (Expand)AuthorAgeFilesLines
* * elf32-spu.c (needs_ovl_stub): Correctly return nonovl_stub forAlan Modra2008-06-191-1/+1
* * elf32-spu.c (build_stub): Allow wraparound on stub branches.Alan Modra2008-06-191-13/+11
* bfd/Alan Modra2008-06-161-4/+18
* * elf32-spu.c (spu_elf_auto_overlay): Add valid area below spAlan Modra2008-06-071-1/+1
* include/Alan Modra2008-06-061-38/+31
* * elf32-spu.c (get_sym_h): Don't attempt to read global syms.Alan Modra2008-06-041-31/+19
* * elf32-spu.c (spu_elf_object_p): New function.Alan Modra2008-05-281-25/+60
* * elf32-spu.c (spu_elf_relocate_section): Rename is_ea to is_ea_sym.Alan Modra2008-05-121-6/+7
* bfd/Alan Modra2008-05-071-8/+29
* * elf32-spu.c (spu_elf_build_stubs): Correct error message.Alan Modra2008-04-081-3/+3
* bfd/Alan Modra2008-04-081-46/+1167
* * elf32-spu.c (allocate_spuear_stubs): Ensure _SPUEAR_ symbolAlan Modra2008-04-071-9/+25
* * elf32-spu.c (insert_callee): Reorder call list so most recentAlan Modra2008-04-011-200/+208
* bfd/Alan Modra2008-03-201-56/+56
* * elf32-spu.c (process_stubs, spu_elf_relocate_section): MoveAlan Modra2008-03-141-119/+149
* * elf-bfd.h (_bfd_elf_section_from_bfd_section): Update prototype.Alan Modra2008-03-111-8/+1
* * elf32-spu.c (spu_elf_relocate_section): Test identical conditionsAlan Modra2008-03-111-18/+35
* * elf32-spu.c (struct got_entry): Add "addend" field.Alan Modra2008-03-031-27/+44
* * elf32-spu.c (mark_functions_via_relocs): Don't assume thatAlan Modra2008-02-281-11/+27
* bfd/Alan Modra2008-02-071-6/+6
* * elf32-spu.c (spu_elf_relocate_section): Correct return type.Alan Modra2008-02-041-3/+4
* Rewrite SPU overlay handling code. Put overlay calls stubs in theAlan Modra2008-01-281-627/+517
* * elf32-spu.c (spu_elf_size_stubs): Do consider branches toAlan Modra2007-12-051-1/+2
* * elf32-spu.c (spu_elf_size_stubs): Correct section alignment.Alan Modra2007-12-041-2/+2
* bfd/Alan Modra2007-09-251-0/+69
* * elf32-spu.c (struct spu_link_hash_table): Add "stubs".Alan Modra2007-09-251-48/+46
* * elf32-spu.c (is_indirect_branch): New function.Alan Modra2007-09-241-2/+19
* * elf32-spu.c (elf_howto_table): Formatting.Alan Modra2007-09-041-4/+4
* Switch sources over to use the GPL version 3Nick Clifton2007-07-031-1/+1
* * elf32-spu.c (spu_elf_fake_sections): New function.Alan Modra2007-06-291-0/+13
* * elf32-spu.c (spu_elf_create_sections): Properly iterate overAlan Modra2007-06-271-1/+1
* include/elf/Alan Modra2007-05-121-0/+3
* include/elf/Alan Modra2007-05-111-1/+63
* * elf32-spu.c (spu_elf_size_stubs): Use "void *" for psyms.Alan Modra2007-05-081-5/+6
* * elf32-spu.c (spu_elf_reloc_type_lookup): Return NULL onAlan Modra2007-05-071-52/+6
* bfd/Alan Modra2007-04-301-14/+1248
* bfd/Alan Modra2007-04-261-1/+1
* * elf32-spu.c (needs_ovl_stub): Test that spu_elf_section_dataAlan Modra2007-04-121-1/+2
* bfd/Alan Modra2007-04-051-0/+42
* * elf32-spu.c (struct stubarr): Add stub_hash_table and err fields.Alan Modra2007-03-261-0/+55
* * aout-adobe.c (aout_32_bfd_reloc_name_lookup): Define.Alan Modra2007-03-261-0/+15
* * elf32-spu.c (spu_stub_name): Don't put input section in stub name.Alan Modra2007-03-231-69/+70
* * elf32-spu.c (spu_elf_size_stubs): Always use an overlay stubAlan Modra2007-03-171-2/+14
* PR 3958Alan Modra2007-03-071-3/+14
* * elf32-spu.h (struct _ovl_stream): Make "start" and "end" const.Alan Modra2007-02-271-2/+2
* * elf32-spu.c (spu_elf_size_stubs): Correct order of warning args.Alan Modra2007-02-211-2/+2
* bfd/Alan Modra2006-12-151-0/+1
* New Cell SPU port.Alan Modra2006-10-251-0/+1749