aboutsummaryrefslogtreecommitdiff
path: root/bfd/pef.c
AgeCommit message (Expand)AuthorFilesLines
2024-04-11Remove bfdwin.cAlan Modra1-2/+0
2024-01-04Update year range in copyright notice of binutils filesAlan Modra1-1/+1
2023-08-11warn unused result for bfd IO functionsAlan Modra1-8/+6
2023-08-09Rename bfd_bread and bfd_bwriteAlan Modra1-3/+3
2023-01-01Update year range in copyright notice of binutils filesAlan Modra1-1/+1
2022-11-28asan: pef: buffer overflowAlan Modra1-1/+1
2022-10-29pef: sanity check before mallocAlan Modra1-5/+7
2022-09-06bfd: Add bfd_find_nearest_line_with_altAaron Merey1-0/+1
2022-01-02Update year range in copyright notice of binutils filesAlan Modra1-1/+1
2021-03-31Use bool in bfdAlan Modra1-2/+2
2021-03-22Add startswith function and use it instead of CONST_STRNEQ.Martin Liska1-1/+1
2021-01-07ELF: Don't generate unused section symbolsH.J. Lu1-0/+2
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-18/+8
2020-03-02bfd_cleanup for object_pAlan Modra1-4/+4
2020-02-19_bfd_alloc_and_readAlan Modra1-23/+17
2020-01-03Fix potential illegal memory access when parsing a corrupt PEF format file.Nick Clifton1-1/+1
2020-01-03Fix potential illegal memory access failures in the BFD library by ensuring t...Nick Clifton1-0/+11
2020-01-01Update year range in copyright notice of binutils filesAlan Modra1-1/+1
2019-10-14PR24955, libbfd terminating program on out of memory (part2)Alan Modra1-6/+7
2019-09-11Tidy ld/ldmisc.cAlan Modra1-0/+1
2019-01-01Update year range in copyright notice of binutils filesAlan Modra1-1/+1
2018-05-21ld: Hide symbols defined by HIDDEN/PROVIDE_HIDDENH.J. Lu1-0/+1
2018-02-16Remove bfd stub function casts.Alan Modra1-16/+15
2018-02-14Fix compilation of the BFD sub-directory with a gcc v8 compiler by adding ext...Nick Clifton1-1/+1
2018-02-13Fix compile time warning messages from gcc version 8 about cast between incom...Nick Clifton1-1/+2
2018-01-03Update year range in copyright notice of binutils filesAlan Modra1-1/+1
2017-12-06BFD whitespace fixesAlan Modra1-34/+34
2017-06-16Rewrite __start and __stop symbol handlingAlan Modra1-0/+1
2017-01-02Update year range in copyright notice of all files.Alan Modra1-1/+1
2016-09-30Remove syntactic sugarAlan Modra1-2/+2
2016-04-21Add support for non-ELF targets to check their relocs.Nick Clifton1-0/+1
2016-03-21Remove use of alloca.Nick Clifton1-1/+2
2016-01-01Copyright update for binutilsAlan Modra1-1/+1
2015-08-31More "Make asection->id and asection->index unsigned"Alan Modra1-1/+1
2015-01-02ChangeLog rotatation and copyright year updateAlan Modra1-1/+1
2014-11-25Use get_symbol_version_string in BFD_JUMP_TABLE_SYMBOLSH.J. Lu1-0/+1
2014-10-15Define bfd_find_line entry of BFD_JUMP_TABLE_SYMBOLS using NAME.Alan Modra1-0/+1
2014-06-13Don't call bfd_link_hash_table_freeAlan Modra1-1/+0
2014-03-05Update copyright yearsAlan Modra1-1/+1
2014-01-02 PR binutils/14289Asmwarrior1-4/+3
2013-01-26 * bfd.c (struct bfd_preserve, bfd_preserve_save, bfd_preserve_restore,Alan Modra1-19/+4
2012-07-13 * aix386-core.c: Remove use of PTR and PARAMS macros.Nick Clifton1-4/+3
2012-01-192012-01-19 Tristan Gingold <gingold@adacore.com>Tristan Gingold1-0/+4
2011-07-11include/ChangeLogCatherine Moore1-0/+1
2011-06-06 * targets.c (bfd_target): Make ar_max_namelen an unsigned char.Alan Modra1-0/+2
2011-01-14 * bfd.c (bfd_perror): Flush stdout before and stderr after printingAlan Modra1-4/+4
2009-12-11Add -Wshadow to the gcc command line options used when compiling the binutils.Nick Clifton1-10/+6
2009-11-232009-11-23 Paul Brook <paul@codesourcery.com>Paul Brook1-0/+2
2009-09-05 * bfd/coff-arm.c (coff_arm_relocate_section)Nick Clifton1-1/+1