aboutsummaryrefslogtreecommitdiff
path: root/bfd/archive.c
AgeCommit message (Expand)AuthorFilesLines
2021-03-31Use bool in bfdAlan Modra1-125/+125
2021-03-22Add startswith function and use it instead of CONST_STRNEQ.Martin Liska1-9/+9
2021-01-01Update year range in copyright notice of binutils filesAlan Modra1-1/+1
2020-12-18Remove some static buffersAlan Modra1-2/+2
2020-11-11Fix Windows-x-PPC buildTom Tromey1-8/+0
2020-11-09xcoff dependency list for static librariesAlan Modra1-1/+1
2020-05-21Replace "if (x) free (x)" with "free (x)", bfdAlan Modra1-12/+6
2020-05-20PR25993, read of freed memoryAlan Modra1-2/+1
2020-05-19Use bfd_get_filename throughout bfdAlan Modra1-18/+20
2020-03-24Overlarge allocation in _bfd_generic_read_ar_hdr_magAlan Modra1-3/+12
2020-03-02bfd_cleanup for object_pAlan Modra1-2/+2
2020-02-26Archive sanity checksAlan Modra1-68/+88
2020-02-26Indent labelsAlan Modra1-1/+1
2020-02-19_bfd_alloc_and_readAlan Modra1-12/+9
2020-02-19Miscellaneous memory alloc related fixesAlan Modra1-5/+1
2020-02-19bfd_size_type to size_tAlan Modra1-5/+5
2020-01-01Update year range in copyright notice of binutils filesAlan Modra1-1/+1
2019-12-30archive.c bfd_zallocAlan Modra1-25/+21
2019-10-21ar P supportAlan Modra1-4/+9
2019-09-20bfd macro conversion to inline functionsAlan Modra1-1/+1
2019-09-18Don't use bfd_get_* macro to set bfd fieldsAlan Modra1-3/+3
2019-09-05PR24955, libbfd terminating program on out of memoryAlan Modra1-1/+5
2019-08-30Copy BFD_COMPRESS/BFD_DECOMPRESS/BFD_COMPRESS_GABI for thin archiveH.J. Lu1-0/+7
2019-08-29PR24891, objdump memory leaks when parsing malformed archiveAlan Modra1-3/+7
2019-07-29Support .gnu.lto_.lto section in ELF files (PR 24768).Martin Liska1-4/+17
2019-02-20PR24236, Heap buffer overflow in _bfd_archive_64_bit_slurp_armapAlan Modra1-10/+7
2019-01-01Update year range in copyright notice of binutils filesAlan Modra1-1/+1
2018-07-02Allow BFD to recognize macOS universal librariesTom Tromey1-19/+25
2018-04-16Remove m68k-aout and m68k-coff supportAlan Modra1-109/+0
2018-04-11Remove i860, i960, bout and aout-adobe targetsAlan Modra1-16/+0
2018-02-26BFD messagesAlan Modra1-1/+1
2018-02-19Use %pA and %pB in messages rather than %A and %BAlan Modra1-1/+1
2018-02-16Remove bfd stub function casts.Alan Modra1-0/+47
2018-01-03Update year range in copyright notice of binutils filesAlan Modra1-1/+1
2017-12-15Update documentation regarding the bfd returned by bfd_openr_next_archived_fileNick Clifton1-4/+5
2017-12-06BFD whitespace fixesAlan Modra1-11/+11
2017-10-25Allow for __gnu_lto_slim prefixed with extra "_"Alan Modra1-1/+5
2017-10-05bfd_set_input_errorPedro Alves1-1/+1
2017-09-15Error when 32-bit ar tries to handle 4G or larger filesAlan Modra1-0/+6
2017-07-19Fix use-after-free error when parsing a corrupt nested archive.Nick Clifton1-1/+6
2017-04-13Use %A and %B in more error messagesAlan Modra1-2/+2
2017-02-17bfd: Rename bsd_write_armap and coff_write_armapPedro Alves1-10/+10
2017-01-02Update year range in copyright notice of all files.Alan Modra1-1/+1
2016-09-30Remove syntactic sugarAlan Modra1-2/+2
2016-06-14Set my_archive for thin archivesAlan Modra1-0/+1
2016-05-25Enable 64-bit archives in ar and ranlibH.J. Lu1-11/+81
2016-03-07Allow zero length archive elements.Nick Clifton1-1/+1
2016-01-01Copyright update for binutilsAlan Modra1-1/+1
2015-11-18Prevent looping in archivesAlan Modra1-8/+16
2015-04-24Copy is_linker_input to archive memberH.J. Lu1-0/+3