summaryrefslogtreecommitdiff
path: root/bfd/archive.c
AgeCommit message (Expand)Author
2022-03-01Revert "Check thin archive element file size against archive header"Alan Modra
2022-01-18Check thin archive element file size against archive headerAlan Modra
2022-01-04ld: Improve thin archive member error messageH.J. Lu
2022-01-02Update year range in copyright notice of binutils filesAlan Modra
2021-10-19Fix a potential illegal memory access when testing for a special LTO symbol n...Nick Clifton
2021-09-15PR28328, dlltool iceAlan Modra
2021-07-26bfd: Set error to bfd_error_malformed_archive only if unsetH.J. Lu
2021-07-05ld: Cache and reuse the IR archive file descriptorH.J. Lu
2021-03-31Use bool in bfdAlan Modra
2021-03-22Add startswith function and use it instead of CONST_STRNEQ.Martin Liska
2021-01-01Update year range in copyright notice of binutils filesAlan Modra
2020-12-18Remove some static buffersAlan Modra
2020-11-11Fix Windows-x-PPC buildTom Tromey
2020-11-09xcoff dependency list for static librariesAlan Modra
2020-05-21Replace "if (x) free (x)" with "free (x)", bfdAlan Modra
2020-05-20PR25993, read of freed memoryAlan Modra
2020-05-19Use bfd_get_filename throughout bfdAlan Modra
2020-03-24Overlarge allocation in _bfd_generic_read_ar_hdr_magAlan Modra
2020-03-02bfd_cleanup for object_pAlan Modra
2020-02-26Archive sanity checksAlan Modra
2020-02-26Indent labelsAlan Modra
2020-02-19_bfd_alloc_and_readAlan Modra
2020-02-19Miscellaneous memory alloc related fixesAlan Modra
2020-02-19bfd_size_type to size_tAlan Modra
2020-01-01Update year range in copyright notice of binutils filesAlan Modra
2019-12-30archive.c bfd_zallocAlan Modra
2019-10-21ar P supportAlan Modra
2019-09-20bfd macro conversion to inline functionsAlan Modra
2019-09-18Don't use bfd_get_* macro to set bfd fieldsAlan Modra
2019-09-05PR24955, libbfd terminating program on out of memoryAlan Modra
2019-08-30Copy BFD_COMPRESS/BFD_DECOMPRESS/BFD_COMPRESS_GABI for thin archiveH.J. Lu
2019-08-29PR24891, objdump memory leaks when parsing malformed archiveAlan Modra
2019-07-29Support .gnu.lto_.lto section in ELF files (PR 24768).Martin Liska
2019-02-20PR24236, Heap buffer overflow in _bfd_archive_64_bit_slurp_armapAlan Modra
2019-01-01Update year range in copyright notice of binutils filesAlan Modra
2018-07-02Allow BFD to recognize macOS universal librariesTom Tromey
2018-04-16Remove m68k-aout and m68k-coff supportAlan Modra
2018-04-11Remove i860, i960, bout and aout-adobe targetsAlan Modra
2018-02-26BFD messagesAlan Modra
2018-02-19Use %pA and %pB in messages rather than %A and %BAlan Modra
2018-02-16Remove bfd stub function casts.Alan Modra
2018-01-03Update year range in copyright notice of binutils filesAlan Modra
2017-12-15Update documentation regarding the bfd returned by bfd_openr_next_archived_fileNick Clifton
2017-12-06BFD whitespace fixesAlan Modra
2017-10-25Allow for __gnu_lto_slim prefixed with extra "_"Alan Modra
2017-10-05bfd_set_input_errorPedro Alves
2017-09-15Error when 32-bit ar tries to handle 4G or larger filesAlan Modra
2017-07-19Fix use-after-free error when parsing a corrupt nested archive.Nick Clifton
2017-04-13Use %A and %B in more error messagesAlan Modra
2017-02-17bfd: Rename bsd_write_armap and coff_write_armapPedro Alves