From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 96411 invoked by alias); 28 Jan 2020 22:12:00 -0000 Mailing-List: contact binutils-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: binutils-owner@sourceware.org Received: (qmail 96393 invoked by uid 89); 28 Jan 2020 22:12:00 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-10.9 required=5.0 tests=AWL,BAYES_00,FREEMAIL_FROM,RCVD_IN_DNSWL_NONE,SPF_PASS autolearn=ham version=3.3.1 spammy=HX-HELO:sk:mail-pg, sk:jontur, U*jon.turney, sk:jon.tur X-HELO: mail-pg1-f182.google.com Received: from mail-pg1-f182.google.com (HELO mail-pg1-f182.google.com) (209.85.215.182) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Tue, 28 Jan 2020 22:11:58 +0000 Received: by mail-pg1-f182.google.com with SMTP id z124so7718110pgb.13 for ; Tue, 28 Jan 2020 14:11:58 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=date:from:to:cc:subject:message-id:references:mime-version :content-disposition:in-reply-to:user-agent; bh=+XFZs7fpx9zFjvzC248Ujb6E9ZEVwY+Z/4L0C5EkNLc=; b=ZyasmK+vO3fSfmh82BS9gGUf/nbhqgZNSVa7RH1mTeG/4Uy2+XsAGlCCBfqSJINdA1 16EcN0mwlPX5Tx2eJK9V5EZzkoExDAouDhXHzQlpFVG/UUMCQAbF93wBy63mDVp90w7S NA6TAHJosPvYOn+56yiQHdD54Lb0mBDzmfzfKiKPNsxm6BZPx1KClac3yc0whCvjKSXk 3JYToyNXnHuJjhjWtOVQw+Kp+q2IPprRoN5XRZ/cHCkFMnWVs60kAOS9n6fQsL5xrPsn 4HszLBqkS34NR8oQtL+rI6W3D2n5LSdctgRLipgCQU9E9+mI1SHtXclXs41ElcyDv9Bq 3yyQ== Return-Path: Received: from bubble.grove.modra.org (158.106.96.58.static.exetel.com.au. [58.96.106.158]) by smtp.gmail.com with ESMTPSA id k21sm78017pgt.22.2020.01.28.14.11.55 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Tue, 28 Jan 2020 14:11:56 -0800 (PST) Received: by bubble.grove.modra.org (Postfix, from userid 1000) id 5FDC580599; Wed, 29 Jan 2020 08:41:52 +1030 (ACDT) Date: Tue, 28 Jan 2020 22:12:00 -0000 From: Alan Modra To: Jon Turney Cc: binutils@sourceware.org Subject: Re: [PATCH 2/3] Add some new PE_IMAGE_DEBUG_TYPE values Message-ID: <20200128221152.GA4433@bubble.grove.modra.org> References: <20200121155212.12686-1-jon.turney@dronecode.org.uk> <20200121155212.12686-3-jon.turney@dronecode.org.uk> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20200121155212.12686-3-jon.turney@dronecode.org.uk> User-Agent: Mutt/1.9.4 (2018-02-28) X-IsSubscribed: yes X-SW-Source: 2020-01/txt/msg00410.txt.bz2 On Tue, Jan 21, 2020 at 03:52:11PM +0000, Jon Turney wrote: > 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. OK. -- Alan Modra Australia Development Lab, IBM