summaryrefslogtreecommitdiff
path: root/bfd/elflink.c
Commit message (Expand)AuthorAgeFilesLines
* Assign file position for .strtab only if neededH.J. Lu2014-12-301-18/+20
* Use a symbol flag bit to mark linker defined symbolsAlan Modra2014-12-231-0/+1
* Check corrupt inputH.J. Lu2014-12-151-0/+6
* Set bfd_error in _bfd_elf_adjust_dynamic_copyAlan Modra2014-12-121-0/+1
* Copy relocations against protected symbolsAlan Modra2014-12-121-1/+12
* Don't sort ld -r relocs for mipsAlan Modra2014-12-101-22/+29
* Sort relocs output by ld -rAlan Modra2014-12-041-0/+158
* Don't output symbol version definitions for non-DT_NEEDED libsAlan Modra2014-11-301-2/+6
* Run eh_frame optimisation for relocatable linkAlan Modra2014-10-131-7/+7
* Move ELF section headers to end of object fileAlan Modra2014-09-111-5/+3
* Don't attach dynamic sections to input from ld --just-symbolsH.J. Lu2014-08-271-5/+10
* Index PowerPC64 linker generated .eh_frame in .eh_frame_hdrAlan Modra2014-08-221-14/+6
* PR 17287, DT_NEEDED of unneeded libraries affects --as-neededAlan Modra2014-08-181-1/+2
* Return error status from bfd_elf_discard_info.Alan Modra2014-08-181-14/+14
* Linker part of PR16563 fixAlan Modra2014-08-141-47/+62
* Change ld "notice" interface for better handling of indirect symbolsAlan Modra2014-08-121-1/+1
* Fix LTO vs. COFF archivesAlan Modra2014-08-051-43/+10
* tidy elf_merge_st_otherAlan Modra2014-07-151-32/+21
* Copy st_other for linker script symbol assignmentsAlan Modra2014-07-081-6/+13
* Free linker hash table from bfd_close.Alan Modra2014-06-131-3/+6
* Make bfd.link_next field a unionAlan Modra2014-06-131-13/+13
* Fix LTO mismatched TLS referenceAlan Modra2014-04-171-9/+8
* Fix map file referenceAlan Modra2014-04-051-1/+1
* Update copyright yearsAlan Modra2014-03-051-1/+1
* Fix check_relocs/gc_sweep_hook mismatchAlan Modra2014-02-281-1/+3
* PR15530, mark symbol in executables if it matches dynamic_listAlan Modra2014-02-121-5/+6
* Mark symbol in executables if it matches dynamic_listH.J. Lu2014-02-101-1/+5
* powerpc relax_section and section contents cacheAlan Modra2014-02-091-1/+10
* Display the reference causing a shared library to be neededAlan Modra2014-01-221-0/+3
* Check incompatible existing default symbol definitionH.J. Lu2014-01-211-5/+8
* Update comments for the last commitH.J. Lu2014-01-211-2/+1
* Don't check shared/export_dynamic/ref_dynamic for type mismatchH.J. Lu2014-01-211-3/+0
* Correct elf_merge_st_other arguments for weak symbolsAlan Modra2013-12-141-1/+4
* Fix --as-needed undefined symbol references from dynamic libraries.Alan Modra2013-12-081-0/+8
* ld/ELF: refine fake STT_FILE symbol emissionJan Beulich2013-10-291-16/+18
* * elf-bfd.h (struct elf_backend_data): Remove as_needed_cleanup.Alan Modra2013-08-271-8/+15
* * elflink.c (_bfd_elf_merge_symbol): Set *poldbfd, *poldweak,Alan Modra2013-08-211-44/+43
* * elflink.c (_bfd_elf_define_linkage_sym): Don't set STV_INTERNALAlan Modra2013-08-211-1/+2
* PR ld/15762Alan Modra2013-07-251-57/+46
* PR ld/15762Alan Modra2013-07-201-1/+1
* * elflink.c (elf_link_add_object_symbols): Don't omit readingAlan Modra2013-05-081-7/+10
* * elflink.c (elf_link_add_object_symbols): Don't save symbolAlan Modra2013-05-061-17/+10
* PR binutils/15417Nick Clifton2013-04-301-1/+1
* * elflink.c (bfd_elf_record_link_assignment): Dont makeAlan Modra2013-04-301-1/+2
* * elflink.c (_bfd_elf_gc_mark_extra_sections): Remove mark fromNick Clifton2013-04-291-4/+50
* oops - revert accidental commitNick Clifton2013-04-241-38/+0
* * ecoff.c: casting the return value of BFD_ALIGN to intNick Clifton2013-04-241-3/+39
* * 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