summaryrefslogtreecommitdiff
path: root/bfd/elflink.c
Commit message (Expand)AuthorAgeFilesLines
* Update year range in copyright notice of binutils filesAlan Modra2019-01-011-1/+1
* PR24041, Invalid Memory Address Dereference in elf_link_add_object_symbolsAlan Modra2018-12-311-1/+1
* Include bfd_stdint.h in bfd.hAlan Modra2018-12-181-1/+0
* Override the previous definition from IR objectH.J. Lu2018-12-071-0/+9
* ELF: Hide symbols defined in discarded input sectionsH.J. Lu2018-10-241-2/+10
* PR23805, NULL pointer dereference in elf_link_input_bfdAlan Modra2018-10-231-6/+14
* PR23653, ld SIGSEGVs when attempts to link sparc object with x86_64 libraryAlan Modra2018-10-171-0/+1
* Do not place symbols into a discarded .dynsymEgeyar Bagcioglu2018-10-091-3/+4
* Always clear h->verinfo.verdef when overriding a dynamic definitionH.J. Lu2018-08-101-7/+5
* BFD/ELF: Correct a `remove' global shadowing error for pre-4.8 GCCMaciej W. Rozycki2018-07-111-4/+4
* Correct removal of .gnu.attributesAlan Modra2018-07-031-7/+11
* Hide dynamic symbols in discarded sectionsAlan Modra2018-07-031-2/+6
* ELF dynsymsAlan Modra2018-06-141-1/+5
* ld: Unify STT_GNU_IFUNC handlingH.J. Lu2018-05-281-4/+11
* ld: Add _bfd_elf_link_hide_sym_by_versionH.J. Lu2018-05-261-44/+120
* ld: Hide symbols defined by HIDDEN/PROVIDE_HIDDENH.J. Lu2018-05-211-0/+21
* Set non_ir_ref_dynamic if a symbol is made dynamicH.J. Lu2018-03-201-1/+6
* GC: Also check the local debug definition sectionH.J. Lu2018-03-141-7/+18
* ELF linker messagesAlan Modra2018-02-261-23/+23
* %L conversionsAlan Modra2018-02-191-14/+15
* Use %pI, %pR, %pS, %pT in place of %I, %R, %S and %T.Alan Modra2018-02-191-1/+1
* Use %pA and %pB in messages rather than %A and %BAlan Modra2018-02-191-59/+59
* Remove bfd stub function casts.Alan Modra2018-02-161-6/+15
* PR22836, "-r -s" doesn't work with -g3 using GCC 7Alan Modra2018-02-131-0/+7
* Fix compile time warnings building the binutils with clang.Simon Marchi2018-02-011-2/+2
* bfd_elf_define_start_stop: Fix checkMichael Matz2018-01-311-2/+3
* Check if __start/__stop symbols are referenced by shared objectsH.J. Lu2018-01-311-2/+2
* Make __start/__stop symbols dynamic and add testcaseAlan Modra2018-01-301-2/+7
* Define __start/__stop symbols when there is only a dynamic defAlan Modra2018-01-261-1/+1
* Ignore dynamic references on forced local symbolsH.J. Lu2018-01-111-1/+1
* ld: Keep PREINIT_ARRAY/INIT_ARRAY/FINI_ARRAY sections for -r --gc-sectionsH.J. Lu2018-01-111-1/+9
* Update year range in copyright notice of binutils filesAlan Modra2018-01-031-1/+1
* PR22626, invalid dynindx used for dynamic relocs against section symsAlan Modra2017-12-191-8/+14
* BFD whitespace fixesAlan Modra2017-12-061-8/+8
* PR22471, undefined reference to linker-defined symbolsAlan Modra2017-11-281-1/+6
* ld: Set non_ir_ref_regular on symbols referenced in regular objectsH.J. Lu2017-11-281-3/+65
* Rename u.weakdef and make it a circular listAlan Modra2017-11-231-40/+49
* weakdef list handlingAlan Modra2017-11-121-4/+4
* relocs_compatible test for gc-sectionsAlan Modra2017-10-301-0/+2
* PR22300, Abort in elf32_hppa_relocate_section building polymlAlan Modra2017-10-281-5/+0
* [BFD][PR21703]Override the new defined symbol with the old normal symbol when...Renlin Li2017-10-241-0/+13
* Make sure that undefined symbols added to the linker command line via the -u ...Nick Clifton2017-10-231-0/+3
* ELF: Call check_relocs after opening all inputsH.J. Lu2017-10-161-37/+0
* _bfd_elf_link_hash_hide_symbol calls in generic ELF codeAlan Modra2017-10-121-6/+8
* bfd_error_on_input is for archivesAlan Modra2017-10-051-1/+1
* PR22220, BFD linker wrongly marks symbols as PREVAILING_DEF_IRONLYAlan Modra2017-09-281-0/+10
* PR22150, ld keeps a version reference for gc'd symbolsAlan Modra2017-09-191-117/+110
* -Og warning fixesAlan Modra2017-09-021-1/+1
* Remove .eh_frame zero terminatorsAlan Modra2017-08-311-30/+27
* PR22048, Incorrect .eh_frame section in libc.soAlan Modra2017-08-311-10/+15