Age | Commit message (Expand) | Author | Files | Lines |
2018-02-19 | %L conversions | Alan Modra | 1 | -2/+3 |
2018-02-19 | Use %pA and %pB in messages rather than %A and %B | Alan Modra | 1 | -1/+1 |
2018-02-16 | Remove bfd stub function casts. | Alan Modra | 1 | -1/+1 |
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 | -442/+442 |
2017-07-27 | Fix address violation issues encountered when parsing corrupt binaries. | Nick Clifton | 1 | -0/+3 |
2017-07-24 | Fix address violation errors parsing corrupt binary files. | Nick Clifton | 1 | -1/+1 |
2017-07-12 | bfd_error_handler bfd_vma and bfd_size_type args | Alan Modra | 1 | -19/+19 |
2017-05-18 | Don't compare boolean values against TRUE or FALSE | Alan Modra | 1 | -1/+1 |
2017-01-03 | Fix compile time warning about using a possibly uninitialised variable. | Nick Clifton | 1 | -2/+2 |
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/+6 |
2016-09-30 | Remove syntactic sugar | Alan Modra | 1 | -27/+33 |
2016-06-14 | Set my_archive for thin archives | Alan Modra | 1 | -1/+1 |
2016-01-25 | Add missing end-of-comment marker to previous delta. (Doh!) | Nick Clifton | 1 | -1/+1 |
2016-01-25 | Fix memory corruption on Mach-O systems by suppressing a memory tidy up. | Nick Clifton | 1 | -0/+12 |
2016-01-01 | Copyright update for binutils | Alan Modra | 1 | -1/+1 |
2015-11-18 | mach-o: use a per-target reloc canonicalize function. | Tristan Gingold | 1 | -76/+99 |
2015-11-18 | mach-o cleanup: remove useless calls to bfd_seek. | Tristan Gingold | 1 | -85/+67 |
2015-09-23 | Fix compile time warnings generated when compiling with clang. | Nick Clifton | 1 | -1/+1 |
2015-08-12 | Remove trailing spaces in bfd | H.J. Lu | 1 | -10/+10 |
2015-02-26 | Fixes illegal memory access errors and arithmetic overflows when running stri... | Nick Clifton | 1 | -0/+13 |
2015-02-03 | Fix typo in previous delta for mach-o.c. | Nick Clifton | 1 | -1/+1 |
2015-02-03 | More fixes for illegal memory accesses triggered by running objdump on fuzzed... | Nick Clifton | 1 | -35/+45 |
2015-01-21 | Fix memory access violations triggered by running strip on fuzzed binaries. | Nick Clifton | 1 | -20/+34 |
2015-01-06 | Another fix for an objdump crash when parsing a corrupt binary. | Nick Clifton | 1 | -1/+3 |
2015-01-05 | More fixes for invalid memory accesses triggered by fuzzed binaries. | Nick Clifton | 1 | -12/+49 |
2015-01-02 | ChangeLog rotatation and copyright year update | Alan Modra | 1 | -1/+1 |
2014-12-22 | More fixes for memory access violations exposed by fuzzed binaries. | Nick Clifton | 1 | -0/+2 |
2014-12-16 | Fix a memory access violation triggeed by a fuzzed binary. | Nick Clifton | 1 | -2/+4 |
2014-11-26 | More fixes for memory access errors triggered by attemps to examine corrupted... | Nick Clifton | 1 | -7/+19 |
2014-11-21 | Fixes for memory access violations exposed by fuzzinf various binaries. | Nick Clifton | 1 | -8/+14 |
2014-10-15 | Merge bfd_find_nearest_line variants | Alan Modra | 1 | -9/+8 |
2014-04-24 | PR16867, linking object with separate debug file | Alan Modra | 1 | -1/+2 |
2014-04-18 | mach-o: layout executables | Tristan Gingold | 1 | -436/+1079 |
2014-04-18 | mach-o: Define copy_private_header instead of copy_private_bfd. | Tristan Gingold | 1 | -1/+1 |
2014-04-18 | mach-o: remove name_len field. | Tristan Gingold | 1 | -11/+15 |
2014-04-18 | mach-o: add page_size to backend data. | Tristan Gingold | 1 | -0/+6 |
2014-04-18 | mach-o.c: use boolean instead of int to return status. | Tristan Gingold | 1 | -141/+141 |
2014-04-04 | mach-o: reject 64 bit targets when not configured for. | Tristan Gingold | 1 | -0/+9 |
2014-04-04 | mach-o: fix section name conversion from bfd to mach-o. | Tristan Gingold | 1 | -4/+5 |
2014-04-03 | mach-o: fix section number while writing symbols. | Tristan Gingold | 1 | -7/+16 |
2014-04-02 | mach-o: read and dump: prebound_dylib, prebind_cksum, twolevel_hints. | Tristan Gingold | 1 | -5/+67 |
2014-04-01 | bfd/mach-o: avoid a crash when num == 0 in reloc. | Tristan Gingold | 1 | -2/+1 |
2014-03-27 | Mach-O: disp dyld environment command in objdump -P load. | Tristan Gingold | 1 | -3/+1 |
2014-03-27 | Mach-O: add objdump -P function_starts to display function starts. | Tristan Gingold | 1 | -5/+37 |
2014-03-26 | Mach-O: Add BFD_MACH_O_CPU_TYPE_ARM64. | Tristan Gingold | 1 | -0/+4 |
2014-03-17 | mach-o: handle lasz load dylib command. | Tristan Gingold | 1 | -0/+2 |
2014-03-05 | Update copyright years | Alan Modra | 1 | -1/+1 |
2014-01-02 | PR binutils/11983 | Nick Clifton | 1 | -2/+2 |