Age | Commit message (Expand) | Author | Files | Lines |
2013-07-27 | * elf32-vax.c (elf_vax_finish_dynamic_sections): Don't set GOT's | Maciej W. Rozycki | 1 | -1/+2 |
2013-07-27 | bfd/ | Maciej W. Rozycki | 1 | -83/+17 |
2013-07-27 | * elf32-vax.c (elf_vax_always_size_sections): Correct a comment | Maciej W. Rozycki | 1 | -1/+1 |
2013-07-27 | * elf32-vax.c (elf_vax_discard_got_entries): New function. | Maciej W. Rozycki | 1 | -30/+66 |
2013-05-20 | * elf32-vax.c (elf_vax_instantiate_got_entries): Only set the | Maciej W. Rozycki | 1 | -8/+6 |
2013-05-19 | * elf32-vax.c (elf_vax_adjust_dynamic_symbol): Convert K&R | Maciej W. Rozycki | 1 | -3/+2 |
2013-03-30 | PR ld/15323 | Alan Modra | 1 | -0/+4 |
2013-03-27 | * elf-bfd.h (enum elf_reloc_type_class): Add reloc_class_ifunc. | Alan Modra | 1 | -1/+3 |
2013-02-10 | * coff-arm.c (coff_arm_link_hash_table_create): Use bfd_zmalloc. | Alan Modra | 1 | -1/+1 |
2012-09-02 | Add hdynamic to elf_link_hash_table for _DYNAMIC | H.J. Lu | 1 | -1/+1 |
2012-08-05 | bfd/ | Maciej W. Rozycki | 1 | -25/+7 |
2012-07-13 | * aix386-core.c: Remove use of PTR and PARAMS macros. | Nick Clifton | 1 | -6/+6 |
2012-06-29 | * section.c (bfd_get_linker_section): New function. | Alan Modra | 1 | -34/+32 |
2012-05-19 | * elf32-vax.c (elf_vax_relocate_section) | Maciej W. Rozycki | 1 | -2/+1 |
2012-05-19 | * elf32-vax.c (elf_vax_relocate_section) | Maciej W. Rozycki | 1 | -8/+7 |
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 | -1/+1 |
2012-03-13 | * elf-m10300.c (_bfd_mn10300_elf_adjust_dynamic_symbol): Don't error | Alan Modra | 1 | -9/+2 |
2011-06-13 | * linker.c (bfd_link_hash_traverse): Follow warning symbol link. | Alan Modra | 1 | -4/+2 |
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-06-27 | fix set but unused variable warnings | Alan Modra | 1 | -4/+0 |
2010-02-04 | * elf-bfd.h (emum elf_object_id): Rename to elf_target_id. Add | Nick Clifton | 1 | -21/+11 |
2009-10-25 | * elf32-vax.c (elf_vax_relocate_section): Correct assertion. | Maciej W. Rozycki | 1 | -1/+1 |
2009-10-25 | * elf32-vax.c (elf_vax_plt_entry): Fix formatting. | Maciej W. Rozycki | 1 | -1/+1 |
2009-10-25 | * elf32-vax.c (elf_vax_relocate_section): Fix a typo. | Maciej W. Rozycki | 1 | -1/+1 |
2009-09-02 | update copyright dates | Alan Modra | 1 | -1/+1 |
2009-06-16 | bfd/ | Maciej W. Rozycki | 1 | -0/+10 |
2009-06-16 | bfd/ | Maciej W. Rozycki | 1 | -0/+17 |
2009-06-16 | bfd/ | Maciej W. Rozycki | 1 | -1/+9 |
2009-06-16 | bfd/ | Maciej W. Rozycki | 1 | -5/+15 |
2009-06-16 | bfd/ | Maciej W. Rozycki | 1 | -1/+1 |
2009-06-16 | bfd/ | Maciej W. Rozycki | 1 | -7/+24 |
2009-04-02 | 2009-04-01 Matt Thomas <matt@netbsd.org> | Matt Thomas | 1 | -19/+25 |
2008-11-25 | * elflink.c (is_reloc_section): New function. Returns true if the | Nick Clifton | 1 | -41/+7 |
2008-01-11 | 2008-01-11 Tristan Gingold <gingold@adacore.com> | Tristan Gingold | 1 | -0/+3 |
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-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-04-06 | 2007-04-03 Matt Thomas <matt@netbsd.org> | Matt Thomas | 1 | -2/+3 |
2007-03-26 | * aout-adobe.c (aout_32_bfd_reloc_name_lookup): Define. | Alan Modra | 1 | -1/+16 |
2007-03-07 | PR 3958 | Alan Modra | 1 | -4/+14 |
2006-10-17 | bfd/ | Alan Modra | 1 | -1/+14 |
2006-09-28 | * elflink.c (_bfd_elf_gc_mark_hook): New function. | Alan Modra | 1 | -34/+9 |
2006-09-16 | * bfd-in.h (STRING_AND_COMMA): New macro. Takes one constant string as its | Nick Clifton | 1 | -4/+4 |
2006-03-16 | PR 2434 | Alan Modra | 1 | -3/+4 |
2006-02-27 | * elf-m10300.c (_bfd_mn10300_elf_finish_dynamic_symbol): Use the | Richard Sandiford | 1 | -1/+1 |
2005-08-18 | * elf-m10300.c (_bfd_mn10300_elf_adjust_dynamic_symbol): Warn on | Alan Modra | 1 | -0/+7 |
2005-07-08 | * elf-hppa.h (elf_hppa_final_link): Use gp val of zero when none | Alan Modra | 1 | -31/+19 |