aboutsummaryrefslogtreecommitdiff
path: root/bfd/format.c
AgeCommit message (Expand)AuthorFilesLines
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
2005-10-05 * archive.c: Add missing SUBSECTION for documentation.Bob Wilson1-0/+2
2005-05-17 * elf.c (_bfd_elf_write_object_contents): Check for non-NULLDaniel Jacobowitz1-0/+16
2005-05-04Update the address and phone number of the FSF organization in the GPL noticesNick Clifton1-1/+1
2005-05-04Update the FSF address in the copyright/GPL noticeNick Clifton1-1/+1
2005-03-03update copyright datesAlan Modra1-2/+2
2005-02-24 * coffcode.h (coff_sym_filepos): Remove GNU960 conditional code.Ben Elliston1-10/+0
2003-11-30 * ChangeLog: Fix typos.Kazu Hirata1-1/+1
2003-06-29Convert to C90 and a few tweaks.Alan Modra1-24/+16
2003-04-18Only check associated vector if the matching_vector has been created.Nick Clifton1-1/+3
2003-03-31Fix memory leaksNick Clifton1-2/+10
2003-02-14Change embedded documentation to use consistent indentation and to split upNick Clifton1-24/+26
2002-11-30s/boolean/bfd_boolean/ s/true/TRUE/ s/false/FALSE/. SimplifyAlan Modra1-22/+22
2002-11-05 * config.bfd (sh-*-linux*): Use bfd_elf*_sh64*lin_vec as sh64Alan Modra1-13/+41
2002-10-25 * aoutx.h (NAME(aout,swap_ext_reloc_in)): Cast bytes->r_index toDave Anglin1-2/+2
2002-06-25 * aout-adobe.c: Don't compare against "true" or "false.Alan Modra1-2/+2
2001-09-18Touches most files in bfd/, so likely will be blamed for everything..Alan Modra1-5/+6
2001-08-17 * coffcode.h (coff_write_object_contents): Add ATTRIBUTE_UNUSED toAlan Modra1-4/+2
2001-08-17 * bfd.c (enum bfd_error): Add bfd_error_wrong_object_format.Alan Modra1-31/+66
2001-03-08Update copyright noticesNick Clifton1-1/+2
2001-01-232001-01-23 Kazu Hirata <kazu@hxi.com>Kazu Hirata1-37/+35