aboutsummaryrefslogtreecommitdiff
path: root/binutils
AgeCommit message (Expand)AuthorFilesLines
2014-12-25ARM: Add support for value 3 of Tag_ABI_VFP_args attributeTerry Guo2-1/+5
2014-12-24This patch fixes a snafu where the -D and -U short versions of theAlexander Cherepanov2-2/+8
2014-12-24Reverts an "enhancement" made in a previous delta which complained ofNick Clifton2-7/+7
2014-12-23Clarify strip docs.Andrew Stubbs3-2/+8
2014-12-23Reformat the objdump.1 man output to avoid overlong lines.Nick Clifton2-19/+59
2014-12-22Cast size to long to warnH.J. Lu2-1/+5
2014-12-22More fixes for invalid memory accesses exposed by fuzzed binaries.Nick Clifton3-12/+83
2014-12-18Display DW_LANG_C11 as (C11).Mark Wielaard2-1/+6
2014-12-11Fix a few moere memory access violations.Nick Clifton2-5/+20
2014-12-11Use autoconf check for long long in binutilsAlan Modra7-26/+360
2014-12-10Don't always build coffgen.oAlan Modra2-0/+5
2014-12-09 * od-elf32_avr.c (elf32_avr_dump_mem_usage): Fix device initialization.Denis Chertykov2-1/+5
2014-12-09More fixes for memory access violations triggered by fuzzed binaries.Nick Clifton2-1/+15
2014-12-09Fix windres memory leakChen Gang2-0/+5
2014-12-08More fixes for invalid memory accesses triggered by fuzzed binaries.Nick Clifton4-24/+139
2014-12-08 * od-elf32_avr.c: Forgot to add a new file.Denis Chertykov1-0/+249
2014-12-08 * configure.ac: Add od-elf32_avr to build.Denis Chertykov4-0/+19
2014-12-06Add Visium support to binutilsEric Botcazou4-0/+40
2014-12-05Add string representation of ELF e_flags for AVR.Andrew Burgess2-0/+80
2014-12-03Fix memory access problems exposed by fuzzed binaries.Nick Clifton2-0/+7
2014-12-03Replace calls to abort (in readelf) with informative error messages.Nick Clifton2-14/+60
2014-12-02 * MAINTAINERS: Fix my email address.Denis Chertykov2-1/+5
2014-12-01Properly check for an out of range row indexH.J. Lu2-1/+6
2014-12-01More fixes for memory access violations exposed by fuzzed binaries.Nick Clifton5-45/+110
2014-12-01Add checks for memory access violations exposed by fuzzed archives.Nick Clifton5-11/+79
2014-11-28Fix build breakage on 32-bit targets with 64-bit bfdAlan Modra2-5/+18
2014-11-27Fixes an infinite loop in readelf parsing a corrupt binary, and other minor c...Espen Grindhaug2-20/+80
2014-11-27dwarf.c handle new DWARFv5 C11, C++11 and C++14 DW_LANG constants.Mark Wielaard2-0/+8
2014-11-26More fixes for memory access errors triggered by attemps to examine corrupted...Nick Clifton2-23/+81
2014-11-25Use get_symbol_version_string in BFD_JUMP_TABLE_SYMBOLSH.J. Lu2-3/+7
2014-11-25Display symbol version when dumping dynrelocsH.J. Lu3-164/+269
2014-11-24Update libtool.m4 from GCC trunkH.J. Lu2-2/+6
2014-11-21Fixes for memory access violations exposed by fuzzinf various binaries.Nick Clifton2-0/+31
2014-11-21Resolve more problems with readelf uncovered by fuzzing binary files.Nick Clifton2-1/+14
2014-11-21Support ARM Cortex-M7Terry Guo2-1/+5
2014-11-19Fix date in ChangeLog entryJan-Benedict Glaw1-1/+1
2014-11-19Fix signedness warningJan-Benedict Glaw2-1/+5
2014-11-18Fixes a seg-fault when displaying the time data for a corrupt archive.Nick Clifton2-2/+11
2014-11-18More fixes for illegal memory accesses exposed by fuzzed binaries.Nick Clifton2-38/+140
2014-11-18Fix memort access problems exposed by fuzzed binaries.Nick Clifton2-1/+23
2014-11-14More fixes for invalid memory accesses triggered by corrupt binaries.Nick Clifton2-16/+63
2014-11-13More fixes for readelf problems reading corrupt files.Nick Clifton2-4/+40
2014-11-12Fix more memory faults uncovered by fuzzing various executables.Nick Clifton6-68/+191
2014-11-11Fix invalid memory accesses for more corrupt binary files.Nick Clifton2-38/+76
2014-11-11oops - missed the French translation.Nick Clifton1-2062/+2966
2014-11-11Updated French and Ukranian translations supplied by the Translation Project.Nick Clifton1-0/+4
2014-11-11Prevent a buffer overrun whilst displaying corrupt ARM tags.Nick Clifton2-1/+9
2014-11-10More fixes for assertion failures and out-of-bounds reads by readelf.Nick Clifton2-51/+143
2014-11-10Fix objcopy and strip so that they remove their temporary files even if an er...Nick Clifton2-7/+20
2014-11-07Cast time value to unsigned long to printH.J. Lu2-1/+7