aboutsummaryrefslogtreecommitdiff
path: root/bfd/elflink.c
AgeCommit message (Expand)AuthorFilesLines
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
2014-12-12Set bfd_error in _bfd_elf_adjust_dynamic_copyAlan Modra1-0/+1
2014-12-12Copy relocations against protected symbolsAlan Modra1-1/+12
2014-12-10Don't sort ld -r relocs for mipsAlan Modra1-22/+29
2014-12-04Sort relocs output by ld -rAlan Modra1-0/+158
2014-11-30Don't output symbol version definitions for non-DT_NEEDED libsAlan Modra1-2/+6
2014-10-13Run eh_frame optimisation for relocatable linkAlan Modra1-7/+7
2014-09-11Move ELF section headers to end of object fileAlan Modra1-5/+3
2014-08-27Don't attach dynamic sections to input from ld --just-symbolsH.J. Lu1-5/+10
2014-08-22Index PowerPC64 linker generated .eh_frame in .eh_frame_hdrAlan Modra1-14/+6
2014-08-18PR 17287, DT_NEEDED of unneeded libraries affects --as-neededAlan Modra1-1/+2
2014-08-18Return error status from bfd_elf_discard_info.Alan Modra1-14/+14
2014-08-14Linker part of PR16563 fixAlan Modra1-47/+62