Age | Commit message (Expand) | Author | Files | Lines |
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-18 | 2010-08-18 Pedro Alves <pedro@codesourcery.com> | Pedro Alves | 1 | -2/+2 |
2010-06-27 | fix set but unused variable warnings | Alan Modra | 1 | -2/+0 |
2010-03-31 | * elf32-cris.c (cris_elf_relocate_section): Correct first argument | Hans-Peter Nilsson | 1 | -2/+3 |
2010-03-31 | PR ld/11458 | Hans-Peter Nilsson | 1 | -21/+50 |
2010-02-04 | * elf-bfd.h (emum elf_object_id): Rename to elf_target_id. Add | Nick Clifton | 1 | -62/+83 |
2009-10-29 | * elf32-cris.c (cris_elf_plt_sym_val): New function. | Hans-Peter Nilsson | 1 | -0/+16 |
2009-10-19 | * elf32-cris.c (cris_elf_relocate_section) <case R_CRIS_32_DTPREL>: | Hans-Peter Nilsson | 1 | -8/+3 |
2009-03-25 | * elf32-cris.c (cris_elf_relocate_section) <case R_CRIS_32_GD> | Hans-Peter Nilsson | 1 | -2/+3 |
2009-03-24 | * elf32-cris.c (cris_elf_relocate_section): <case | Hans-Peter Nilsson | 1 | -6/+23 |
2009-03-24 | * elf32-cris.c (cris_elf_relocate_section) <case R_CRIS_32_GD> | Hans-Peter Nilsson | 1 | -2/+1 |
2009-01-27 | * elf32-cris.c (cris_elf_relocate_section): Use elf_hash_table | Hans-Peter Nilsson | 1 | -4/+4 |
2009-01-27 | * elf32-cris.c (cris_elf_relocate_section) <case R_CRIS_16_DTPREL> | Hans-Peter Nilsson | 1 | -2/+7 |
2009-01-27 | * elf32-cris.c (cris_elf_relocate_section) <case R_CRIS_8> | Hans-Peter Nilsson | 1 | -1/+10 |
2009-01-19 | * elf32-cris.c (elf_cris_copy_indirect_symbol): For other symbol | Hans-Peter Nilsson | 1 | -1/+5 |
2009-01-07 | * elf32-cris.c (cris_elf_relocate_section) <case R_CRIS_32_GD> | Hans-Peter Nilsson | 1 | -3/+7 |
2009-01-03 | 2009-01-03 H.J. Lu <hongjiu.lu@intel.com> | H.J. Lu | 1 | -1/+1 |
2009-01-03 | * elf32-cris.c (elf_cris_finish_dynamic_symbol): Rename | Hans-Peter Nilsson | 1 | -9/+15 |
2008-12-20 | * elf32-cris.c (cris_elf_howto_table): Add entry for R_CRIS_32_IE. | Hans-Peter Nilsson | 1 | -6/+30 |
2008-12-17 | (cris_elf_relocate_section) <R_CRIS_8, R_CRIS_16, R_CRIS_32>: Add missing | Hans-Peter Nilsson | 1 | -1/+1 |
2008-12-17 | * elf32-cris.c (elf_cris_copy_indirect_symbol): Return without | Hans-Peter Nilsson | 1 | -0/+5 |
2008-12-15 | * elf32-cris.c (elf_cris_copy_indirect_symbol): New function. | Hans-Peter Nilsson | 1 | -0/+31 |
2008-12-15 | * elf32-cris.c (struct elf_cris_pcrel_relocs_copied): New member | Hans-Peter Nilsson | 1 | -68/+126 |
2008-12-15 | * elf32-cris.c (elf_cris_got_elt_size) <symtab_hdr>: Initialize | Hans-Peter Nilsson | 1 | -1/+4 |
2008-11-25 | * elflink.c (is_reloc_section): New function. Returns true if the | Nick Clifton | 1 | -51/+10 |
2008-11-25 | Implement TLS for CRIS. | Hans-Peter Nilsson | 1 | -72/+853 |
2008-10-04 | * elf32-cris.c (TLSHOWTO32, TLSHOWTO16): New macros. | Hans-Peter Nilsson | 1 | -2/+37 |
2008-01-11 | 2008-01-11 Tristan Gingold <gingold@adacore.com> | Tristan Gingold | 1 | -0/+3 |
2007-09-28 | * elf-m10300.c (mn10300_elf_check_relocs): Delete dead code. | Alan Modra | 1 | -5/+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-05-15 | 2007-05-15 H.J. Lu <hongjiu.lu@intel.com> | H.J. Lu | 1 | -26/+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/+16 |
2007-03-07 | PR 3958 | Alan Modra | 1 | -6/+16 |
2007-01-31 | 2076-01-31 H.J. Lu <hongjiu.lu@intel.com> | H.J. Lu | 1 | -2/+2 |
2006-10-17 | bfd/ | Alan Modra | 1 | -3/+16 |
2006-09-28 | * elflink.c (_bfd_elf_gc_mark_hook): New function. | Alan Modra | 1 | -44/+16 |
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-10-28 | PR ld/1567 | Hans-Peter Nilsson | 1 | -1/+6 |
2005-08-18 | * elf-m10300.c (_bfd_mn10300_elf_adjust_dynamic_symbol): Warn on | Alan Modra | 1 | -0/+7 |
2005-08-17 | bfd/ | Alan Modra | 1 | -6/+7 |
2005-07-08 | * elf-hppa.h (elf_hppa_final_link): Use gp val of zero when none | Alan Modra | 1 | -31/+19 |
2005-06-20 | 2005-06-20 H.J. Lu <hongjiu.lu@intel.com> | H.J. Lu | 1 | -1/+6 |
2005-05-05 | 2005-05-05 H.J. Lu <hongjiu.lu@intel.com> | H.J. Lu | 1 | -16/+15 |
2005-05-04 | Update the address and phone number of the FSF organization in the GPL notices | Nick Clifton | 1 | -1/+1 |