Age | Commit message (Expand) | Author | Files | Lines |
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 |
2015-11-09 | bfd: Fix left shift of negative value. | Dominik Vogt | 1 | -1/+1 |
2015-01-02 | ChangeLog rotatation and copyright year update | Alan Modra | 1 | -1/+1 |
2014-12-09 | More fixes for memory access violations triggered by fuzzed binaries. | Nick Clifton | 1 | -0/+39 |
2014-12-03 | Fix memory access problems exposed by fuzzed binaries. | Nick Clifton | 1 | -99/+28 |
2014-10-15 | Merge bfd_find_nearest_line variants | Alan Modra | 1 | -13/+0 |
2014-10-15 | Define bfd_find_line entry of BFD_JUMP_TABLE_SYMBOLS using NAME. | Alan Modra | 1 | -10/+0 |
2014-10-14 | Avoid undefined behaviour with signed expressions | Alan Modra | 1 | -4/+3 |
2014-03-05 | Update copyright years | Alan Modra | 1 | -3/+1 |
2012-07-24 | 2012-07-24 Teresa Johnson <tejohnson@google.com> | Cary Coutant | 1 | -0/+13 |
2011-05-07 | PR 12739 | Alan Modra | 1 | -2/+2 |
2011-04-20 | * libbfd.c (bfd_log2): Do return rounded up value. | Alan Modra | 1 | -1/+5 |
2011-04-11 | * bfd-in.h (bfd_get_section_limit): Don't use rawsize with output | Alan Modra | 1 | -2/+13 |
2011-01-14 | * bfd.c (bfd_perror): Flush stdout before and stderr after printing | Alan Modra | 1 | -1/+3 |
2010-10-29 | Add compressed debug section support to binutils and ld. | H.J. Lu | 1 | -0/+9 |
2010-08-18 | 2010-08-18 Pedro Alves <pedro@codesourcery.com> | Pedro Alves | 1 | -0/+10 |
2009-12-11 | Add -Wshadow to the gcc command line options used when compiling the binutils. | Nick Clifton | 1 | -5/+5 |