Age | Commit message (Expand) | Author | Files | Lines |
2023-08-31 | libbfd.texi zero size | Alan Modra | 1 | -0/+7 |
2023-08-09 | Rename bfd_bread and bfd_bwrite | Alan Modra | 1 | -4/+4 |
2023-05-03 | Generated docs and include files | Alan Modra | 1 | -4/+33 |
2023-05-03 | Move bfd_alloc, bfd_zalloc and bfd_release to libbfd.c | Alan Modra | 1 | -0/+82 |
2023-05-03 | libbfc.c: Use stdint types for unsigned char and unsigned long | Alan Modra | 1 | -34/+34 |
2023-04-28 | Remove deprecated bfd_read | Alan Modra | 1 | -28/+0 |
2023-01-01 | Update year range in copyright notice of binutils files | Alan Modra | 1 | -1/+1 |
2022-12-18 | Comment bfd_get_section_limit_octets and bfd_get_section_alloc_size | Alan Modra | 1 | -9/+1 |
2022-12-07 | Compression tidy and fixes | Alan Modra | 1 | -36/+0 |
2022-10-11 | fix compressed_debug_section_names definition for "zlib" | Martin Liska | 1 | -1/+1 |
2022-10-11 | refactor usage of compressed_debug_section_type | Martin Liska | 1 | -0/+36 |
2022-05-27 | Remove use of bfd_uint64_t and similar | Alan Modra | 1 | -47/+18 |
2022-01-02 | Update year range in copyright notice of binutils files | Alan Modra | 1 | -1/+1 |
2021-05-22 | bfd dwarf2 sanity checking | Alan Modra | 1 | -8/+5 |
2021-05-04 | Define bfd_realloc(ptr,0) to return allocated memory, whilst bfd_realloc_or_f... | Nick Clifton | 1 | -11/+96 |
2021-04-30 | Fix a double free when re-allocating a buffer to size 0. | Nick Clifton | 1 | -1/+1 |
2021-03-31 | Use bool in bfd | Alan Modra | 1 | -48/+48 |
2021-02-16 | ubsan: shift exponent is too large | Alan Modra | 1 | -8/+15 |
2021-01-01 | Update year range in copyright notice of binutils files | Alan Modra | 1 | -1/+1 |
2020-09-08 | MSP430: Support relocations for subtract expressions in .uleb128 directives | Jozef Lawrynowicz | 1 | -0/+24 |
2020-05-21 | Replace "if (x) free (x)" with "free (x)", bfd | Alan Modra | 1 | -1/+1 |
2020-03-02 | bfd_cleanup for object_p | Alan Modra | 1 | -1/+1 |
2020-02-19 | _bfd_mul_overflow | Alan Modra | 1 | -53/+0 |
2020-01-01 | Update year range in copyright notice of binutils files | Alan Modra | 1 | -1/+1 |
2019-12-12 | Remove duplicate cast | Alan Modra | 1 | -1/+1 |
2019-12-11 | Make bfd_get_8 return a bfd_vma like other bfd_get_* functions | Alan Modra | 1 | -2/+2 |
2019-01-01 | Update year range in copyright notice of binutils files | Alan Modra | 1 | -1/+1 |
2018-12-28 | PR23966, mingw failure due to 32-bit long | Alan Modra | 1 | -2/+6 |
2018-07-27 | Add functions and macros to read and write 24 bit values. | John Darrington | 1 | -2/+37 |
2018-05-18 | Add support for the Freescale s12z processor. | John Darrington | 1 | -0/+21 |
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 | -9/+87 |
2018-02-14 | Fix compilation of the BFD sub-directory with a gcc v8 compiler by adding ext... | Nick Clifton | 1 | -67/+1 |
2018-02-13 | Fix compile time warning messages from gcc version 8 about cast between incom... | Nick Clifton | 1 | -0/+66 |
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 | -8/+8 |
2017-06-28 | Don't call bfd_get_file_size in _bfd_generic_get_section_contents | H.J. Lu | 1 | -7/+10 |
2017-06-27 | Warning fix | Alan Modra | 1 | -2/+2 |
2017-06-27 | More fixes for bfd_get_section_contents change | Alan Modra | 1 | -14/+4 |
2017-06-27 | Fix GDB regressions caused by previous bfd_get_section_contents changes | Pedro Alves | 1 | -1/+1 |
2017-06-26 | Add a missing line to _bfd_generic_get_section_contents_in_window | H.J. Lu | 1 | -0/+1 |
2017-06-26 | Check file size before getting section contents | H.J. Lu | 1 | -1/+16 |
2017-05-10 | bfd: new BFD target entry point _bfd_set_reloc. | Jose E. Marchesi | 1 | -0/+9 |
2017-02-17 | bfd: Rename warn_deprecated | Pedro Alves | 1 | -4/+4 |
2017-02-17 | bfd: Rename read_{signed,unsigned}_leb128, safe_read_leb128 | Pedro Alves | 1 | -11/+11 |
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/+2 |
2016-10-07 | bfd_merge_private_bfd_data tidy | Alan Modra | 1 | -26/+0 |
2016-09-30 | Remove syntactic sugar | Alan Modra | 1 | -2/+2 |
2016-01-01 | Copyright update for binutils | Alan Modra | 1 | -1/+1 |