Age | Commit message (Expand) | Author | Files | Lines |
2024-04-11 | Remove bfdwin.c | Alan Modra | 1 | -72/+18 |
2024-04-04 | Re: USE_MMAP fuzzed object file attacks | Alan Modra | 1 | -4/+3 |
2024-04-04 | USE_MMAP fuzzed object file attacks | Alan Modra | 1 | -31/+34 |
2024-02-28 | PR23881, pdp11 binutils fails if too much debug data | Alan Modra | 1 | -2/+29 |
2024-01-04 | Update year range in copyright notice of binutils files | Alan Modra | 1 | -1/+1 |
2023-08-09 | Rename bfd_bread and bfd_bwrite | Alan Modra | 1 | -12/+12 |
2023-06-07 | _bfd_free_cached_info | Alan Modra | 1 | -19/+17 |
2023-01-06 | Fix an aout memory leak | Alan Modra | 1 | -0/+1 |
2023-01-01 | Update year range in copyright notice of binutils files | Alan Modra | 1 | -1/+1 |
2022-11-23 | PR22509 - Null pointer dereference on coff_slurp_reloc_table | Alan Modra | 1 | -1/+3 |
2022-11-10 | Sanity check reloc count in get_reloc_upper_bound | Alan Modra | 1 | -8/+12 |
2022-09-24 | Re: bfd_cleanup for object_p | Alan Modra | 1 | -2/+2 |
2022-06-08 | Don't encode reloc.size | Alan Modra | 1 | -16/+6 |
2022-06-08 | HOWTO size encoding | Alan Modra | 1 | -41/+41 |
2022-01-02 | Update year range in copyright notice of binutils files | Alan Modra | 1 | -1/+1 |
2021-10-28 | bfd: remove use of INLINE | Alan Modra | 1 | -1/+1 |
2021-10-24 | asan: aout: heap buffer overflow | Alan Modra | 1 | -3/+2 |
2021-10-06 | PR28403, null pointer dereference in disassemble_bytes | Alan Modra | 1 | -5/+6 |
2021-05-11 | PR27844, Unstable symbol name in objdump outputs | Alan Modra | 1 | -1/+1 |
2021-03-31 | Use bool in bfd | Alan Modra | 1 | -311/+308 |
2021-03-29 | TRUE/FALSE simplification | Alan Modra | 1 | -1/+1 |
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 |