summaryrefslogtreecommitdiff
path: root/bfd/archive.c
Commit message (Expand)AuthorAgeFilesLines
* Update year range in copyright notice of binutils filesAlan Modra2021-01-011-1/+1
* Remove some static buffersAlan Modra2020-12-181-2/+2
* Fix Windows-x-PPC buildTom Tromey2020-11-111-8/+0
* xcoff dependency list for static librariesAlan Modra2020-11-091-1/+1
* Replace "if (x) free (x)" with "free (x)", bfdAlan Modra2020-05-211-12/+6
* PR25993, read of freed memoryAlan Modra2020-05-201-2/+1
* Use bfd_get_filename throughout bfdAlan Modra2020-05-191-18/+20
* Overlarge allocation in _bfd_generic_read_ar_hdr_magAlan Modra2020-03-241-3/+12
* bfd_cleanup for object_pAlan Modra2020-03-021-2/+2
* Archive sanity checksAlan Modra2020-02-261-68/+88
* Indent labelsAlan Modra2020-02-261-1/+1
* _bfd_alloc_and_readAlan Modra2020-02-191-12/+9
* Miscellaneous memory alloc related fixesAlan Modra2020-02-191-5/+1
* bfd_size_type to size_tAlan Modra2020-02-191-5/+5
* Update year range in copyright notice of binutils filesAlan Modra2020-01-011-1/+1
* archive.c bfd_zallocAlan Modra2019-12-301-25/+21
* ar P supportAlan Modra2019-10-211-4/+9
* bfd macro conversion to inline functionsAlan Modra2019-09-201-1/+1
* Don't use bfd_get_* macro to set bfd fieldsAlan Modra2019-09-181-3/+3
* PR24955, libbfd terminating program on out of memoryAlan Modra2019-09-051-1/+5
* Copy BFD_COMPRESS/BFD_DECOMPRESS/BFD_COMPRESS_GABI for thin archiveH.J. Lu2019-08-301-0/+7
* PR24891, objdump memory leaks when parsing malformed archiveAlan Modra2019-08-291-3/+7
* Support .gnu.lto_.lto section in ELF files (PR 24768).Martin Liska2019-07-291-4/+17
* PR24236, Heap buffer overflow in _bfd_archive_64_bit_slurp_armapAlan Modra2019-02-201-10/+7
* Update year range in copyright notice of binutils filesAlan Modra2019-01-011-1/+1
* Allow BFD to recognize macOS universal librariesTom Tromey2018-07-021-19/+25
* Remove m68k-aout and m68k-coff supportAlan Modra2018-04-161-109/+0
* Remove i860, i960, bout and aout-adobe targetsAlan Modra2018-04-111-16/+0
* BFD messagesAlan Modra2018-02-261-1/+1
* Use %pA and %pB in messages rather than %A and %BAlan Modra2018-02-191-1/+1
* Remove bfd stub function casts.Alan Modra2018-02-161-0/+47
* Update year range in copyright notice of binutils filesAlan Modra2018-01-031-1/+1
* Update documentation regarding the bfd returned by bfd_openr_next_archived_fileNick Clifton2017-12-151-4/+5
* BFD whitespace fixesAlan Modra2017-12-061-11/+11
* Allow for __gnu_lto_slim prefixed with extra "_"Alan Modra2017-10-251-1/+5
* bfd_set_input_errorPedro Alves2017-10-051-1/+1
* Error when 32-bit ar tries to handle 4G or larger filesAlan Modra2017-09-151-0/+6
* Fix use-after-free error when parsing a corrupt nested archive.Nick Clifton2017-07-191-1/+6
* Use %A and %B in more error messagesAlan Modra2017-04-131-2/+2
* bfd: Rename bsd_write_armap and coff_write_armapPedro Alves2017-02-171-10/+10
* Update year range in copyright notice of all files.Alan Modra2017-01-021-1/+1
* Remove syntactic sugarAlan Modra2016-09-301-2/+2
* Set my_archive for thin archivesAlan Modra2016-06-141-0/+1
* Enable 64-bit archives in ar and ranlibH.J. Lu2016-05-251-11/+81
* Allow zero length archive elements.Nick Clifton2016-03-071-1/+1
* Copyright update for binutilsAlan Modra2016-01-011-1/+1
* Prevent looping in archivesAlan Modra2015-11-181-8/+16
* Copy is_linker_input to archive memberH.J. Lu2015-04-241-0/+3
* Add SHF_COMPRESSED support to gas and objcopyH.J. Lu2015-04-081-2/+4
* PR ld/17973 LTO file symsAlan Modra2015-02-141-35/+49