From 1957ab1030b40939544c88c1c4eb1b8a62bd0b5d Mon Sep 17 00:00:00 2001 From: Jon Turney Date: Wed, 15 Jan 2020 18:50:31 +0000 Subject: Add some new PE_IMAGE_DEBUG_TYPE values IMAGE_DEBUG_TYPE_REPRO is defined in the latest version of the PE specification [1]. The others are defined in Windows SDK headers and/or reported by DUMPBIN. [1] https://docs.microsoft.com/en-us/windows/win32/debug/pe-format bfd/ChangeLog: 2020-01-16 Jon Turney * peXXigen.c (debug_type_names): Add names for new debug data type values. include/ChangeLog: 2020-01-16 Jon Turney * coff/internal.h (PE_IMAGE_DEBUG_TYPE_VC_FEATURE) (PE_IMAGE_DEBUG_TYPE_POGO, PE_IMAGE_DEBUG_TYPE_ILTCG) (PE_IMAGE_DEBUG_TYPE_MPX, PE_IMAGE_DEBUG_TYPE_REPRO): Add. --- bfd/ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'bfd/ChangeLog') diff --git a/bfd/ChangeLog b/bfd/ChangeLog index 58af683..43f99b3 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,5 +1,10 @@ 2020-01-16 Jon Turney + * peXXigen.c (debug_type_names): Add names for new debug data type + values. + +2020-01-16 Jon Turney + * peXXigen.c (pe_print_debugdata): Fix the iteration variable for inner loop. Fix a memory leak. -- cgit v1.1