From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 26793 invoked by alias); 20 Jun 2014 05:03:15 -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 26783 invoked by uid 89); 20 Jun 2014 05:03:14 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.0 required=5.0 tests=AWL,BAYES_00 autolearn=ham version=3.3.2 X-HELO: relay1.mentorg.com Received: from relay1.mentorg.com (HELO relay1.mentorg.com) (192.94.38.131) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Fri, 20 Jun 2014 05:03:13 +0000 Received: from svr-orw-exc-10.mgc.mentorg.com ([147.34.98.58]) by relay1.mentorg.com with esmtp id 1Wxqyj-0003cI-9q from Luis_Gustavo@mentor.com ; Thu, 19 Jun 2014 22:03:09 -0700 Received: from SVR-ORW-FEM-04.mgc.mentorg.com ([147.34.97.41]) by SVR-ORW-EXC-10.mgc.mentorg.com with Microsoft SMTPSVC(6.0.3790.4675); Thu, 19 Jun 2014 22:03:09 -0700 Received: from [172.30.72.188] (147.34.91.1) by svr-orw-fem-04.mgc.mentorg.com (147.34.97.41) with Microsoft SMTP Server id 14.2.247.3; Thu, 19 Jun 2014 22:02:59 -0700 Message-ID: <53A3C087.8090506@mentor.com> Date: Fri, 20 Jun 2014 05:03:00 -0000 From: Luis Gustavo Reply-To: "Gustavo, Luis" User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:24.0) Gecko/20100101 Thunderbird/24.2.0 MIME-Version: 1.0 To: Terry Guo , 'Will Newton' CC: , Subject: Re: [Patch]Clean up the XML files for ARM References: <000b01cf8540$dafa6d80$90ef4880$@arm.com> <001701cf8555$40925540$c1b6ffc0$@arm.com> <53983C82.4040208@codesourcery.com> <001801cf85ef$f9decd40$ed9c67c0$@arm.com> <000001cf8908$49f991f0$ddecb5d0$@arm.com> <001501cf8c34$7336e840$59a4b8c0$@arm.com> In-Reply-To: <001501cf8c34$7336e840$59a4b8c0$@arm.com> Content-Type: text/plain; charset="UTF-8"; format=flowed Content-Transfer-Encoding: 7bit X-IsSubscribed: yes X-SW-Source: 2014-06/txt/msg00722.txt.bz2 On 06/20/2014 04:05 AM, Terry Guo wrote: > > >>> Hi, >>> >>> Attachment is an updated patch with the removal of arm in filename. There >> is also a change to gdb regression test case. Is this one OK? >>> >>> BR, >>> Terry >>> >>> Updated ChangeLog: >>> >>> >>> 2014-06-16 Terry Guo >>> >>> * features/arm-core.xml: Move to ... >>> * features/arm/core.xml: ... here. >>> * features/arm-fpa.xml: Move to ... >>> * features/arm/fpa.xml: ... here. >>> * features/arm-m-profile.xml: Move to ... >>> * features/arm/m-profile.xml: ... here. >>> * features/arm-vfpv2.xml: Move to ... >>> * features/arm/vfpv2.xml: ... here. >>> * features/arm-vfpv3.xml: Move to ... >>> * features/arm/vfpv3.xml: ... here. >>> * features/arm-with-iwmmxt.xml: Move to ... >>> * features/arm/with-iwmmxt.xml: ... here. >>> * features/arm-with-iwmmxt.c: Move to ... >>> * features/arm/with-iwmmxt.c: ... here. >>> * features/arm-with-m.xml: Move to ... >>> * features/arm/with-m.xml: ... here. >>> * features/arm-with-m.c: Move to ... >>> * features/arm/with-m.c: ... here. >>> * features/arm-with-m-fpa-layout.xml: Move to ... >>> * features/arm/with-m-fpa-layout.xml: ... here. >>> * features/arm-with-m-fpa-layout.c: Move to ... >>> * features/arm/with-m-fpa-layout.c: ... here. >>> * features/arm-with-m-vfp-d16.xml: Move to ... >>> * features/arm/with-m-vfp-d16.xml: ... here. >>> * features/arm-with-m-vfp-d16.c: Move to ... >>> * features/arm/with-m-vfp-d16.c: ... here. >>> * features/arm-with-neon.xml: Move to ... >>> * features/arm/with-neon.xml: ... here. >>> * features/arm-with-neon.c: Move to ... >>> * features/arm/with-neon.c: ... here. >>> * features/arm-with-vfpv2.xml: Move to ... >>> * features/arm/with-vfpv2.xml: ... here. >>> * features/arm-with-vfpv2.c: Move to ... >>> * features/arm/with-vfpv2.c: ... here. >>> * features/arm-with-vfpv3.xml: Move to ... >>> * features/arm/with-vfpv3.xml: ... here. >>> * features/arm-with-vfpv3.c: Move to ... >>> * features/arm/with-vfpv3.c: ... here. >>> * features/xscale-iwmmxt.xml: Move to ... >>> * features/arm/xscale-iwmmxt.xml: ... here. >>> * features/Makefile: Use new paths to refer ARM files. >>> * arm-tdep.c: Use new paths to include files. >>> >>> gdb/gdbserver/ChangeLog: >>> >>> 2014-06-16 Terry Guo >>> >>> * configure.srv: Use new paths to refer ARM XML files. >>> >>> 2014-06-16 Terry Guo >>> >>> * gdb.xml/tdesc-regs.exp (arm): Use new path to refer ARM XML file. >> >> This looks ok to me. >> >> -- >> Will Newton >> Toolchain Working Group, Linaro > > Sorry that I am still new to gdb community. Does this mean the approval of this patch? If not, do you know who should I ask to approve this patch? Thanks. > > BR, > Terry > > Not yet. One of the maintainers needs to approve it. Luis