aboutsummaryrefslogtreecommitdiff
path: root/bfd/elfcore.h
AgeCommit message (Expand)AuthorFilesLines
2024-01-04Update year range in copyright notice of binutils filesAlan Modra1-1/+1
2023-08-09Rename bfd_bread and bfd_bwriteAlan Modra1-10/+10
2023-01-01Update year range in copyright notice of binutils filesAlan Modra1-1/+1
2022-06-16Revert "Revert "Fix fbsd core matching""Alan Modra1-30/+10
2022-06-14Revert "Fix fbsd core matching"Tom de Vries1-10/+30
2022-06-14Fix fbsd core matchingAlan Modra1-30/+10
2022-01-02Update year range in copyright notice of binutils filesAlan Modra1-1/+1
2021-10-29ELF core file size checksAlan Modra1-23/+16
2021-03-31Use bool in bfdAlan Modra1-8/+8
2021-03-26Save/restore file offset while reading notes in core fileKeith Seitz1-0/+7
2021-01-01Update year range in copyright notice of binutils filesAlan Modra1-1/+1
2020-05-19Use bfd_get_filename throughout bfdAlan Modra1-2/+2
2020-03-02bfd_cleanup for object_pAlan Modra1-2/+2
2020-02-26Indent labelsAlan Modra1-4/+4
2020-02-19_bfd_mul_overflowAlan Modra1-2/+7
2020-01-01Update year range in copyright notice of binutils filesAlan Modra1-1/+1
2019-10-30Add the ability to the BFD library to read build-ids from core flies.Keith Seitz1-0/+106
2019-09-18Don't use bfd_get_* macro to set bfd fieldsAlan Modra1-1/+1
2019-01-01Update year range in copyright notice of binutils filesAlan Modra1-1/+1
2018-02-19Don't use %llAlan Modra1-2/+2
2018-02-19%L conversionsAlan Modra1-2/+2
2018-02-19Use %pA and %pB in messages rather than %A and %BAlan Modra1-1/+1
2018-01-03Update year range in copyright notice of binutils filesAlan Modra1-1/+1
2017-12-06BFD whitespace fixesAlan Modra1-2/+2
2017-07-12bfd_error_handler bfd_vma and bfd_size_type argsAlan Modra1-3/+3
2017-01-02Update year range in copyright notice of all files.Alan Modra1-1/+1
2016-10-19Add c-format tags to translatable strings with more than one argument-using f...Nick Clifton1-0/+1
2016-09-30Remove syntactic sugarAlan Modra1-1/+1
2016-01-01Copyright update for binutilsAlan Modra1-1/+1
2015-10-15Use the file_ptr type when calling bfd_seek.Riku Voipio1-10/+5
2015-01-02ChangeLog rotatation and copyright year updateAlan Modra1-1/+1
2014-03-05Update copyright yearsAlan Modra1-2/+1
2013-02-21 * elf-bfd.h (struct core_elf_obj_tdata): New.Alan Modra1-4/+4
2013-01-26 * bfd.c (struct bfd_preserve, bfd_preserve_save, bfd_preserve_restore,Alan Modra1-21/+0
2013-01-10Remove trailing white spaces in bfdH.J. Lu1-2/+2
2010-08-182010-08-18 Pedro Alves <pedro@codesourcery.com>Pedro Alves1-0/+6
2010-01-19 * elfcode.h (elf_swap_ehdr_out): Handle e_phnum > 0xffff.Alan Modra1-1/+56
2009-09-09 Updated soruces in bfd/* to compile cleanly with -Wc++-compat.Nick Clifton1-1/+1
2008-08-01 * elfcore.h (elf_core_file_p): Ensure we have a backend matchAlan Modra1-0/+2
2008-05-10 * elfcore.h (elf_core_file_p): Warn about core truncation.Alan Modra1-2/+28
2007-08-042007-08-04 H.J. Lu <hongjiu.lu@intel.com>H.J. Lu1-1/+1
2007-07-03Switch sources over to use the GPL version 3Nick Clifton1-3/+4
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-1/+1
2005-02-14(elf_core_file_p): Move the call to elf_backend_object_p to allow the correctNick Clifton1-11/+12
2003-08-07 * elfxx-target.h: Remove PTR cast.Alan Modra1-3/+3
2003-08-04 * elfcode.h: Convert to C90, remove unneeded casts and prototypes.Alan Modra1-15/+8
2003-07-08 * elfcode.h (elf_object_p): Allocate tdata via _bfd_set_format.Alan Modra1-6/+4
2003-02-14(elf_core_file_p): Compare alternate machine codes for ELF backends whenNick Clifton1-33/+32