summaryrefslogtreecommitdiff
path: root/bfd/elflink.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix an undefined 32-bit right shift by replacing it with two 16-bit right shi...Nick Clifton2015-03-061-1/+3
* Fix a potentially undefined right shift by replacing it with two smaller righ...Nick Clifton2015-03-051-7/+11
* Add extern_protected_data and set it for x86H.J. Lu2015-03-051-3/+6
* tidy _bfd_elf_define_linkage_symAlan Modra2015-02-191-3/+2
* Strip undefined symbols from .symtabAlan Modra2015-02-191-10/+20
* Properly place the NULL STT_FILE symbol revistitedAlan Modra2015-02-181-41/+23
* Properly place the NULL STT_FILE symbolH.J. Lu2015-02-161-7/+2
* PR ld/17973 LTO file symsAlan Modra2015-02-141-4/+9
* Don't segfault or assert on NULL tls_secAlan Modra2015-02-091-6/+0
* elflink.c whitespace, formatting and a plugin symbol tweakAlan Modra2015-02-091-26/+28
* Properly mark the plugin symbol undefinedH.J. Lu2015-02-061-14/+16