aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
* Don't change the default symbol for relocatable linkH.J. Lu2015-07-301-9/+15
* Don't set link_info.executable for "ld -r"H.J. Lu2015-07-291-4/+3
* Skip missing symbol version section check for executableH.J. Lu2015-07-251-2/+6
* 2015-07-09 Catherine Moore <clm@codesourcery.com>Catherine Moore2015-07-091-3/+3
* Use strtab with GC and suffix merging for .strtabH.J. Lu2015-06-251-119/+151
* Compact EH SupportCatherine Moore2015-05-281-3/+98
* Add --compress-debug-sections=[none|zlib|zlib-gnu|zlib-gabi]H.J. Lu2015-04-141-0/+15
* Add -z noextern-protected-data to ld for ELF/x86H.J. Lu2015-04-141-2/+7
* Don't check object claimed by pluginH.J. Lu2015-04-131-0/+4
* Add extern_protected_data and set it for x86H.J. Lu2015-04-101-3/+6
* Downgrade linker error on protected symbols in .dynbss to a warningAlan Modra2015-04-101-7/+3
* Revert "Add extern_protected_data and set it for x86"Alan Modra2015-04-101-6/+3
* Relax PR 15228 protected visibility restrictionAlan Modra2015-03-271-5/+7
* Skip gc-sections if relocation is incompatibleH.J. Lu2015-03-261-2/+4
* Garbage collecting debug sectionsSenthil Kumar Selvaraj2015-03-251-1/+0