Age | Commit message (Expand) | Author | Files | Lines |
2015-01-21 | Add self to ARM Maintainers | Ramana Radhakrishnan | 2 | -0/+5 |
2015-01-21 | This patch fixes some illegal memory accesses triggered by running coffdump o... | Nick Clifton | 2 | -4/+21 |
2015-01-12 | Properly check abbrev size | H.J. Lu | 2 | -4/+9 |
2015-01-12 | Another fix for memory access errors trigegred by running readelf on a corrup... | Nick Clifton | 2 | -22/+39 |
2015-01-12 | More fixes for memory access errors when running readelf on fuzzed binaries. | Nick Clifton | 3 | -3/+30 |
2015-01-12 | Assorted compiler warning fixes | Alan Modra | 3 | -3/+11 |
2015-01-08 | Fix memory access violations exposed by running strip on fuzzed binaries. | Nick Clifton | 2 | -1/+18 |
2015-01-08 | Fix memory access violations triggered by running sysdump on fuzzed binaries. | Nick Clifton | 2 | -2/+16 |
2015-01-08 | Fixes for memory access violations triggered by running nlmconv on | Nick Clifton | 2 | -2/+36 |
2015-01-07 | Fix memory access violations uncovered by running the dlltool on fuzzed binar... | Nick Clifton | 2 | -0/+6 |
2015-01-07 | Fix memory access violations exposed by running the srconv tool on fuzzed bin... | Nick Clifton | 3 | -14/+31 |
2015-01-06 | Fixes for memory access violations in the coffdump program. | Nick Clifton | 5 | -259/+391 |
2015-01-05 | More fixes for invalid memory accesses triggered by fuzzed binaries. | Nick Clifton | 3 | -22/+71 |
2015-01-05 | More fixes for invalid memory accesses triggered by fuzzed binaries. | Nick Clifton | 4 | -58/+180 |
2015-01-05 | Corrects the description of the --kill-at option of dlltool. | Daniel Klauer | 2 | -4/+14 |
2015-01-02 | Regenerate Makeile.in file for copyright update | Alan Modra | 2 | -2/+2 |
2015-01-02 | Correct printed year in copyright notices | Alan Modra | 2 | -1/+5 |
2015-01-02 | ChangeLog rotatation and copyright year update | Alan Modra | 129 | -1074/+1096 |
2014-12-26 | Delete unnecessary code copying SHF_SH5_ISA32 flag | Alan Modra | 3 | -0/+23 |
2014-12-25 | ARM: Add support for value 3 of Tag_ABI_VFP_args attribute | Terry Guo | 2 | -1/+5 |
2014-12-24 | This patch fixes a snafu where the -D and -U short versions of the | Alexander Cherepanov | 2 | -2/+8 |
2014-12-24 | Reverts an "enhancement" made in a previous delta which complained of | Nick Clifton | 2 | -7/+7 |
2014-12-23 | Clarify strip docs. | Andrew Stubbs | 3 | -2/+8 |
2014-12-23 | Reformat the objdump.1 man output to avoid overlong lines. | Nick Clifton | 2 | -19/+59 |
2014-12-22 | Cast size to long to warn | H.J. Lu | 2 | -1/+5 |
2014-12-22 | More fixes for invalid memory accesses exposed by fuzzed binaries. | Nick Clifton | 3 | -12/+83 |
2014-12-18 | Display DW_LANG_C11 as (C11). | Mark Wielaard | 2 | -1/+6 |
2014-12-11 | Fix a few moere memory access violations. | Nick Clifton | 2 | -5/+20 |
2014-12-11 | Use autoconf check for long long in binutils | Alan Modra | 7 | -26/+360 |
2014-12-10 | Don't always build coffgen.o | Alan Modra | 2 | -0/+5 |
2014-12-09 | * od-elf32_avr.c (elf32_avr_dump_mem_usage): Fix device initialization. | Denis Chertykov | 2 | -1/+5 |
2014-12-09 | More fixes for memory access violations triggered by fuzzed binaries. | Nick Clifton | 2 | -1/+15 |
2014-12-09 | Fix windres memory leak | Chen Gang | 2 | -0/+5 |
2014-12-08 | More fixes for invalid memory accesses triggered by fuzzed binaries. | Nick Clifton | 4 | -24/+139 |
2014-12-08 | * od-elf32_avr.c: Forgot to add a new file. | Denis Chertykov | 1 | -0/+249 |
2014-12-08 | * configure.ac: Add od-elf32_avr to build. | Denis Chertykov | 4 | -0/+19 |
2014-12-06 | Add Visium support to binutils | Eric Botcazou | 4 | -0/+40 |
2014-12-05 | Add string representation of ELF e_flags for AVR. | Andrew Burgess | 2 | -0/+80 |
2014-12-03 | Fix memory access problems exposed by fuzzed binaries. | Nick Clifton | 2 | -0/+7 |
2014-12-03 | Replace calls to abort (in readelf) with informative error messages. | Nick Clifton | 2 | -14/+60 |
2014-12-02 | * MAINTAINERS: Fix my email address. | Denis Chertykov | 2 | -1/+5 |
2014-12-01 | Properly check for an out of range row index | H.J. Lu | 2 | -1/+6 |
2014-12-01 | More fixes for memory access violations exposed by fuzzed binaries. | Nick Clifton | 5 | -45/+110 |
2014-12-01 | Add checks for memory access violations exposed by fuzzed archives. | Nick Clifton | 5 | -11/+79 |
2014-11-28 | Fix build breakage on 32-bit targets with 64-bit bfd | Alan Modra | 2 | -5/+18 |
2014-11-27 | Fixes an infinite loop in readelf parsing a corrupt binary, and other minor c... | Espen Grindhaug | 2 | -20/+80 |
2014-11-27 | dwarf.c handle new DWARFv5 C11, C++11 and C++14 DW_LANG constants. | Mark Wielaard | 2 | -0/+8 |
2014-11-26 | More fixes for memory access errors triggered by attemps to examine corrupted... | Nick Clifton | 2 | -23/+81 |
2014-11-25 | Use get_symbol_version_string in BFD_JUMP_TABLE_SYMBOLS | H.J. Lu | 2 | -3/+7 |
2014-11-25 | Display symbol version when dumping dynrelocs | H.J. Lu | 3 | -164/+269 |