From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 19069 invoked by alias); 17 Mar 2015 12:56:21 -0000 Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org Received: (qmail 19060 invoked by uid 89); 17 Mar 2015 12:56:21 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.4 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_LOW autolearn=ham version=3.3.2 X-HELO: out3-smtp.messagingengine.com Received: from out3-smtp.messagingengine.com (HELO out3-smtp.messagingengine.com) (66.111.4.27) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES256-GCM-SHA384 encrypted) ESMTPS; Tue, 17 Mar 2015 12:56:19 +0000 Received: from compute2.internal (compute2.nyi.internal [10.202.2.42]) by mailout.nyi.internal (Postfix) with ESMTP id D57AC207DE for ; Tue, 17 Mar 2015 08:56:15 -0400 (EDT) Received: from frontend1 ([10.202.2.160]) by compute2.internal (MEProxy); Tue, 17 Mar 2015 08:56:17 -0400 Received: from [192.168.1.102] (unknown [31.51.206.246]) by mail.messagingengine.com (Postfix) with ESMTPA id 75406C002A5; Tue, 17 Mar 2015 08:56:17 -0400 (EDT) Message-ID: <55082466.3010702@dronecode.org.uk> Date: Tue, 17 Mar 2015 12:56:00 -0000 From: Jon TURNEY User-Agent: Mozilla/5.0 (Windows NT 6.3; WOW64; rv:31.0) Gecko/20100101 Thunderbird/31.5.0 MIME-Version: 1.0 To: Eli Zaretskii CC: gdb-patches@sourceware.org Subject: Re: [PATCH] Find debug symbols file by buildid for coff file format also References: <1426520230-18940-1-git-send-email-jon.turney@dronecode.org.uk> <831tko29ct.fsf@gnu.org> In-Reply-To: <831tko29ct.fsf@gnu.org> Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit X-SW-Source: 2015-03/txt/msg00483.txt.bz2 On 16/03/2015 16:30, Eli Zaretskii wrote: [...] >> >> gdb/doc/ChangeLog: >> >> 2015-03-14 Jon TURNEY >> >> * gdb.texinfo (Separate Debug Files): Document that COFF is also >> supported. > > The gdb.texinfo part is OK, except that AFAIK PE is not the same as > COFF, so I suggest to amend the ChangeLog entry above. Yes, this should say PE in the ChangeLog (and subject).