Age | Commit message (Expand) | Author | Files | Lines |
2021-01-01 | Update year range in copyright notice of binutils files | Alan Modra | 1 | -1/+1 |
2020-06-04 | Correct a comment. | Stephen Casner | 1 | -1/+1 |
2020-06-03 | This patch set for the generic BFD a.out backend removes a dead #define and m... | Gunther Nikl | 1 | -4/+15 |
2020-05-21 | Replace "if (x) free (x)" with "free (x)", bfd | Alan Modra | 1 | -31/+15 |
2020-05-19 | Use bfd_get_filename throughout bfd | Alan Modra | 1 | -3/+4 |
2020-05-12 | [PATCH] bfd: Fix 64-bit relocation handling for a.out | Gunther Nikl | 1 | -4/+16 |
2020-04-29 | bfd: Fix 64-bit relocation handling for a.out | Gunther Nikl | 1 | -3/+11 |
2020-03-02 | bfd_cleanup for object_p | Alan Modra | 1 | -4/+4 |
2020-02-26 | Indent labels | Alan Modra | 1 | -5/+5 |
2020-02-21 | PR25569, PDP11 ld -s clobbers last data byte | Alan Modra | 1 | -95/+84 |
2020-02-19 | _bfd_alloc_and_read | Alan Modra | 1 | -16/+4 |
2020-02-19 | Miscellaneous memory alloc related fixes | Alan Modra | 1 | -13/+8 |
2020-02-19 | bfd_size_type to size_t | Alan Modra | 1 | -8/+8 |
2020-01-01 | Update year range in copyright notice of binutils files | Alan Modra | 1 | -1/+1 |
2019-09-19 | bfd_section_* macros | Alan Modra | 1 | -16/+14 |
2019-09-18 | bfd_asymbol_* macros | Alan Modra | 1 | -3/+3 |
2019-09-18 | Don't use bfd_get_* macro to set bfd fields | Alan Modra | 1 | -3/+3 |
2019-01-01 | Update year range in copyright notice of binutils files | Alan Modra | 1 | -1/+1 |
2018-12-17 | PR23994, libbfd integer overflow | Alan Modra | 1 | -19/+21 |
2018-04-23 | Prevent an illegal memory access in gprof by ensuring that string tables for ... | Nick Clifton | 1 | -3/+4 |
2018-04-17 | Fix illegal memory accesses trigeered when linking corrupt input files. | Nick Clifton | 1 | -3/+6 |
2018-04-16 | Remove m68k-aout and m68k-coff support | Alan Modra | 1 | -17/+2 |
2018-04-16 | Remove m88k support | Alan Modra | 1 | -4/+0 |
2018-04-16 | Remove sony newsos3 support | Alan Modra | 1 | -2/+1 |
2018-04-11 | Remove i860, i960, bout and aout-adobe targets | Alan Modra | 1 | -7/+6 |
2018-02-28 | PR22887, null pointer dereference in aout_32_swap_std_reloc_out | Alan Modra | 1 | -2/+4 |
2018-02-28 | Nonsense error messages on invalid aout string offset | Alan Modra | 1 | -1/+7 |
2018-02-26 | unrecognized/unsupported reloc message | Alan Modra | 1 | -4/+4 |
2018-02-19 | Use %pA and %pB in messages rather than %A and %B | Alan Modra | 1 | -8/+8 |
2018-01-12 | Fix override of common symbols for a.out | 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 | -112/+112 |
2017-10-17 | PR22306, Invalid free() in slurp_symtab() | Alan Modra | 1 | -15/+30 |
2017-05-19 | binutils: support for the SPARC M8 processor | Jose E. Marchesi | 1 | -1/+3 |
2017-04-13 | Use %A and %B in more error messages | Alan Modra | 1 | -9/+8 |
2017-01-02 | Update year range in copyright notice of all files. | Alan Modra | 1 | -1/+1 |
2016-12-06 | Fix seg-fault running strip on a corrupt binary. | Nick Clifton | 1 | -6/+11 |
2016-12-05 | Fix seg-fault running strip on a corrupt binary. | Nick Clifton | 1 | -4/+23 |
2016-12-05 | Fix seg-fault in linker parsing a corrupt input file. | Nick Clifton | 1 | -2/+2 |
2016-12-05 | Fix assertion failure in linker triggered by corrupt input file. | Nick Clifton | 1 | -1/+3 |
2016-12-02 | Fix seg-fault in the linker when examining a corrupt binary. | Nick Clifton | 1 | -2/+1 |
2016-12-01 | Fix a seg-fault disassembling a corrupt binary. | Nick Clifton | 1 | -0/+6 |
2016-12-01 | Fix seg-fault running addr2line on a corrupt binary. | Nick Clifton | 1 | -4/+12 |
2016-10-19 | Add c-format tags to translatable strings with more than one argument-using f... | Nick Clifton | 1 | -0/+4 |
2016-09-30 | Remove syntactic sugar | Alan Modra | 1 | -5/+6 |
2016-06-17 | bfd,opcodes: sparc: new opcode v9{c,d,e,v,m} architectures and bfd machine nu... | Jose E. Marchesi | 1 | -1/+11 |
2016-05-28 | Return void from linker callbacks | Alan Modra | 1 | -40/+26 |
2016-02-19 | Prevent a seg-fault in the linker when accessing a specially crafted, corrupt... | Nick Clifton | 1 | -0/+10 |
2016-01-01 | Copyright update for binutils | Alan Modra | 1 | -1/+1 |
2015-12-01 | Trim unused params from aout adjust_sizes_and_vmas | Alan Modra | 1 | -11/+3 |