summaryrefslogtreecommitdiff
path: root/bfd/elflink.c
Commit message (Expand)AuthorAgeFilesLines
* Return void from linker callbacksAlan Modra2016-05-281-30/+14
* Skip an archive element if not added by linkerH.J. Lu2016-05-251-1/+1
* LD/ELF: Unify STB_GNU_UNIQUE handlingMaciej W. Rozycki2016-05-171-0/+5
* Set dynamic tag VMA and size from dynamic section when possibleAlan Modra2016-05-131-10/+13
* ld -z combreloc elf_link_sort_relocsAlan Modra2016-05-131-19/+53
* Strip global symbol defined in discarded sectionH.J. Lu2016-05-061-0/+12
* Cache result of scan for __start_* and __stop_* sectionsAlan Modra2016-04-271-20/+54
* Always count the NULL entry in dynamic symbol tableH.J. Lu2016-04-261-17/+13
* Exclude linker created file from dynobjH.J. Lu2016-04-211-1/+2
* Set dynobj to a normal input file if possibleH.J. Lu2016-04-211-1/+17
* Don't check relocations in excluded sectionsH.J. Lu2016-04-201-0/+2
* Check ELF relocs after opening all input filesH.J. Lu2016-04-201-51/+66
* Fix copying Solaris binaries with objcopy.Nick Clifton2016-04-141-1/+1
* ELF/LD: Avoid producing hidden and internal dynamic symbolsMaciej W. Rozycki2016-04-051-1/+1
* PR19886, --as-needed regressionAlan Modra2016-04-011-6/+21
* Fix some places where octet to byte conversions are needed.Dan Gissel2016-03-111-14/+24
* Don't create dynamic sections when relocatableH.J. Lu2016-03-081-2/+2
* Group common symbol checking togetherH.J. Lu2016-03-081-6/+6
* Treat common symbol in executable as definitionH.J. Lu2016-03-041-1/+4
* Properly implement STT_COMMONH.J. Lu2016-02-261-19/+66
* Update symbol version for symbol from linker scriptH.J. Lu2016-02-241-0/+13
* Make linker assigned symbol dynamic only for shared objectH.J. Lu2016-02-231-3/+2
* Always create dynsym section with dynamic sectionsH.J. Lu2016-02-221-3/+3
* Always create dynamic sections for -E/--dynamic-listH.J. Lu2016-02-181-2/+5
* Don't add DT_NEEDED for unmatched symbolH.J. Lu2016-02-011-1/+3
* Fix unexpected failures in the linker testsuite for ARM VxWorks targets.Nick Clifton2016-01-211-6/+11
* Copyright update for binutilsAlan Modra2016-01-011-1/+1
* ARM: Fix exidx coverage for relocatable builds.Yury Usishchev2015-12-221-3/+19
* Orphan output section with multiple input sectionsAlan Modra2015-10-281-19/+2
* Handle __start_* and __stop_* symbols in --gc-sectionsAlan Modra2015-10-231-37/+65
* Re: Always keep sections marked with SEC_KEEPAlan Modra2015-10-231-3/+2
* Always keep sections marked with SEC_KEEPH.J. Lu2015-10-221-1/+2
* Fix typos in comments in _bfd_elf_merge_symbolH.J. Lu2015-10-151-2/+2
* Skip the unversioned definition after the default versionH.J. Lu2015-10-121-0/+7
* Don't re-export common symbolsH.J. Lu2015-10-051-1/+1
* Revert "Also check e_machine when merging sections"Alan Modra2015-10-011-10/+2
* Also check e_machine when merging sectionsH.J. Lu2015-09-301-2/+10
* Consistency check for merge sectionsAlan Modra2015-09-301-4/+7
* Add support for files that contain multiple symbol index tables. Fixes PR 15835Nick Clifton2015-09-231-3/+3
* Add --no-dynamic-linker option to ld, for static PIE useRich Felker2015-09-201-2/+2
* Remove one unnecessary iteration in insertion sortAlan Modra2015-09-181-4/+2
* Fix slowdown in ld -r for most common case of out-of-order relocsAlan Modra2015-09-161-15/+51
* More "Make asection->id and asection->index unsigned"Alan Modra2015-08-311-2/+2
* Use stable sort for ld -r relocsAlan Modra2015-08-261-72/+77
* Add bfd_link_pde, and simplify some tests of link_info.typeAlan Modra2015-08-191-1/+1
* Return reloc_class_ifunc for reloc against IFUNCH.J. Lu2015-08-181-11/+10
* Add output_type to bfd_link_infoH.J. Lu2015-08-181-58/+64
* Remove trailing spaces in bfdH.J. Lu2015-08-121-2/+2
* Replace hidden with versioned in elf_link_hash_entryH.J. Lu2015-08-101-44/+79
* Properly merge hidden versioned symbolH.J. Lu2015-08-071-35/+99