aboutsummaryrefslogtreecommitdiff
path: root/bfd/elflink.c
AgeCommit message (Expand)AuthorFilesLines
2015-09-30Also check e_machine when merging sectionsH.J. Lu1-2/+10
2015-09-30Consistency check for merge sectionsAlan Modra1-4/+7
2015-09-23Add support for files that contain multiple symbol index tables. Fixes PR 15835Nick Clifton1-3/+3
2015-09-20Add --no-dynamic-linker option to ld, for static PIE useRich Felker1-2/+2
2015-09-18Remove one unnecessary iteration in insertion sortAlan Modra1-4/+2
2015-09-16Fix slowdown in ld -r for most common case of out-of-order relocsAlan Modra1-15/+51
2015-08-31More "Make asection->id and asection->index unsigned"Alan Modra1-2/+2
2015-08-26Use stable sort for ld -r relocsAlan Modra1-72/+77
2015-08-19Add bfd_link_pde, and simplify some tests of link_info.typeAlan Modra1-1/+1
2015-08-18Return reloc_class_ifunc for reloc against IFUNCH.J. Lu1-11/+10
2015-08-18Add output_type to bfd_link_infoH.J. Lu1-58/+64
2015-08-12Remove trailing spaces in bfdH.J. Lu1-2/+2
2015-08-10Replace hidden with versioned in elf_link_hash_entryH.J. Lu1-44/+79
2015-08-07Properly merge hidden versioned symbolH.J. Lu1-35/+99
2015-07-30Don't change the default symbol for relocatable linkH.J. Lu1-9/+15
2015-07-29Don't set link_info.executable for "ld -r"H.J. Lu1-4/+3
2015-07-25Skip missing symbol version section check for executableH.J. Lu1-2/+6
2015-07-092015-07-09 Catherine Moore <clm@codesourcery.com>Catherine Moore1-3/+3
2015-06-25Use strtab with GC and suffix merging for .strtabH.J. Lu1-119/+151
2015-05-28Compact EH SupportCatherine Moore1-3/+98
2015-04-14Add --compress-debug-sections=[none|zlib|zlib-gnu|zlib-gabi]H.J. Lu1-0/+15
2015-04-14Add -z noextern-protected-data to ld for ELF/x86H.J. Lu1-2/+7
2015-04-13Don't check object claimed by pluginH.J. Lu1-0/+4
2015-04-10Add extern_protected_data and set it for x86H.J. Lu1-3/+6
2015-04-10Downgrade linker error on protected symbols in .dynbss to a warningAlan Modra1-7/+3
2015-04-10Revert "Add extern_protected_data and set it for x86"Alan Modra1-6/+3
2015-03-27Relax PR 15228 protected visibility restrictionAlan Modra1-5/+7
2015-03-26Skip gc-sections if relocation is incompatibleH.J. Lu1-2/+4
2015-03-25Garbage collecting debug sectionsSenthil Kumar Selvaraj1-1/+0
2015-03-06Fix an undefined 32-bit right shift by replacing it with two 16-bit right shi...Nick Clifton1-1/+3
2015-03-05Fix a potentially undefined right shift by replacing it with two smaller righ...Nick Clifton1-7/+11
2015-03-05Add extern_protected_data and set it for x86H.J. Lu1-3/+6
2015-02-19tidy _bfd_elf_define_linkage_symAlan Modra1-3/+2
2015-02-19Strip undefined symbols from .symtabAlan Modra1-10/+20
2015-02-18Properly place the NULL STT_FILE symbol revistitedAlan Modra1-41/+23
2015-02-16Properly place the NULL STT_FILE symbolH.J. Lu1-7/+2
2015-02-14PR ld/17973 LTO file symsAlan Modra1-4/+9
2015-02-09Don't segfault or assert on NULL tls_secAlan Modra1-6/+0
2015-02-09elflink.c whitespace, formatting and a plugin symbol tweakAlan Modra1-26/+28
2015-02-06Properly mark the plugin symbol undefinedH.J. Lu1-14/+16
2015-02-03Mark the plugin symbol undefinedH.J. Lu1-0/+14
2015-01-19Fix garbage collection of common symbolsAlan Modra1-2/+2
2015-01-19Fallout from recent bfd_reloc_outofrange changesAlan Modra1-1/+1
2015-01-15Omit section dynsyms for any linker created sectionAlan Modra1-11/+3
2015-01-15Fix ARM fail of gap testAlan Modra1-44/+44
2015-01-12Fix GDB crash caused by discarding grouped debug sectionsTerry Guo1-6/+51
2015-01-02ChangeLog rotatation and copyright year updateAlan Modra1-1/+1
2014-12-30Assign file position for .strtab only if neededH.J. Lu1-18/+20
2014-12-23Use a symbol flag bit to mark linker defined symbolsAlan Modra1-0/+1
2014-12-15Check corrupt inputH.J. Lu1-0/+6