aboutsummaryrefslogtreecommitdiff
path: root/bfd
AgeCommit message (Expand)AuthorFilesLines
2014-12-25ARM: Add support for value 3 of Tag_ABI_VFP_args attributeTerry Guo2-4/+16
2014-12-25Automatic date update in version.inGDB Administrator1-1/+1
2014-12-24Add cast to unsigned longH.J. Lu2-1/+7
2014-12-24This patch adds support for printing out the pdata section of PE objects.Pierre Muller3-25/+126
2014-12-24Fix generic linker symbol output when weak is overridden by strongAlan Modra2-1/+6
2014-12-24Automatic date update in version.inGDB Administrator1-1/+1
2014-12-23AVR: Only set link-relax elf flag when appropriate.Andrew Burgess2-1/+5
2014-12-23Use a symbol flag bit to mark linker defined symbolsAlan Modra3-0/+9
2014-12-23Automatic date update in version.inGDB Administrator1-1/+1
2014-12-22More fixes for memory access violations exposed by fuzzed binaries.Nick Clifton41-40/+279
2014-12-22Automatic date update in version.inGDB Administrator1-1/+1
2014-12-21Automatic date update in version.inGDB Administrator1-1/+1
2014-12-20Automatic date update in version.inGDB Administrator1-1/+1
2014-12-19Automatic date update in version.inGDB Administrator1-1/+1
2014-12-18Set ppc COMMONPAGESIZE to 64kRichard Henderson3-2/+8
2014-12-18Automatic date update in version.inGDB Administrator1-1/+1
2014-12-17Automatic date update in version.inGDB Administrator1-1/+1
2014-12-16Fix a memory access violation triggeed by a fuzzed binary.Nick Clifton3-3/+13
2014-12-16Automatic date update in version.inGDB Administrator1-1/+1
2014-12-15Check corrupt inputH.J. Lu2-0/+11
2014-12-15Automatic date update in version.inGDB Administrator1-1/+1
2014-12-13Handle weak alias for PIE with copy relocH.J. Lu2-7/+37
2014-12-14Automatic date update in version.inGDB Administrator1-1/+1
2014-12-13Automatic date update in version.inGDB Administrator1-1/+1
2014-12-12Set bfd_error in _bfd_elf_adjust_dynamic_copyAlan Modra2-0/+6
2014-12-12Copy relocations against protected symbolsAlan Modra29-28/+77
2014-12-12Automatic date update in version.inGDB Administrator1-1/+1
2014-12-11This commit causes hundreds of core file regressions in gdb:Keith Seitz2-13/+26
2014-12-11Automatic date update in version.inGDB Administrator1-1/+1
2014-12-10Don't always build coffgen.oAlan Modra20-534/+547
2014-12-10Don't return DW_AT_name for function name in C++Alan Modra4-153/+229
2014-12-10Don't access elf tdata in dwarf.c without first checking for an ELF bfdAlan Modra2-2/+11
2014-12-10Automatic date update in version.inGDB Administrator1-1/+1
2014-12-10Don't sort ld -r relocs for mipsAlan Modra8-22/+68
2014-12-09More fixes for memory access violations triggered by fuzzed binaries.Nick Clifton7-31/+104
2014-12-09ppc64_elf_edit_opd revamp, take 2Alan Modra2-16/+5
2014-12-09Automatic date update in version.inGDB Administrator1-1/+1
2014-12-08Automatic date update in version.inGDB Administrator1-1/+1
2014-12-07Automatic date update in version.inGDB Administrator1-1/+1
2014-12-06Add Visium support to bfdEric Botcazou14-0/+1022
2014-12-06Automatic date update in version.inGDB Administrator1-1/+1
2014-12-052014-12-05 Steve Ellcey <sellcey@mips.com>Steve Ellcey2-1/+5
2014-12-05Define bfd_elf32_get_synthetic_symtab for x32H.J. Lu2-0/+6
2014-12-04Add _bfd_elf_ifunc_get_synthetic_symtabH.J. Lu5-191/+292
2014-12-05Automatic date update in version.inGDB Administrator1-1/+1
2014-12-04Sort relocs output by ld -rAlan Modra2-0/+167
2014-12-04Automatic date update in version.inGDB Administrator1-1/+1
2014-12-03Fix memory access problems exposed by fuzzed binaries.Nick Clifton4-104/+54
2014-12-03Reformat elf_x86_64_create_dynamic_sectionsH.J. Lu2-2/+5
2014-12-02Check info->executable for symbols which need copy relocsH.J. Lu2-2/+8