aboutsummaryrefslogtreecommitdiff
path: root/bfd
AgeCommit message (Expand)AuthorFilesLines
2014-11-28Sanity checks on version sectionAlan Modra2-12/+30
2014-11-28Automatic date update in version.inGDB Administrator1-1/+1
2014-11-27Fixes a few more memory access violations exposed by fuzzed binaries.Nick Clifton3-1/+27
2014-11-27Automatic date update in version.inGDB Administrator1-1/+1
2014-11-26More fixes for memory access errors triggered by attemps to examine corrupted...Nick Clifton19-55/+169
2014-11-26_bfd_elf_slurp_version_tables tidyAlan Modra2-43/+52
2014-11-26Automatic date update in version.inGDB Administrator1-1/+1
2014-11-25Use get_symbol_version_string in BFD_JUMP_TABLE_SYMBOLSH.J. Lu35-6/+116
2014-11-25Display symbol version when dumping dynrelocsH.J. Lu3-38/+64
2014-11-25Optimize out i386/x86-64 JUMP_SLOT relocationH.J. Lu3-68/+423
2014-11-25Automatic date update in version.inGDB Administrator1-1/+1
2014-11-24Update libtool.m4 from GCC trunkH.J. Lu2-2/+6
2014-11-24[AArch64] Cortex-A53 Erratum 835769 -- sort mapsJiong Wang2-0/+32
2014-11-24PowerPC64 --plt-alignAlan Modra2-1/+5
2014-11-24Automatic date update in version.inGDB Administrator1-1/+1
2014-11-23Assert size of elf_x86_64_{bnd|legacy}_plt2_entryH.J. Lu2-16/+12
2014-11-23Automatic date update in version.inGDB Administrator1-1/+1
2014-11-22Check branch displacement overflow in x86-64 PLT entryH.J. Lu2-2/+15
2014-11-22Automatic date update in version.inGDB Administrator1-1/+1
2014-11-21Fixes for memory access violations exposed by fuzzinf various binaries.Nick Clifton8-111/+302
2014-11-21Optimize PC-relative offset overflow checkH.J. Lu2-6/+7
2014-11-21Fix a snafu setting up the string table read in from a COFF file.Alexander Cherepanov2-3/+9
2014-11-21Support ARM Cortex-M7Terry Guo2-2/+7
2014-11-21Automatic date update in version.inGDB Administrator1-1/+1
2014-11-20PPC gold doesn't check for overflow properlyAlan Modra2-1/+6
2014-11-20ppc476 workaround sizingAlan Modra2-1/+6
2014-11-20Enable to link ARM object file that hasn't attribute section.Terry Guo2-0/+12
2014-11-20Automatic date update in version.inGDB Administrator1-1/+1
2014-11-20Default powerpc64 to --plt-thread-safe for GoAlan Modra2-0/+6
2014-11-19Automatic date update in version.inGDB Administrator1-1/+1
2014-11-18Check PC-relative offset overflow in PLT entryH.J. Lu2-8/+25
2014-11-18More fixes for illegal memory accesses exposed by fuzzed binaries.Nick Clifton3-1/+25
2014-11-18Add -z bndplt to generate BND prefix in PLT entriesIgor Zamyatin2-6/+12
2014-11-18daily updateAlan Modra1-1/+1
2014-11-17daily updateAlan Modra1-1/+1
2014-11-14Fix a null pointer dereference when reading the debug link info from a corrup...Nick Clifton2-5/+17
2014-11-14More fixes for invalid memory accesses triggered by corrupt binaries.Nick Clifton2-2/+11
2014-11-13Add cast to unsigned intH.J. Lu2-1/+5
2014-11-13Rename symbbol to symbolH.J. Lu2-1/+5
2014-11-13Add assembler support for @gotpltH.J. Lu2-16/+8
2014-11-13More fixes for memory access violations whilst scanning corrupt binaries.Nick Clifton6-31/+134
2014-11-12Fix more memory faults uncovered by fuzzing various executables.Nick Clifton4-14/+53
2014-11-12Throw away dodgy coff line number info earlierAlan Modra2-10/+15
2014-11-12daily updateAlan Modra1-1/+1
2014-11-11More fixes for invalid memory accesses, uncovered by valgrind and binary fuzz...Nick Clifton5-31/+78
2014-11-11coff coffAlan Modra2-1/+8
2014-11-11Avoid coff OOMAlan Modra3-31/+44
2014-11-11ld -r abort in _bfd_elf_write_section_eh_frameAlan Modra2-1/+11
2014-11-11daily updateAlan Modra1-1/+1
2014-11-10bfd/Richard Sandiford2-12/+8