aboutsummaryrefslogtreecommitdiff
path: root/bfd/format.c
AgeCommit message (Expand)AuthorFilesLines
2024-06-17Error messages emitted during bfd_check_format_matchesAlan Modra1-7/+27
2024-04-16Avoid cache race in bfd_check_format_matchesTom Tromey1-1/+15
2024-04-16Thread-safety improvements for bfd_check_format_matchesTom Tromey1-38/+33
2024-03-26Don't claim a fat IR object if no IR object should be claimedH.J. Lu1-1/+50
2024-03-09print cached error messages using _bfd_error_handlerAlan Modra1-8/+1
2024-01-04Update year range in copyright notice of binutils filesAlan Modra1-1/+1
2023-12-20Re: PR31145, potential memory leak in binutils/ldAlan Modra1-8/+7
2023-12-15PR31145, potential memory leak in binutils/ldAlan Modra1-1/+8
2023-08-09Rename bfd_bread and bfd_bwriteAlan Modra1-3/+3
2023-04-13Preserve a few more bfd fields in check_format_matchesAlan Modra1-2/+14
2023-04-13Re: pe_ILF_object_p and bfd_check_format_matchesAlan Modra1-15/+29
2023-04-12pe_ILF_object_p and bfd_check_format_matchesAlan Modra1-4/+22
2023-01-01Update year range in copyright notice of binutils filesAlan Modra1-1/+1
2022-12-17Re: The problem with warning in elf_object_pAlan Modra1-15/+70
2022-09-24The problem with warning in elf_object_pAlan Modra1-0/+16
2022-01-02Update year range in copyright notice of binutils filesAlan Modra1-1/+1
2021-10-07PR28422, build_id use-after-freeAlan Modra1-0/+1
2021-03-31Use bool in bfdAlan Modra1-17/+17
2021-01-01Update year range in copyright notice of binutils filesAlan Modra1-1/+1
2020-05-21Replace "if (x) free (x)" with "free (x)", bfdAlan Modra1-5/+3
2020-03-04Call cleanup on bfd_check_format_matches error exitAlan Modra1-0/+4
2020-03-03bfd_check_format_matches preserving matches vs. cleanupsAlan Modra1-5/+19
2020-03-02bfd_cleanup for object_pAlan Modra1-16/+18
2020-02-19bfd_size_type to size_tAlan Modra1-1/+1
2020-01-06bfd_check_format: ignore errors from coff_real_object_pAlan Modra1-8/+0
2020-01-04Release bfd_alloc memory in bfd_check_format_matchesAlan Modra1-13/+37
2020-01-01Update year range in copyright notice of binutils filesAlan Modra1-1/+1
2019-12-20bfd_check_format memory leakAlan Modra1-0/+2
2019-06-28Plugin target handlingAlan Modra1-1/+8
2019-01-01Update year range in copyright notice of binutils filesAlan Modra1-1/+1
2018-05-16PR22458, failure to choose a matching ELF targetAlan Modra1-9/+15
2018-01-03Update year range in copyright notice of binutils filesAlan Modra1-1/+1
2017-01-02Update year range in copyright notice of all files.Alan Modra1-1/+1
2016-09-14Prevent segfault in GDB when searching for architecture matches.Bhushan Attarde1-0/+3
2016-02-16Fix BFD format matching for x86_64-w64-mingw32 -m32 LTO.Joseph Myers1-2/+15
2016-01-01Copyright update for binutilsAlan Modra1-1/+1
2015-01-02ChangeLog rotatation and copyright year updateAlan Modra1-1/+1
2014-12-16Fix a memory access violation triggeed by a fuzzed binary.Nick Clifton1-1/+1
2014-03-05Update copyright yearsAlan Modra1-2/+1
2013-05-23 * format.c (bfd_check_format_matches): Don't match a target inAlan Modra1-1/+21
2013-01-28 * archive.c (bfd_generic_archive_p): Return target and keepAlan Modra1-38/+37
2013-01-26 * bfd.c (struct bfd_preserve, bfd_preserve_save, bfd_preserve_restore,Alan Modra1-17/+130
2011-06-06 * targets.c (bfd_target): Make ar_max_namelen an unsigned char.Alan Modra1-9/+31
2009-09-09 Updated soruces in bfd/* to compile cleanly with -Wc++-compat.Nick Clifton1-1/+1
2009-09-02update copyright datesAlan Modra1-1/+1
2008-01-21 PR 4453Alan Modra1-6/+7
2007-09-14 * format.c (bfd_check_format_matches): Record matching targets evenAlan Modra1-77/+35
2007-07-03Switch sources over to use the GPL version 3Nick Clifton1-2/+4
2007-04-26bfd/Alan Modra1-2/+2
2005-12-132005-12-13 H.J. Lu <hongjiu.lu@intel.com>H.J. Lu1-1/+3