aboutsummaryrefslogtreecommitdiff
path: root/bfd/elflink.c
AgeCommit message (Expand)AuthorFilesLines
2011-12-07 PR ld/12772Alan Modra1-1/+2
2011-12-03 PR ld/13468Alan Modra1-6/+3
2011-11-15 * elflink.c (_bfd_elf_create_got_section): ReplaceAlan Modra1-35/+35
2011-11-08 * elflink.c (bfd_elf_gc_mark_dynamic_ref_symbol): Mark syms inAlan Modra1-1/+1
2011-10-19 PR ld/13177Alan Modra1-12/+14
2011-10-19 PR ld/13311Alan Modra1-2/+3
2011-10-19 PR ld/13254Alan Modra1-3/+8
2011-10-08Preserve the maximum alignment/size for common symbols.H.J. Lu1-0/+23
2011-10-08 PR ld/13229Alan Modra1-4/+6
2011-10-07 * elflink.c (elf_link_output_extsym): Strip defined plugin symbolsAlan Modra1-4/+6
2011-09-29 PR ld/13233Alan Modra1-2/+3
2011-09-29Fix --gc-sections failure with symbol versioning.H.J. Lu1-5/+7
2011-09-16Also hide symbols without PLT nor GOT references.H.J. Lu1-5/+10
2011-09-16Check if a symbol is hidden by linker script.H.J. Lu1-27/+24
2011-08-17 PR ld/12762Alan Modra1-268/+103
2011-08-05 PR ld/12762Alan Modra1-13/+16
2011-07-14 * elflink.c (_bfd_elf_fix_symbol_flags): Loop on indirect syms.Alan Modra1-5/+5
2011-07-11Also skip BFD_PLUGIN when setting stack_flags.H.J. Lu1-1/+2
2011-07-11include/ChangeLogCatherine Moore1-0/+77
2011-07-09 PR ld/12942Alan Modra1-119/+210
2011-06-21 * elflink.c (_bfd_elf_merge_symbol): Allow type changes forAlan Modra1-4/+9
2011-06-14 PR ld/12851Alan Modra1-14/+55
2011-06-13 * linker.c (bfd_link_hash_traverse): Follow warning symbol link.Alan Modra1-64/+7
2011-06-10 * elflink.c (_bfd_elf_link_create_dynamic_sections): If theNick Clifton1-2/+10
2011-06-09Check relocations in note sections for --gc-sections.H.J. Lu1-4/+7
2011-06-07 * elflink.c (_bfd_elf_archive_symbol_lookup): Follow warning andAlan Modra1-3/+3
2011-05-26 * elf-bfd.h (SYMBOL_REFERENCES_LOCAL): Remove most of comment.Alan Modra1-2/+4
2011-05-18 PR ld/12761Nick Clifton1-1/+2
2011-05-17 PR ld/12760Alan Modra1-3/+3
2011-05-07Reverse copy .ctors/.dtors sections if needed.H.J. Lu1-16/+64
2011-04-24 PR ld/12365Alan Modra1-1/+4
2011-04-20 * libbfd.c (bfd_log2): Do return rounded up value.Alan Modra1-2/+5
2011-04-20 * archive.c (_bfd_get_elt_at_filepos): Don't release n_nfd.Alan Modra1-4/+1
2011-04-20 PR ld/12365Alan Modra1-7/+20
2011-04-20 PR ld/12365Alan Modra1-5/+3
2011-04-17 PR ld/12365Alan Modra1-0/+5
2011-03-14include/elf/Richard Sandiford1-0/+8
2011-03-02 * elflink.c (is_reloc_section): Remove function.Bernd Schmidt1-31/+6
2011-02-14bfd/ld: handle ABI prefixes in version scriptsMike Frysinger1-3/+5
2010-12-31Move elfXX_r_info/elfXX_r_sym to elfcode.h.H.J. Lu1-32/+0
2010-12-31Add x86-64 ILP32 support.H.J. Lu1-1/+82
2010-12-13 * aoutx.h (aout_link_check_ar_symbols): Formatting.Alan Modra1-3/+3
2010-12-12Optimize for add_archive_element.H.J. Lu1-5/+2
2010-12-04 PR ld/12277Alan Modra1-18/+27
2010-10-29Add compressed debug section support to binutils and ld.H.J. Lu1-3/+1
2010-10-21 * elf-bfd.h (struct elf_backend_data): New memberRainer Orth1-1/+5
2010-10-14Applied patch series for LD plugin interface (six parts).Dave Korn1-3/+6
2010-10-11 * elflink.c (_bfd_elf_link_output_relocs): Delete unused variableDave Korn1-2/+0
2010-10-08Fix build with -DDEBUG=7Alan Modra1-4/+6
2010-10-04bfd/Bernd Schmidt1-174/+151