Age | Commit message (Expand) | Author | Files | Lines |
2019-08-14 | Remove _bfd_dwarf2_find_nearest_line addr_size parameter | Alan Modra | 1 | -2/+2 |
2019-04-03 | BFD whitespace fixes | Alan Modra | 1 | -1/+1 |
2019-03-28 | PR24392, Clang warning Wtautological-constant-out-of-range-compare | Alan Modra | 1 | -7/+2 |
2019-03-15 | COFF: Check for symbols defined in discarded section | H.J. Lu | 1 | -0/+3 |
2019-03-12 | Don't use bfd_get_file_size in objdump | Alan Modra | 1 | -0/+13 |
2019-03-06 | Fix a segmentation fault triggered by disassembling an EFi file with source i... | Nick Clifton | 1 | -2/+3 |
2019-01-01 | Update year range in copyright notice of binutils files | Alan Modra | 1 | -1/+1 |
2018-08-23 | Prevent illegal memory access when processing COFF auxillary symbol information. | Nick Clifton | 1 | -4/+9 |
2018-04-16 | Prevent an illegal memory access via an out of range fixup pointer. | Nick Clifton | 1 | -2/+4 |
2018-02-26 | AOUT/COFF/PE messages | Alan Modra | 1 | -2/+2 |
2018-02-19 | %L conversions | Alan Modra | 1 | -5/+7 |
2018-02-19 | Use %pA and %pB in messages rather than %A and %B | Alan Modra | 1 | -6/+6 |
2018-01-29 | PR22741, objcopy segfault on fuzzed COFF object | Alan Modra | 1 | -1/+2 |
2018-01-03 | Update year range in copyright notice of binutils files | Alan Modra | 1 | -1/+1 |
2017-12-06 | BFD whitespace fixes | Alan Modra | 1 | -69/+69 |
2017-11-28 | Prevent a memory exhaustion problem when trying to read in strings from a COF... | Nick Clifton | 1 | -2/+2 |
2017-11-03 | Fix excessive memory allocation attempts and possible integer overfloaws when... | Nick Clifton | 1 | -2/+15 |
2017-11-01 | Fix an invalid free called when attempting to link a COFF object against an E... | Nick Clifton | 1 | -1/+5 |
2017-07-12 | bfd_error_handler bfd_vma and bfd_size_type args | Alan Modra | 1 | -2/+2 |
2017-04-13 | Use %A and %B in more error messages | Alan Modra | 1 | -1/+2 |
2017-04-07 | pe/coff: handle weak defined symbol for gc-sections. | Tristan Gingold | 1 | -2/+16 |
2017-03-29 | Improve the speed of scanning PE binaries for line number information. | Nick Clifton | 1 | -6/+34 |
2017-01-09 | Improve objdump's behaviour when it encounters a corrupt binary with an exces... | Nick Clifton | 1 | -1/+6 |
2017-01-02 | Update year range in copyright notice of all files. | Alan Modra | 1 | -1/+1 |
2016-10-19 | Add c-format tags to translatable strings with more than one argument-using f... | Nick Clifton | 1 | -0/+4 |
2016-10-06 | -Wimplicit-fallthrough warning fixes | Alan Modra | 1 | -2/+2 |
2016-09-30 | Remove syntactic sugar | Alan Modra | 1 | -4/+4 |
2016-09-30 | Make bfd_error_handler_type like vprintf | Alan Modra | 1 | -1/+2 |
2016-07-27 | Fix seg-fault when running garbage collection on coff binaries. | Nick Clifton | 1 | -1/+7 |
2016-01-01 | Copyright update for binutils | Alan Modra | 1 | -1/+1 |
2015-12-15 | bfd: don't produce corrupt COFF symbol table due to long ELF file name symbols | Jan Beulich | 1 | -1/+4 |
2015-08-18 | Add output_type to bfd_link_info | H.J. Lu | 1 | -1/+1 |
2015-08-12 | Remove trailing spaces in bfd | H.J. Lu | 1 | -3/+3 |
2015-07-03 | Add experimental support for --gc-sections with COFF and PE based targets. | Kai Tietz | 1 | -0/+428 |
2015-03-24 | Fixes a bug introduced by the new ranges checks on COFF symbol tables. | Nick Clifton | 1 | -2/+1 |
2015-03-18 | Fix debug section compression so that it is only performed if it would make t... | Jon Turney | 1 | -9/+12 |
2015-03-05 | Allows the binutils to cope with PE binaries where the section addresses have... | Nick Clifton | 1 | -0/+20 |
2015-02-27 | Fixes a problem recognizing libraries created by Visual Studio. | Nick Clifton | 1 | -1/+4 |
2015-01-02 | ChangeLog rotatation and copyright year update | Alan Modra | 1 | -1/+1 |
2014-12-10 | Don't always build coffgen.o | Alan Modra | 1 | -106/+8 |
2014-11-26 | More fixes for memory access errors triggered by attemps to examine corrupted... | Nick Clifton | 1 | -1/+6 |
2014-11-21 | Fixes for memory access violations exposed by fuzzinf various binaries. | Nick Clifton | 1 | -1/+16 |
2014-11-21 | Fix a snafu setting up the string table read in from a COFF file. | Alexander Cherepanov | 1 | -3/+3 |
2014-11-13 | More fixes for memory access violations whilst scanning corrupt binaries. | Nick Clifton | 1 | -16/+58 |
2014-11-12 | Fix more memory faults uncovered by fuzzing various executables. | Nick Clifton | 1 | -2/+13 |
2014-11-11 | More fixes for invalid memory accesses, uncovered by valgrind and binary fuzz... | Nick Clifton | 1 | -3/+3 |
2014-11-10 | More fixes for problems exposed by valgrind and the address sanitizer | Nick Clifton | 1 | -4/+13 |
2014-11-07 | Revert bfd_get_size checks | Alan Modra | 1 | -18/+1 |
2014-11-06 | Revert changes in previous deltas that introduced new failures into | Nick Clifton | 1 | -4/+8 |
2014-11-03 | More fixes for buffer overruns instigated by corrupt binaries. | Nick Clifton | 1 | -20/+52 |