aboutsummaryrefslogtreecommitdiff
path: root/bfd
AgeCommit message (Expand)AuthorFilesLines
2015-01-13[AArch64] Fix function pointer variable with -Bsymbolic-functionsJiong Wang2-1/+6
2015-01-13[AArch64] Enable overflow check for TLSLE_MOVW_TPREL_G2Jiong Wang2-1/+6
2015-01-13[AArch64] Enable overflow check for R_AARCH64_TLSLE_ADD_TPREL_HI12Jiong Wang3-2/+12
2015-01-13Automatic date update in version.inGDB Administrator1-1/+1
2015-01-12Fix GDB crash caused by discarding grouped debug sectionsTerry Guo2-6/+57
2015-01-12Fix build without makeinfo from release binutils tarAlan Modra3-4/+62
2015-01-12Automatic date update in version.inGDB Administrator1-1/+1
2015-01-11Only discard space for pc-relative relocs symbolsH.J. Lu2-3/+20
2015-01-11Automatic date update in version.inGDB Administrator1-1/+1
2015-01-10Automatic date update in version.inGDB Administrator1-1/+1
2015-01-09Fixes a bug in the previous delat to tekhex.c which meant that valid tekhex f...Nick Clifton2-2/+9
2015-01-09Use official ELF machine number for moxieAnthony Green2-0/+5
2015-01-09Automatic date update in version.inGDB Administrator1-1/+1
2015-01-08Adds code to the MSP430 linker to transform a 4-byte BR instruction intoNick Clifton2-6/+64
2015-01-08Fix memory access violations exposed by running strip on fuzzed binaries.Nick Clifton4-3/+29
2015-01-08Automatic date update in version.inGDB Administrator1-1/+1
2015-01-06Skip unknown relocationH.J. Lu3-3/+10
2015-01-07Automatic date update in version.inGDB Administrator1-1/+1
2015-01-06Another fix for an objdump crash when parsing a corrupt binary.Nick Clifton2-1/+6
2015-01-06Fix memory access violations for objdump triggered by fuzzed binaries.Nick Clifton2-5/+12
2015-01-06Fixes for memory access violations in the coffdump program.Nick Clifton3-18/+30
2015-01-05Return NULL on corrupt inputH.J. Lu3-3/+16
2015-01-06Automatic date update in version.inGDB Administrator1-1/+1
2015-01-05More fixes for invalid memory accesses triggered by fuzzed binaries.Nick Clifton6-17/+79
2015-01-05Automatic date update in version.inGDB Administrator1-1/+1
2015-01-04Automatic date update in version.inGDB Administrator1-1/+1
2015-01-03Automatic date update in version.inGDB Administrator1-1/+1
2015-01-02Regenerate Makeile.in file for copyright updateAlan Modra2-2/+2
2015-01-02Automatic date update in version.inGDB Administrator1-1/+1
2015-01-02ChangeLog rotatation and copyright year updateAlan Modra477-3895/+3913
2015-01-01Automatic date update in version.inGDB Administrator1-1/+1
2014-12-30Assign file position for .strtab only if neededH.J. Lu2-18/+26
2014-12-31Automatic date update in version.inGDB Administrator1-1/+1
2014-12-30Automatic date update in version.inGDB Administrator1-1/+1
2014-12-29Automatic date update in version.inGDB Administrator1-1/+1
2014-12-28Misplaced parenthesis calculates two too few bytes for stringAlan Modra2-3/+10
2014-12-28Automatic date update in version.inGDB Administrator1-1/+1
2014-12-27Automatic date update in version.inGDB Administrator1-1/+1
2014-12-26Delete unnecessary code copying SHF_SH5_ISA32 flagAlan Modra2-21/+6
2014-12-26Automatic date update in version.inGDB Administrator1-1/+1
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