aboutsummaryrefslogtreecommitdiff
path: root/bfd/archive.c
AgeCommit message (Expand)AuthorFilesLines
2024-03-26Don't claim a fat IR object if no IR object should be claimedH.J. Lu1-1/+2
2024-01-04Update year range in copyright notice of binutils filesAlan Modra1-1/+1
2023-09-26Allow the use of SOURCE_DATE_EPOCH in the timestamps for members of static ar...Nick Clifton1-4/+26
2023-08-31DEFAULT_BUFFERSIZEAlan Modra1-1/+1
2023-08-09Rename bfd_bread and bfd_bwriteAlan Modra1-36/+36
2023-05-03Make ar fasterOleg Tolmatcev1-5/+16
2023-05-03Generated docs and include filesAlan Modra1-0/+31
2023-04-21Delete struct artdata archive_headAlan Modra1-19/+1
2023-01-01Update year range in copyright notice of binutils filesAlan Modra1-1/+1
2022-08-04Don't use BFD_VMA_FMT in binutilsAlan Modra1-3/+3
2022-03-01Revert "Check thin archive element file size against archive header"Alan Modra1-11/+1
2022-01-18Check thin archive element file size against archive headerAlan Modra1-1/+11
2022-01-04ld: Improve thin archive member error messageH.J. Lu1-6/+26
2022-01-02Update year range in copyright notice of binutils filesAlan Modra1-1/+1
2021-10-19Fix a potential illegal memory access when testing for a special LTO symbol n...Nick Clifton1-1/+2
2021-09-15PR28328, dlltool iceAlan Modra1-1/+1
2021-07-26bfd: Set error to bfd_error_malformed_archive only if unsetH.J. Lu1-1/+2
2021-07-05ld: Cache and reuse the IR archive file descriptorH.J. Lu1-0/+4
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