Age | Commit message (Expand) | Author | Files | Lines |
2024-04-11 | Remove bfdwin.c | Alan Modra | 1 | -2/+0 |
2024-01-04 | Update year range in copyright notice of binutils files | Alan Modra | 1 | -1/+1 |
2023-08-11 | warn unused result for bfd IO functions | Alan Modra | 1 | -8/+6 |
2023-08-09 | Rename bfd_bread and bfd_bwrite | Alan Modra | 1 | -3/+3 |
2023-01-01 | Update year range in copyright notice of binutils files | Alan Modra | 1 | -1/+1 |
2022-11-28 | asan: pef: buffer overflow | Alan Modra | 1 | -1/+1 |
2022-10-29 | pef: sanity check before malloc | Alan Modra | 1 | -5/+7 |
2022-09-06 | bfd: Add bfd_find_nearest_line_with_alt | Aaron Merey | 1 | -0/+1 |
2022-01-02 | Update year range in copyright notice of binutils files | Alan Modra | 1 | -1/+1 |
2021-03-31 | Use bool in bfd | Alan Modra | 1 | -2/+2 |
2021-03-22 | Add startswith function and use it instead of CONST_STRNEQ. | Martin Liska | 1 | -1/+1 |
2021-01-07 | ELF: Don't generate unused section symbols | H.J. Lu | 1 | -0/+2 |
2021-01-01 | Update year range in copyright notice of binutils files | Alan Modra | 1 | -1/+1 |
2020-05-21 | Replace "if (x) free (x)" with "free (x)", bfd | Alan Modra | 1 | -18/+8 |
2020-03-02 | bfd_cleanup for object_p | Alan Modra | 1 | -4/+4 |
2020-02-19 | _bfd_alloc_and_read | Alan Modra | 1 | -23/+17 |
2020-01-03 | Fix potential illegal memory access when parsing a corrupt PEF format file. | Nick Clifton | 1 | -1/+1 |
2020-01-03 | Fix potential illegal memory access failures in the BFD library by ensuring t... | Nick Clifton | 1 | -0/+11 |
2020-01-01 | Update year range in copyright notice of binutils files | Alan Modra | 1 | -1/+1 |
2019-10-14 | PR24955, libbfd terminating program on out of memory (part2) | Alan Modra | 1 | -6/+7 |
2019-09-11 | Tidy ld/ldmisc.c | Alan Modra | 1 | -0/+1 |
2019-01-01 | Update year range in copyright notice of binutils files | Alan Modra | 1 | -1/+1 |
2018-05-21 | ld: Hide symbols defined by HIDDEN/PROVIDE_HIDDEN | H.J. Lu | 1 | -0/+1 |
2018-02-16 | Remove bfd stub function casts. | Alan Modra | 1 | -16/+15 |
2018-02-14 | Fix compilation of the BFD sub-directory with a gcc v8 compiler by adding ext... | Nick Clifton | 1 | -1/+1 |
2018-02-13 | Fix compile time warning messages from gcc version 8 about cast between incom... | Nick Clifton | 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 | -34/+34 |
2017-06-16 | Rewrite __start and __stop symbol handling | Alan Modra | 1 | -0/+1 |
2017-01-02 | Update year range in copyright notice of all files. | Alan Modra | 1 | -1/+1 |
2016-09-30 | Remove syntactic sugar | Alan Modra | 1 | -2/+2 |
2016-04-21 | Add support for non-ELF targets to check their relocs. | Nick Clifton | 1 | -0/+1 |
2016-03-21 | Remove use of alloca. | Nick Clifton | 1 | -1/+2 |
2016-01-01 | Copyright update for binutils | Alan Modra | 1 | -1/+1 |
2015-08-31 | More "Make asection->id and asection->index unsigned" | Alan Modra | 1 | -1/+1 |
2015-01-02 | ChangeLog rotatation and copyright year update | Alan Modra | 1 | -1/+1 |
2014-11-25 | Use get_symbol_version_string in BFD_JUMP_TABLE_SYMBOLS | H.J. Lu | 1 | -0/+1 |
2014-10-15 | Define bfd_find_line entry of BFD_JUMP_TABLE_SYMBOLS using NAME. | Alan Modra | 1 | -0/+1 |
2014-06-13 | Don't call bfd_link_hash_table_free | Alan Modra | 1 | -1/+0 |
2014-03-05 | Update copyright years | Alan Modra | 1 | -1/+1 |
2014-01-02 | PR binutils/14289 | Asmwarrior | 1 | -4/+3 |
2013-01-26 | * bfd.c (struct bfd_preserve, bfd_preserve_save, bfd_preserve_restore, | Alan Modra | 1 | -19/+4 |
2012-07-13 | * aix386-core.c: Remove use of PTR and PARAMS macros. | Nick Clifton | 1 | -4/+3 |
2012-01-19 | 2012-01-19 Tristan Gingold <gingold@adacore.com> | Tristan Gingold | 1 | -0/+4 |
2011-07-11 | include/ChangeLog | Catherine Moore | 1 | -0/+1 |
2011-06-06 | * targets.c (bfd_target): Make ar_max_namelen an unsigned char. | Alan Modra | 1 | -0/+2 |
2011-01-14 | * bfd.c (bfd_perror): Flush stdout before and stderr after printing | Alan Modra | 1 | -4/+4 |
2009-12-11 | Add -Wshadow to the gcc command line options used when compiling the binutils. | Nick Clifton | 1 | -10/+6 |
2009-11-23 | 2009-11-23 Paul Brook <paul@codesourcery.com> | Paul Brook | 1 | -0/+2 |
2009-09-05 | * bfd/coff-arm.c (coff_arm_relocate_section) | Nick Clifton | 1 | -1/+1 |