Age | Commit message (Expand) | Author | Files | Lines |
2011-12-03 | PR ld/13470 | Alan Modra | 1 | -4/+10 |
2011-11-21 | * config.bfd: Add vectors for powerpc and powerpc64-freebsd. | Alan Modra | 1 | -0/+19 |
2011-11-08 | bfd/ | Alan Modra | 1 | -37/+80 |
2011-10-26 | PR ld/13049 | Nick Clifton | 1 | -2/+2 |
2011-10-20 | PR ld/13049 | Nick Clifton | 1 | -2/+2 |
2011-10-19 | PR ld/13177 | Alan Modra | 1 | -1/+3 |
2011-10-17 | PR ld/12975 | Alan Modra | 1 | -1/+4 |
2011-10-10 | include/elf/ | Alan Modra | 1 | -5/+131 |
2011-09-30 | PR ld/13235 | Alan Modra | 1 | -108/+48 |
2011-09-07 | PR ld/13131 | Alan Modra | 1 | -0/+2 |
2011-09-06 | PR ld/13131 | Alan Modra | 1 | -5/+8 |
2011-08-19 | * elf64-ppc.c (ppc64_elf_edit_toc): Ignore can_optimize bit if | Alan Modra | 1 | -1/+1 |
2011-08-14 | * elf64-ppc.c: Prefix all einfo error strings with "%P: ". | Alan Modra | 1 | -23/+23 |
2011-08-05 | bfd/ | Alan Modra | 1 | -4/+23 |
2011-08-02 | * elf64-ppc.c (build_plt_stub): Correct emitted relocs when no | Alan Modra | 1 | -13/+24 |
2011-07-26 | bfd/ | Alan Modra | 1 | -2/+161 |
2011-07-14 | bfd/ | Alan Modra | 1 | -10/+22 |
2011-07-01 | * elf32-ppc.c (ppc_elf_copy_indirect_symbol): Don't look at | Alan Modra | 1 | -53/+24 |
2011-06-13 | * linker.c (bfd_link_hash_traverse): Follow warning symbol link. | Alan Modra | 1 | -27/+0 |
2011-06-03 | oops - spelling fixes accidentally omitted from previous delta. | Nick Clifton | 1 | -1/+1 |
2011-05-23 | * elf-bfd.h: Comment typo fix. | Alan Modra | 1 | -38/+18 |
2011-05-23 | * elf32-frv.c: Use info->callbacks->einfo throughout file in linker | Alan Modra | 1 | -71/+61 |
2011-05-10 | bfd/ | Jan Kratochvil | 1 | -0/+2 |
2011-05-04 | PR ld/12727 | Alan Modra | 1 | -0/+2 |
2011-04-17 | bfd/ | Jan Kratochvil | 1 | -2/+3 |
2011-04-11 | PR 10549 | Nick Clifton | 1 | -1/+5 |
2011-03-23 | bfd/ | Alan Modra | 1 | -42/+83 |
2011-03-10 | * elf64-ppc.c (ppc64_elf_relocate_section): Provide section/offset | Alan Modra | 1 | -3/+3 |
2011-03-10 | * elf64-ppc.c (bfd_elf64_bfd_link_just_syms): Define. | Alan Modra | 1 | -10/+75 |
2011-02-15 | * elf64-ppc.c (ppc64_elf_edit_toc): Reinstate second read of | Alan Modra | 1 | -1/+8 |
2011-02-09 | * elf64-ppc.c (ppc64_elf_edit_toc): Don't free toc relocs until | Alan Modra | 1 | -19/+21 |
2011-02-08 | * elf64-ppc.c (ppc64_elf_edit_toc): Don't segfault on NULL | Alan Modra | 1 | -26/+27 |
2011-01-31 | * elf64-ppc.c (ppc64_elf_next_input_section): Use elf_gp value | Alan Modra | 1 | -5/+28 |
2010-10-25 | bfd/ | Daniel Jacobowitz | 1 | -10/+4 |
2010-10-04 | bfd/ | Bernd Schmidt | 1 | -11/+16 |
2010-09-24 | 2010-09-24 Thomas Schwinge <thomas@codesourcery.com> | Thomas Schwinge | 1 | -7/+7 |
2010-08-25 | Add target_id to elf_backend_data. | H.J. Lu | 1 | -0/+1 |
2010-08-18 | 2010-08-18 Pedro Alves <pedro@codesourcery.com> | Pedro Alves | 1 | -1/+1 |
2010-08-05 | * elf64-ppc.c (ha_reloc_match): Allow matches to other than r2. | Alan Modra | 1 | -10/+55 |
2010-07-29 | * elf64-ppc.c (ppc64_elf_edit_toc): Always adjust local syms in | Alan Modra | 1 | -30/+26 |
2010-07-01 | * elf64-ppc.c (ppc64_elf_edit_toc): Use SYMBOL_CALLS_LOCAL rather | Alan Modra | 1 | -3/+3 |
2010-07-01 | * elf64-ppc.c (ppc64_elf_edit_toc): Keep toc entries for ifuncs. | Alan Modra | 1 | -2/+10 |
2010-06-27 | * elf64-ppc.c (get_tls_mask): Don't segfault on NULL elf_section_data. | Alan Modra | 1 | -3/+7 |
2010-06-27 | fix set but unused variable warnings | Alan Modra | 1 | -10/+1 |
2010-06-25 | include/elf/ | Alan Modra | 1 | -19/+169 |
2010-06-25 | * elf64-ppc.c (is_static_defined): New function. | Alan Modra | 1 | -60/+100 |
2010-04-13 | * elf64-ppc.c (ppc64_elf_relocate_section): Correct NOP location | Alan Modra | 1 | -1/+1 |
2010-03-31 | * elf64-ppc.c (ppc64_elf_relocate_section): Nop out optimized | Alan Modra | 1 | -0/+12 |
2010-03-26 | PR ld/11375 | Alan Modra | 1 | -20/+14 |
2010-03-16 | * elf64-ppc.c (struct ppc_link_hash_table): Add do_toc_opt. | Alan Modra | 1 | -1/+132 |