summaryrefslogtreecommitdiff
path: root/bfd/elflink.c
Commit message (Expand)AuthorAgeFilesLines
* * elflink.c (elf_link_add_object_symbols): Revert accidental commit.Nick Clifton2013-04-051-1/+0
* * bfd.c (bfd_error_type, bfd_errmsgs): Add bfd_error_missing_dso.Alan Modra2013-04-041-5/+1
* * elf-bfd.h (enum elf_reloc_type_class): Add reloc_class_ifunc.Alan Modra2013-03-271-8/+5
* * elflink.c (_bfd_elf_add_default_symbol): Preserve sectionAlan Modra2013-03-261-2/+5
* * elflink.c (elf_link_add_object_symbols): Add assertion forAlan Modra2013-03-261-1/+5
* * elflink.c (_bfd_elf_merge_symbol): Set old_alignment forAlan Modra2013-03-251-156/+109
* * elflink.c (_bfd_elf_add_default_symbol): Delete "override" param.Alan Modra2013-03-251-23/+5
* * elflink.c (_bfd_elf_merge_symbol): Use local var holding valueAlan Modra2013-03-251-12/+10
* * elflink.c (_bfd_elf_merge_symbol): Don't discard TLS symbols here.Alan Modra2013-03-251-13/+15
* * elf-bfd.h (struct elf_backend_data <merge_symbol>): Update proto.Alan Modra2013-03-251-9/+6
* * elf-bfd.h (_bfd_elf_merge_symbol): Delete declaration.Alan Modra2013-03-231-1/+1
* PR ld/15270Alan Modra2013-03-221-6/+7
* * elf32-h8300 (h8_relax_section): Add new relaxation of movNick Clifton2013-03-211-0/+1
* bfd/Alan Modra2013-03-201-0/+5
* PR ld/12549Alan Modra2013-03-181-2/+2
* Set unique_global only for definitionH.J. Lu2013-02-221-6/+4
* bfd/Alan Modra2013-02-211-7/+7
* PR ld/12549Alan Modra2013-02-181-1/+1
* Don't add DT_NEEDED for references from the dummy bfdH.J. Lu2013-02-161-1/+4
* Also track weak referencesH.J. Lu2013-02-161-9/+12
* * elfcode.h (elf_checksum_contents): Free contents.Alan Modra2013-02-111-66/+52
* * coff-arm.c (coff_arm_link_hash_table_create): Use bfd_zmalloc.Alan Modra2013-02-101-3/+3
* Set STB_GNU_UNIQUE only if symbol is defined in regular objectH.J. Lu2013-02-081-1/+2
* ld: change --enable-new-dtags to only generate new dtagsMike Frysinger2013-01-181-8/+5
* * elf-bfd.h (struct elf_link_hash_entry): Delete dynamic_weak.Alan Modra2013-01-131-49/+31
* * elf-bfd.h (_bfd_elf_strtab_refcount): Declare.Alan Modra2013-01-111-3/+1
* PR ld/12549Alan Modra2013-01-111-3/+8
* Remove trailing white spaces in bfdH.J. Lu2013-01-101-5/+5
* * elflink.c (get_value): Prevent the use of an undefined shiftNick Clifton2013-01-031-12/+30
* Fix and use elf_append_relH.J. Lu2012-12-191-1/+1
* Remove ref_dynamic_nonweak added by accidentH.J. Lu2012-11-201-7/+2
* bfd:Nick Clifton2012-10-301-2/+7
* bfd/Nathan Sidwell2012-10-231-24/+84
* Properly handle common symbol and weak functionH.J. Lu2012-09-191-5/+14
* Add hdynamic to elf_link_hash_table for _DYNAMICH.J. Lu2012-09-021-1/+4
* * elflink.c (_bfd_elf_merge_symbol): Also override the versionMaciej W. Rozycki2012-08-281-14/+16
* bfd/Maciej W. Rozycki2012-08-061-1/+1
* PR ld/14323Alan Modra2012-07-091-15/+26
* Properly handle indirect symbolsH.J. Lu2012-07-031-29/+91
* * section.c (bfd_get_linker_section): New function.Alan Modra2012-06-291-33/+29
* bfd/Alan Modra2012-06-061-0/+73
* PR ld/14170Alan Modra2012-05-271-12/+19
* PR ld/13909Alan Modra2012-05-251-13/+11
* PR ld/13909Alan Modra2012-05-231-3/+0
* * elflink.c (bfd_elf_discard_info): Look for next .eh_frame ifAlan Modra2012-05-221-4/+4
* * elflink.c (bfd_elf_discard_info): Handle multiple .eh_frameAlan Modra2012-05-221-2/+3
* * elflink.c: Rename flaginfo to flinfo throughout, except..Alan Modra2012-05-161-276/+268
* Add support for PowerPC VLE.jwlemke2012-05-141-39/+65
* PR binutils/13121Nick Clifton2012-05-011-249/+249
* PR ld/13991Alan Modra2012-04-241-31/+20