From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 27824 invoked by alias); 24 Jun 2013 12:40:14 -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 27797 invoked by uid 89); 24 Jun 2013 12:40:14 -0000 X-Spam-SWARE-Status: No, score=-4.7 required=5.0 tests=AWL,BAYES_00,KHOP_RCVD_UNTRUST,KHOP_THREADED,RCVD_IN_HOSTKARMA_W,RCVD_IN_HOSTKARMA_WL autolearn=ham version=3.3.1 Received: from relay1.mentorg.com (HELO relay1.mentorg.com) (192.94.38.131) by sourceware.org (qpsmtpd/0.84/v0.84-167-ge50287c) with ESMTP; Mon, 24 Jun 2013 12:40:13 +0000 Received: from svr-orw-exc-10.mgc.mentorg.com ([147.34.98.58]) by relay1.mentorg.com with esmtp id 1Ur643-0006i9-9r from Luis_Gustavo@mentor.com ; Mon, 24 Jun 2013 05:40:11 -0700 Received: from NA1-MAIL.mgc.mentorg.com ([147.34.98.181]) by SVR-ORW-EXC-10.mgc.mentorg.com with Microsoft SMTPSVC(6.0.3790.4675); Mon, 24 Jun 2013 05:40:11 -0700 Received: from [172.30.15.64] ([172.30.15.64]) by NA1-MAIL.mgc.mentorg.com with Microsoft SMTPSVC(6.0.3790.3959); Mon, 24 Jun 2013 05:40:10 -0700 Message-ID: <51C83E23.5000209@codesourcery.com> Date: Mon, 24 Jun 2013 12:56:00 -0000 From: Luis Machado Reply-To: lgustavo@codesourcery.com User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/20130329 Thunderbird/17.0.5 MIME-Version: 1.0 To: Nicolas Blanc CC: gdb-patches@sourceware.org Subject: Re: [PATCH v10 0/5] remove-symbol-file & add-symbol-file References: <1372062967-28510-1-git-send-email-nicolas.blanc@intel.com> In-Reply-To: <1372062967-28510-1-git-send-email-nicolas.blanc@intel.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-SW-Source: 2013-06/txt/msg00648.txt.bz2 Hi Nicolas, On 06/24/2013 05:36 AM, Nicolas Blanc wrote: > Hi Luis, > > I updated the patch and changed the identation of macro loops according > to your feedback. All formatting issues should be gone. > > Can you have a look again? The patch series look good to me. I don't have any more comments. It should be up to the global maintainers to OK it now. Thanks for working on this. Luis