aboutsummaryrefslogtreecommitdiff
path: root/binutils
AgeCommit message (Expand)AuthorFilesLines
2015-02-03More fixes for illegal memory accesses triggered by running objdump on fuzzed...Nick Clifton2-1/+6
2015-01-28FT32 initial supportAlan Modra2-0/+14
2015-01-27Fixes for invalid memory accesses triggered by running windres on corrupt bin...Nick Clifton4-52/+89
2015-01-27Fixes for memory access violations triggered by running addr2line on fuzzed b...Nick Clifton2-0/+11
2015-01-27Fix memory access violations triggered by running dlltool on corrupt binaries.Nick Clifton2-1/+15
2015-01-23Fix build errors when compiling nlmconv.c on a 32-bit host.Nick Clifton2-3/+11
2015-01-21Fix memory access violations triggered by running strip on fuzzed binaries.Nick Clifton16-3/+45
2015-01-21Add self to ARM MaintainersRamana Radhakrishnan2-0/+5
2015-01-21This patch fixes some illegal memory accesses triggered by running coffdump o...Nick Clifton2-4/+21
2015-01-12Properly check abbrev sizeH.J. Lu2-4/+9
2015-01-12Another fix for memory access errors trigegred by running readelf on a corrup...Nick Clifton2-22/+39
2015-01-12More fixes for memory access errors when running readelf on fuzzed binaries.Nick Clifton3-3/+30
2015-01-12Assorted compiler warning fixesAlan Modra3-3/+11
2015-01-08Fix memory access violations exposed by running strip on fuzzed binaries.Nick Clifton2-1/+18
2015-01-08Fix memory access violations triggered by running sysdump on fuzzed binaries.Nick Clifton2-2/+16
2015-01-08Fixes for memory access violations triggered by running nlmconv onNick Clifton2-2/+36
2015-01-07Fix memory access violations uncovered by running the dlltool on fuzzed binar...Nick Clifton2-0/+6
2015-01-07Fix memory access violations exposed by running the srconv tool on fuzzed bin...Nick Clifton3-14/+31
2015-01-06Fixes for memory access violations in the coffdump program.Nick Clifton5-259/+391
2015-01-05More fixes for invalid memory accesses triggered by fuzzed binaries.Nick Clifton3-22/+71
2015-01-05More fixes for invalid memory accesses triggered by fuzzed binaries.Nick Clifton4-58/+180
2015-01-05Corrects the description of the --kill-at option of dlltool.Daniel Klauer2-4/+14
2015-01-02Regenerate Makeile.in file for copyright updateAlan Modra2-2/+2
2015-01-02Correct printed year in copyright noticesAlan Modra2-1/+5
2015-01-02ChangeLog rotatation and copyright year updateAlan Modra129-1074/+1096
2014-12-26Delete unnecessary code copying SHF_SH5_ISA32 flagAlan Modra3-0/+23
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