Age | Commit message (Expand) | Author | Files | Lines |
2014-08-01 | Fix PR10373 which is SH relax bug. | Kaz Kojima | 1 | -3/+6 |
2014-07-08 | This fixes PR 17110 which shows that the SH section relocation code can be ca... | Nick Clifton | 1 | -1/+3 |
2014-06-13 | Make bfd.link_next field a union | Alan Modra | 1 | -1/+1 |
2014-05-02 | bfd target vector rationalisation | Alan Modra | 1 | -18/+18 |
2014-03-05 | Update copyright years | Alan Modra | 1 | -3/+1 |
2013-12-17 | Use _bfd_elf_copy_private_bfd_data | H.J. Lu | 1 | -19/+4 |
2013-12-12 | Remove bfd_elf32_bfd_set_private_bfd_flags | H.J. Lu | 1 | -2/+0 |
2013-03-30 | PR ld/15323 | Alan Modra | 1 | -0/+4 |
2013-03-28 | * elf32-sh.c (sh_elf_relocate_section): Suppress warnings for | Kaz Kojima | 1 | -1/+7 |
2013-03-27 | * elf-bfd.h (enum elf_reloc_type_class): Add reloc_class_ifunc. | Alan Modra | 1 | -1/+3 |
2013-02-21 | * elf-bfd.h (struct core_elf_obj_tdata): New. | Alan Modra | 1 | -5/+5 |
2013-02-10 | PR ld/15113 | Alan Modra | 1 | -12/+1 |
2013-01-10 | Remove trailing white spaces in bfd | H.J. Lu | 1 | -9/+9 |
2012-10-23 | bfd/ | Nathan Sidwell | 1 | -112/+5 |
2012-09-02 | Add hdynamic to elf_link_hash_table for _DYNAMIC | H.J. Lu | 1 | -1/+1 |
2012-06-29 | * section.c (bfd_get_linker_section): New function. | Alan Modra | 1 | -39/+39 |
2012-06-29 | * elf32-sh.c (sh_elf_create_dynamic_sections): Don't create .rela | Alan Modra | 1 | -26/+0 |
2012-05-07 | * elf-bfd.h (RELOC_AGAINST_DISCARDED_SECTION): Handle compound | Maciej W. Rozycki | 1 | -1/+1 |
2012-04-24 | PR ld/13991 | Alan Modra | 1 | -2/+2 |
2012-04-19 | bfd/ | Thomas Schwinge | 1 | -4/+4 |
2012-04-17 | * elf32-sh.c (allocate_dynrelocs): Don't allocate dynamic | Kaz Kojima | 1 | -0/+3 |
2012-03-13 | * elf-m10300.c (_bfd_mn10300_elf_adjust_dynamic_symbol): Don't error | Alan Modra | 1 | -8/+1 |
2012-02-27 | * elf32-sh.c (sh_elf_osec_to_segment): Check for elf flavour bfd | Alan Modra | 1 | -4/+8 |
2011-10-19 | PR ld/13177 | Alan Modra | 1 | -1/+5 |
2011-06-22 | * elf32-sh.c (sh_elf_relocate_section): Allow R_SH_TLS_LE_32 for PIE. | Kaz Kojima | 1 | -2/+2 |
2011-06-13 | * linker.c (bfd_link_hash_traverse): Follow warning symbol link. | Alan Modra | 1 | -10/+1 |
2010-10-25 | bfd/ | Daniel Jacobowitz | 1 | -9/+2 |
2010-09-24 | 2010-09-24 Thomas Schwinge <thomas@codesourcery.com> | Thomas Schwinge | 1 | -1/+1 |
2010-08-25 | Add target_id to elf_backend_data. | H.J. Lu | 1 | -0/+1 |
2010-08-20 | * elf32-sh.c (sh_elf_relocate_section): Handle non-ELF output | Maciej W. Rozycki | 1 | -29/+40 |
2010-08-18 | 2010-08-18 Pedro Alves <pedro@codesourcery.com> | Pedro Alves | 1 | -1/+1 |
2010-06-27 | fix set but unused variable warnings | Alan Modra | 1 | -7/+0 |
2010-05-25 | 2010-05-21 Daniel Jacobowitz <dan@codesourcery.com> | Nick Clifton | 1 | -203/+1777 |
2010-02-04 | * elf-bfd.h (emum elf_object_id): Rename to elf_target_id. Add | Nick Clifton | 1 | -5/+30 |
2009-12-11 | Add -Wshadow to the gcc command line options used when compiling the binutils. | Nick Clifton | 1 | -6/+6 |
2009-09-02 | update copyright dates | Alan Modra | 1 | -1/+1 |
2009-06-18 | * elf-bfd.h (struct sym_sec_cache): Delete. | Alan Modra | 1 | -7/+12 |
2009-06-17 | 2009-06-17 H.J. Lu <hongjiu.lu@intel.com> | H.J. Lu | 1 | -11/+2 |
2008-11-25 | * elflink.c (is_reloc_section): New function. Returns true if the | Nick Clifton | 1 | -59/+9 |
2008-03-25 | bfd/ | Nathan Sidwell | 1 | -0/+27 |
2008-02-12 | PR ld/5692 | Nick Clifton | 1 | -23/+24 |
2008-01-11 | 2008-01-11 Tristan Gingold <gingold@adacore.com> | Tristan Gingold | 1 | -0/+3 |
2007-11-08 | include/elf/ | Nathan Sidwell | 1 | -0/+6 |
2007-09-28 | * elf-m10300.c (mn10300_elf_check_relocs): Delete dead code. | Alan Modra | 1 | -4/+1 |
2007-09-26 | bfd/ | Jan Beulich | 1 | -1/+3 |
2007-07-03 | Switch sources over to use the GPL version 3 | Nick Clifton | 1 | -2/+3 |
2007-06-29 | bfd: | Joseph Myers | 1 | -0/+3 |
2007-05-15 | 2007-05-15 H.J. Lu <hongjiu.lu@intel.com> | H.J. Lu | 1 | -23/+1 |
2007-04-26 | bfd/ | Alan Modra | 1 | -1/+1 |
2007-03-26 | * aout-adobe.c (aout_32_bfd_reloc_name_lookup): Define. | Alan Modra | 1 | -0/+31 |