aboutsummaryrefslogtreecommitdiff
path: root/bfd
AgeCommit message (Expand)AuthorFilesLines
2017-04-26PR ld/21334: Always call `_bfd_elf_link_renumber_dynsyms' if requiredMaciej W. Rozycki5-12/+47
2017-04-26ELF/BFD: Limit `_bfd_elf_link_renumber_dynsyms' call in section GCMaciej W. Rozycki2-1/+8
2017-04-26Fix seg-fault attempting to compress a debug section in a corrupt binary.Nick Clifton2-10/+15
2017-04-26Automatic date update in version.inGDB Administrator1-1/+1
2017-04-25Automatic date update in version.inGDB Administrator1-1/+1
2017-04-24x86-64: Force symbol dynamic if it isn't undefined weakH.J. Lu2-21/+59
2017-04-24i386: Force symbol dynamic if it isn't undefined weakH.J. Lu2-9/+17
2017-04-24i386: Set ELF_MAXPAGESIZE to 0x1000 for VxWorksH.J. Lu2-0/+7
2017-04-24Automatic date update in version.inGDB Administrator1-1/+1
2017-04-23PR 21414, null pointer deref of _bfd_elf_large_com_section symAlan Modra4-14/+36
2017-04-23PR 21412, get_reloc_section assumes .rel/.rela name for SHT_REL/RELA.Alan Modra5-30/+57
2017-04-23PR 21409, segfault in _bfd_dwarf2_find_nearest_lineAlan Modra2-1/+7
2017-04-23Automatic date update in version.inGDB Administrator1-1/+1
2017-04-22Automatic date update in version.inGDB Administrator1-1/+1
2017-04-21i386: Avoid dynamic symbol with GOT reference in PIEH.J. Lu2-18/+57
2017-04-21Require --no-dynamic-linker with -static -E/--dynamic-listH.J. Lu2-0/+9
2017-04-21Automatic date update in version.inGDB Administrator1-1/+1
2017-04-20ELF/LD: Always consider STB_LOCAL symbols localMaciej W. Rozycki2-9/+14
2017-04-20MIPS/BFD: Reorder comment about dynamic symbol sortingMaciej W. Rozycki2-2/+7
2017-04-20Handle symbol defined in IR and referenced in DSOH.J. Lu2-0/+13
2017-04-20Automatic date update in version.inGDB Administrator1-1/+1
2017-04-19x86-64: Handle undefined IFUNC symbol with -z nowH.J. Lu2-1/+7
2017-04-19Correct PE reloc displayWedson Almeida Filho2-1/+5
2017-04-19Implement -z dynamic-undefined-weakAlan Modra4-31/+73
2017-04-19Automatic date update in version.inGDB Administrator1-1/+1
2017-04-18Automatic date update in version.inGDB Administrator1-1/+1
2017-04-17Put soname in the version definition sectionH.J. Lu2-12/+18
2017-04-17Undo dynamic symbol state after regular object sym type mismatchAlan Modra2-13/+46
2017-04-17Automatic date update in version.inGDB Administrator1-1/+1
2017-04-16Automatic date update in version.inGDB Administrator1-1/+1
2017-04-15Automatic date update in version.ingdb-8.0-branchpointGDB Administrator1-1/+1
2017-04-14Automatic date update in version.inGDB Administrator1-1/+1
2017-04-13Wrap long linesAlan Modra11-40/+81
2017-04-13Use %A and %B in more error messagesAlan Modra50-314/+341
2017-04-13Rewrite bfd error handlerAlan Modra21-271/+361
2017-04-13Missing _bfd_error_handler argsAlan Modra4-25/+33
2017-04-13Regen bfd-in2.hAlan Modra2-1/+6
2017-04-13Automatic date update in version.inGDB Administrator1-1/+1
2017-04-12Automatic date update in version.inGDB Administrator1-1/+1
2017-04-11Remove the extra `\n' in warning/error messagesH.J. Lu4-9/+16
2017-04-11Ignore processor-specific GNU program propertiesH.J. Lu2-1/+14
2017-04-11Automatic date update in version.inGDB Administrator1-1/+1
2017-04-10Port the bug fix for PR 19704 (Missing dynamic relocation against undefined w...Qing Zhao5-28/+228
2017-04-10Remove the ns32k target from the obsolete list.Nick Clifton2-1/+4
2017-04-10PR21287, Inconsistent section type for .init_array and .init_array.42Alan Modra2-10/+17
2017-04-10Automatic date update in version.inGDB Administrator1-1/+1
2017-04-09Automatic date update in version.inGDB Administrator1-1/+1
2017-04-08Automatic date update in version.inGDB Administrator1-1/+1
2017-04-07ELF: Check ELF_COMMON_DEF_P for common symbolsH.J. Lu5-8/+18
2017-04-07Fix building the BFD library for Win64 by reqorking the find_separate_debug_f...Pedro Alves2-94/+163