gdb: add target_ops::supports_displaced_step
[deliverable/binutils-gdb.git] / bfd / peXXigen.c
2020-05-21  Alan ModraReplace "if (x) free (x)" with "free (x)", bfd
2020-04-15  Alan ModraPR25823, Use after free in bfd_hash_lookup
2020-03-30  Nick CliftonFix objcopy's --preserve-dates command line option...
2020-02-19  Alan Modrabfd_size_type to size_t
2020-01-30  Jon TurneyIdentify reproducible builds in 'objdump -p' output...
2020-01-30  Jon TurneyAdd some new PE_IMAGE_DEBUG_TYPE values
2020-01-30  Jon TurneyBugfixes for pe_print_debugdata()
2020-01-01  Alan ModraUpdate year range in copyright notice of binutils files
2019-12-05  Nick CliftonFix a problem computing the size fields in the PE forma...
2019-10-29  Andrew EikumWhen copying pe format files, copy the dos_message...
2019-10-14  Alan ModraPR24955, libbfd terminating program on out of memory...
2019-07-23  Omar MajidAllow objdump to recognise the System.Runtime.dll files...
2019-03-01  Alan ModraPR24272, out-of-bounds read in pex64_xdata_print_uwd_codes
2019-01-01  Alan ModraUpdate year range in copyright notice of binutils files
2018-11-09  Bernhard M. WiedemannCorrect comment concerning PE timestamp insertion.
2018-10-16  Alan ModraSimplify PR23110 PE_DEBUG_DATA size checks
2018-10-16  Alan ModraPR23781, _bfd_pe_bfd_copy_private_bfd_data_common memor...
2018-09-20  Alan ModraPR23685, buffer overflow
2018-05-09  Alan ModraPR23148, Heap buffer overflow in pe_print_edata
2018-05-09  Alan ModraPR23147, Heap buffer overflow in pe_print_idata
2018-05-07  Alan ModraReplace uses of strncmp with memcmp
2018-05-04  Alan Modra-Wstringop-truncation warnings
2018-04-24  Nick CliftonFix an illegal memory access when copying a PE format...
2018-02-25  Alan ModraAOUT/COFF/PE messages
2018-02-19  Alan Modra%L conversions
2018-02-19  Alan ModraUse %pA and %pB in messages rather than %A and %B
2018-02-12  Zebediah FiguraAdd support for reading msdos MZ executables.
2018-01-03  Alan ModraUpdate year range in copyright notice of binutils files
2017-12-06  Alan ModraBFD whitespace fixes
2017-09-14  Nick CliftonFix address violation when parsing a corrupt PE binary.
2017-07-12  Alan Modrabfd_error_handler bfd_vma and bfd_size_type args
2017-06-06  Daniel Bonniot de... Handle printing information about PE format files which...
2017-05-18  Alan ModraDon't compare boolean values against TRUE or FALSE
2017-04-19  Wedson Almeida FilhoCorrect PE reloc display
2017-04-13  Alan ModraUse %A and %B in more error messages
2017-04-04  Jon TurneyUse symbolic constants instead of magic numbers with...
2017-01-02  Alan ModraUpdate year range in copyright notice of all files.
2016-11-25  Jon TurneyPrevent problems with section alignment by not shrinkin...
2016-10-19  Nick CliftonAdd c-format tags to translatable strings with more...
2016-09-30  Alan ModraRemove syntactic sugar
2016-09-27  Nick CliftonEnsure that the timestamp in PE/COFF headers is always...
2016-03-22  Nick CliftonFix possible unbounded stack use in peXXigen.c
2016-01-18  Nick CliftonUse a 32-bit value to hold the section number in the...
2016-01-01  Alan ModraCopyright update for binutils
2015-08-18  H.J. LuAdd output_type to bfd_link_info
2015-08-12  H.J. LuRemove trailing spaces in bfd
2015-06-15  Jon TurneyAllow gdb to find debug symbols file by build-id for...
2015-05-06  Toni SpetsSkip discarded resource sections when building a PE...
2015-02-26  Nick CliftonFixes illegal memory access errors and arithmetic overf...
2015-02-24  Nick CliftonFixes compiling peXXigen under MAC OS/X where the wcsnc...
2015-02-10  Nick CliftonFix memory access violations triggered by running objdu...
2015-02-06  Nick CliftonFixes illegal memory accesses triggereb by running...
2015-02-03  Nick CliftonMore fixes for illegal memory accesses triggered by...
2015-01-21  Nick CliftonFix memory access violations triggered by running strip...
2015-01-08  Nick CliftonFix memory access violations exposed by running strip...
2015-01-01  Alan ModraChangeLog rotatation and copyright year update
2014-11-18  Nick CliftonMore fixes for illegal memory accesses exposed by fuzze...
2014-11-12  Nick CliftonFix more memory faults uncovered by fuzzing various...
2014-11-11  Nick CliftonMore fixes for invalid memory accesses, uncovered by...
2014-11-10  Nick CliftonMore fixes for problems exposed by valgrind and the...
2014-11-08  Alan ModraCorrect buffer overrun test
2014-11-07  H.J. LuCast to unsigned long in range checks
2014-11-05  Nick CliftonMore fixes for memory problems uncovered by file fuzzers.
2014-11-05  Nick CliftonMore fixes for processing corrupt files.
2014-11-03  Nick CliftonMore fixes for buffer overruns instigated by corrupt...
2014-10-28  Nick CliftonMore fixes for corrupt binaries crashing the binutils.
2014-10-28  Nick CliftonThis patch fixes a flaw in the SREC parser which could...
2014-10-27  Nick CliftonThis fixes more seg-faults in tools like "strings"...
2014-10-27  Nick CliftonFix a seg-fault in strings and other binutuils when...
2014-08-14  Alan ModraFix for objdump segfault on broken PE executable
2014-06-13  Alan ModraMake bfd.link_next field a union
2014-06-03  Nick CliftonThis is to fix a further problem with merging resource...
2014-05-16  Jon TurneyThis fixes a few issues with pe/coff build-ids that...
2014-04-28  Nick CliftonThis patch reworks the fix to avoid a compile time...
2014-04-25  Nick CliftonThis fixes a compile time warning which is being treate...
2014-04-24  Nick Clifton * peXXigen.c (rsrc_print_section): Fix compile time...
2014-04-24  Nick CliftonFix PE/COFF resource merging problems. There were...
2014-04-22  Nick CliftonAnother fix for building on a 32-bit host.
2014-04-22  Yuanhui ZhangFix build problem on 32-bit hosts with the recent patch...
2014-04-11  Nick CliftonPE32+ binaries that use addresses > 1^32 have a problem...
2014-04-08  Jon TURNEYAdd support for generating and inserting build IDs...
2014-04-03  Jon Turney * peXXigen.c (pe_print_edata): Verify edt.name lies...
2014-03-19  Nick CliftonImprove .rsrc section merging again. This time with...
2014-03-19  Nick CliftonImprove .rsrc section merging with better handling...
2014-03-05  Alan ModraUpdate copyright years
2013-12-30  Ilya Tocar * peXXigen.c (rsrc_process_section): Use ptrdiff_t...
2013-12-19  Pierre Muller * Fix indentation issue and reorganize last commit...
2013-12-19  Pierre Muller * peXXigen.c (u16_mbtouc): Avoid unused function...
2013-12-18  Nick Clifton * peXXigen.c (rsrc_print_section): Use ptrdiff_t as...
2013-12-17  H.J. LuRename index to indx
2013-12-17  Nick Clifton * peXXigen.c: Include wchar.h if available.
2013-12-03  Nick Clifton * peXXigen.c (pe_print_resource_entries): New function...
2013-11-22  Cory Fields * windres.c (define_resource): Use zero for timestamp...
2013-03-21  Kai Tietz * coffgen.c (coff_real_object_p): Make global.
2013-01-10  H.J. LuRemove trailing white spaces in bfd
2012-10-18  Kai TietzChangeLog bfd
2011-04-09  Kai Tietz2011-04-09 Kai Tietz <ktietz@redhat.com>
2010-12-21  Kai Tietz2010-12-21 Kai Tietz <kai.tietz@onevision.com>
2010-12-21  Pierre Muller * peXXigen.c (_bfd_XXi_final_link_postscript): Use...
2010-09-22  Kai Tietz2010-09-22 Kai Tietz <kai.tietz@onevision.com>
next
This page took 0.756912 seconds and 106 git commands to generate.