This commit was manufactured by cvs2svn to create branch 'binutils-
[external/binutils.git] / bfd / elflink.c
2011-09-16 H.J. LuAlso hide symbols without PLT nor GOT references.
2011-09-16 H.J. LuCheck if a symbol is hidden by linker script.
2011-08-17 Alan Modra PR ld/12762
2011-08-05 Alan Modra PR ld/12762
2011-07-14 Alan Modra * elflink.c (_bfd_elf_fix_symbol_flags): Loop on indir...
2011-07-11 H.J. LuAlso skip BFD_PLUGIN when setting stack_flags.
2011-07-11 Catherine Mooreinclude/ChangeLog
2011-07-09 Alan Modra PR ld/12942
2011-06-21 Alan Modra * elflink.c (_bfd_elf_merge_symbol): Allow type change...
2011-06-14 Alan Modra PR ld/12851
2011-06-13 Alan Modra * linker.c (bfd_link_hash_traverse): Follow warning...
2011-06-10 Nick Clifton * elflink.c (_bfd_elf_link_create_dynamic_sections...
2011-06-09 H.J. LuCheck relocations in note sections for --gc-sections.
2011-06-07 Alan Modra * elflink.c (_bfd_elf_archive_symbol_lookup): Follow...
2011-05-26 Alan Modra * elf-bfd.h (SYMBOL_REFERENCES_LOCAL): Remove most...
2011-05-18 Nick Clifton PR ld/12761
2011-05-17 Alan Modra PR ld/12760
2011-05-07 H.J. LuReverse copy .ctors/.dtors sections if needed.
2011-04-24 Alan Modra PR ld/12365
2011-04-20 Alan Modra * libbfd.c (bfd_log2): Do return rounded up value.
2011-04-20 Alan Modra * archive.c (_bfd_get_elt_at_filepos): Don't release...
2011-04-20 Alan Modra PR ld/12365
2011-04-20 Alan Modra PR ld/12365
2011-04-17 Alan Modra PR ld/12365
2011-03-14 Richard Sandifordinclude/elf/
2011-03-02 Bernd Schmidt * elflink.c (is_reloc_section): Remove function.
2011-02-14 Mike Frysingerbfd/ld: handle ABI prefixes in version scripts
2010-12-31 H.J. LuMove elfXX_r_info/elfXX_r_sym to elfcode.h.
2010-12-31 H.J. LuAdd x86-64 ILP32 support.
2010-12-13 Alan Modra * aoutx.h (aout_link_check_ar_symbols): Formatting.
2010-12-12 H.J. LuOptimize for add_archive_element.
2010-12-04 Alan Modra PR ld/12277
2010-10-29 H.J. LuAdd compressed debug section support to binutils and ld.
2010-10-21 Rainer Orth * elf-bfd.h (struct elf_backend_data): New member
2010-10-14 Dave KornApplied patch series for LD plugin interface (six parts).
2010-10-11 Dave Korn * elflink.c (_bfd_elf_link_output_relocs): Delete...
2010-10-08 Alan ModraFix build with -DDEBUG=7
2010-10-04 Bernd Schmidtbfd/
2010-10-01 H.J. LuClear non_elf on ELF linker defined symbols.
2010-09-24 Thomas Schwinge2010-09-24 Thomas Schwinge <thomas@codesourcery.com>
2010-09-24 Thomas Schwinge2010-09-24 Thomas Schwinge <thomas@codesourcery.com>
2010-09-16 Alan Modrabfd/
2010-09-09 Bernd Schmidt * elflink.c (bfd_elf_final_link): Correct calculation of
2010-08-28 Alan Modra * elflink.c (_bfd_elf_dynamic_symbol_p): Rename param...
2010-08-25 H.J. LuDon't set unique_global for non-ELF hash link table.
2010-08-22 H.J. LuDon't check relocation if input ELF object ID doesn...
2010-08-12 Nick Clifton PR ld/11843
2010-07-30 H.J. LuAdd ATTRIBUTE_UNUSED to info in compute_bucket_count.
2010-04-14 Matthew Gretton... * bfd/elflink.c (_bfd_elf_merge_symbol): Tighten up...
2010-03-21 H.J. LuCheck !executable instead of shared for PIE.
2010-03-05 Rainer Orth ld:
2010-02-19 Alan Modrabfd/
2010-02-04 Nick Clifton * elf-bfd.h (emum elf_object_id): Rename to...
2010-01-26 H.J. LuProperly check undefined symbols when gc_sections is...
2010-01-21 Nick Clifton * elflink.c (elf_link_add_object_symbols):...
2010-01-08 H.J. LuFix PR ld/11138
2010-01-08 H.J. LuSet SEC_KEEP on section XXX for undefined __start_XXX...
2010-01-07 H.J. LuAlways keep SHT_NOTE sections
2009-12-11 Nick CliftonAdd -Wshadow to the gcc command line options used when...
2009-11-23 Paul Brook2009-11-23 Paul Brook <paul@codesourcery.com>
2009-11-09 H.J. LuDon't return on STT_GNU_IFUNC symbol when stripping.
2009-11-05 Nick Clifton * elflink.c (elf_link_add_object_symbols):...
2009-11-02 Alan Modra * elflink.c (elf_link_add_object_symbols): Don't force...
2009-10-13 Alan Modra * elflink.c (_bfd_elf_merge_symbol): Revert previous...
2009-10-13 Roland McGrathFix %s that should be %B in several message formats.
2009-09-24 H.J. Lubfd/
2009-09-23 Alan Modrabfd/
2009-09-09 Nick Clifton Updated soruces in bfd/* to compile cleanly...
2009-08-11 Alan Modra * elflink.c: Add FIXMEs for some places that require...
2009-08-10 Alan Modra * elflink.c (_bfd_elf_adjust_dynamic_symbol): Don...
2009-07-23 Nick Clifton * config/obj-elf.c (obj_elf_type): Add code...
2009-07-22 H.J. Lu2009-07-22 H.J. Lu <hongjiu.lu@intel.com>
2009-07-22 H.J. Lu2009-07-22 H.J. Lu <hongjiu.lu@intel.com>
2009-07-21 H.J. Lubfd/
2009-07-10 Alan Modra * elf-bfd.h (struct elf_link_hash_entry): Clarify...
2009-06-20 H.J. Lu2009-06-19 H.J. Lu <hongjiu.lu@intel.com>
2009-06-18 Nick Clifton * elflink.c (elf_link_sort_relocs): Return...
2009-06-17 H.J. Lu2009-06-17 H.J. Lu <hongjiu.lu@intel.com>
2009-06-16 H.J. Lu2009-06-16 H.J. Lu <hongjiu.lu@intel.com>
2009-06-06 H.J. Lubfd/
2009-06-01 H.J. Lubfd/
2009-05-26 H.J. Lu2009-05-26 H.J. Lu <hongjiu.lu@intel.com>
2009-05-21 Alan Modra * elflink.c (elf_link_input_bfd): Correct *pindex...
2009-05-21 Alan Modra * elf-bfd.h (struct elf_backend_data
2009-05-04 Dave Kornbfd/ChangeLog
2009-04-30 Nick Cliftoninclude/elf
2009-04-08 H.J. Lubfd/
2009-04-07 H.J. Lu2009-04-07 H.J. Lu <hongjiu.lu@intel.com>
2009-03-31 DJ Delorie* elflink.c (elf_link_input_bfd): Don't try to resolve...
2009-03-13 Nick Clifton PR 9934
2009-02-12 Nick Clifton PR 9827
2009-01-31 Alan Modrabinutils/
2009-01-29 Joseph Myers2009-01-29 Daniel Jacobowitz <dan@codesourcery.com>
2009-01-24 Alan Modra PR 6022
2009-01-23 Alan Modra * elf-bfd.h (struct elf_assign_sym_version_info):...
2009-01-14 H.J. Lubfd/
2009-01-11 Jan Kratochvilbfd/
2009-01-03 H.J. Lu2009-01-03 H.J. Lu <hongjiu.lu@intel.com>
2009-01-02 H.J. Lubfd/
2009-01-02 H.J. Lubfd/
next