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-12-18 | Remove some static buffers | Alan Modra | 1 | -2/+2 |
2020-11-11 | Fix Windows-x-PPC build | Tom Tromey | 1 | -8/+0 |
2020-11-09 | xcoff dependency list for static libraries | Alan Modra | 1 | -1/+1 |
2020-05-21 | Replace "if (x) free (x)" with "free (x)", bfd | Alan Modra | 1 | -12/+6 |
2020-05-20 | PR25993, read of freed memory | Alan Modra | 1 | -2/+1 |
2020-05-19 | Use bfd_get_filename throughout bfd | Alan Modra | 1 | -18/+20 |
2020-03-24 | Overlarge allocation in _bfd_generic_read_ar_hdr_mag | Alan Modra | 1 | -3/+12 |
2020-03-02 | bfd_cleanup for object_p | Alan Modra | 1 | -2/+2 |
2020-02-26 | Archive sanity checks | Alan Modra | 1 | -68/+88 |
2020-02-26 | Indent labels | Alan Modra | 1 | -1/+1 |
2020-02-19 | _bfd_alloc_and_read | Alan Modra | 1 | -12/+9 |
2020-02-19 | Miscellaneous memory alloc related fixes | Alan Modra | 1 | -5/+1 |
2020-02-19 | bfd_size_type to size_t | Alan Modra | 1 | -5/+5 |
2020-01-01 | Update year range in copyright notice of binutils files | Alan Modra | 1 | -1/+1 |
2019-12-30 | archive.c bfd_zalloc | Alan Modra | 1 | -25/+21 |
2019-10-21 | ar P support | Alan Modra | 1 | -4/+9 |
2019-09-20 | bfd macro conversion to inline functions | Alan Modra | 1 | -1/+1 |
2019-09-18 | Don't use bfd_get_* macro to set bfd fields | Alan Modra | 1 | -3/+3 |
2019-09-05 | PR24955, libbfd terminating program on out of memory | Alan Modra | 1 | -1/+5 |
2019-08-30 | Copy BFD_COMPRESS/BFD_DECOMPRESS/BFD_COMPRESS_GABI for thin archive | H.J. Lu | 1 | -0/+7 |
2019-08-29 | PR24891, objdump memory leaks when parsing malformed archive | Alan Modra | 1 | -3/+7 |
2019-07-29 | Support .gnu.lto_.lto section in ELF files (PR 24768). | Martin Liska | 1 | -4/+17 |
2019-02-20 | PR24236, Heap buffer overflow in _bfd_archive_64_bit_slurp_armap | Alan Modra | 1 | -10/+7 |
2019-01-01 | Update year range in copyright notice of binutils files | Alan Modra | 1 | -1/+1 |
2018-07-02 | Allow BFD to recognize macOS universal libraries | Tom Tromey | 1 | -19/+25 |
2018-04-16 | Remove m68k-aout and m68k-coff support | Alan Modra | 1 | -109/+0 |
2018-04-11 | Remove i860, i960, bout and aout-adobe targets | Alan Modra | 1 | -16/+0 |
2018-02-26 | BFD messages | Alan Modra | 1 | -1/+1 |
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 | -0/+47 |
2018-01-03 | Update year range in copyright notice of binutils files | Alan Modra | 1 | -1/+1 |
2017-12-15 | Update documentation regarding the bfd returned by bfd_openr_next_archived_file | Nick Clifton | 1 | -4/+5 |
2017-12-06 | BFD whitespace fixes | Alan Modra | 1 | -11/+11 |
2017-10-25 | Allow for __gnu_lto_slim prefixed with extra "_" | Alan Modra | 1 | -1/+5 |
2017-10-05 | bfd_set_input_error | Pedro Alves | 1 | -1/+1 |
2017-09-15 | Error when 32-bit ar tries to handle 4G or larger files | Alan Modra | 1 | -0/+6 |
2017-07-19 | Fix use-after-free error when parsing a corrupt nested archive. | Nick Clifton | 1 | -1/+6 |
2017-04-13 | Use %A and %B in more error messages | Alan Modra | 1 | -2/+2 |
2017-02-17 | bfd: Rename bsd_write_armap and coff_write_armap | Pedro Alves | 1 | -10/+10 |
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-06-14 | Set my_archive for thin archives | Alan Modra | 1 | -0/+1 |
2016-05-25 | Enable 64-bit archives in ar and ranlib | H.J. Lu | 1 | -11/+81 |
2016-03-07 | Allow zero length archive elements. | Nick Clifton | 1 | -1/+1 |
2016-01-01 | Copyright update for binutils | Alan Modra | 1 | -1/+1 |
2015-11-18 | Prevent looping in archives | Alan Modra | 1 | -8/+16 |
2015-04-24 | Copy is_linker_input to archive member | H.J. Lu | 1 | -0/+3 |
2015-04-08 | Add SHF_COMPRESSED support to gas and objcopy | H.J. Lu | 1 | -2/+4 |
2015-02-14 | PR ld/17973 LTO file syms | Alan Modra | 1 | -35/+49 |