From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 121690 invoked by alias); 8 Apr 2015 12:39:44 -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 121680 invoked by uid 89); 8 Apr 2015 12:39:44 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.5 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_NONE,SPF_SOFTFAIL autolearn=no version=3.3.2 X-HELO: mtaout23.012.net.il Received: from mtaout23.012.net.il (HELO mtaout23.012.net.il) (80.179.55.175) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Wed, 08 Apr 2015 12:39:42 +0000 Received: from conversion-daemon.a-mtaout23.012.net.il by a-mtaout23.012.net.il (HyperSendmail v2007.08) id <0NMH00B00MQ20B00@a-mtaout23.012.net.il> for gdb-patches@sourceware.org; Wed, 08 Apr 2015 15:39:40 +0300 (IDT) Received: from HOME-C4E4A596F7 ([87.69.4.28]) by a-mtaout23.012.net.il (HyperSendmail v2007.08) with ESMTPA id <0NMH00A4XN62YZ40@a-mtaout23.012.net.il>; Wed, 08 Apr 2015 15:39:38 +0300 (IDT) Date: Wed, 08 Apr 2015 12:39:00 -0000 From: Eli Zaretskii Subject: Re: [PATCH] Find debug symbols file by buildid for PE file format also In-reply-to: <55251C45.4070006@dronecode.org.uk> To: Jon TURNEY Cc: gdb-patches@sourceware.org Reply-to: Eli Zaretskii Message-id: <83a8yihjze.fsf@gnu.org> References: <1426520230-18940-1-git-send-email-jon.turney@dronecode.org.uk> <831tko29ct.fsf@gnu.org> <55082466.3010702@dronecode.org.uk> <55251C45.4070006@dronecode.org.uk> X-IsSubscribed: yes X-SW-Source: 2015-04/txt/msg00265.txt.bz2 > Date: Wed, 08 Apr 2015 13:17:09 +0100 > From: Jon TURNEY > > >>> 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). > > Updated patch attached. The documentation part is OK, thanks.