From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 3530 invoked by alias); 11 Jun 2014 08:16:20 -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 3517 invoked by uid 89); 11 Jun 2014 08:16:19 -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,RCVD_IN_DNSWL_LOW,SPF_PASS autolearn=ham version=3.3.2 X-HELO: mail-ig0-f177.google.com Received: from mail-ig0-f177.google.com (HELO mail-ig0-f177.google.com) (209.85.213.177) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES128-SHA encrypted) ESMTPS; Wed, 11 Jun 2014 08:16:18 +0000 Received: by mail-ig0-f177.google.com with SMTP id l13so474936iga.4 for ; Wed, 11 Jun 2014 01:16:16 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:in-reply-to:references:date :message-id:subject:from:to:cc:content-type; bh=sTRNWhRlkArzAAXnFsCHIzD7BLepJk3usUFJf460OT0=; b=eyYIPl1QyTLEcN47BKgNq7Xve5LzqPVoK+6VE/OfyQ08BBcrlpB/r9rJcUnUXTdSJ3 80bJKI2wJnnF1HUg5mNQAuNzTsoH2jcCMfiooJHKdv8Fkhu3+ODcpn8Ze+qk4wlQaJn/ qLQubq1exbi9DAxajbppTkKx/0C7Au1voDiK4b7cC4D2wtCN9lCPZZZ7MfBmbqMgDNHu YT314mckAVLdSqNFdTTXyC5qre4DLpn3BBSKUBm0I+MVZW/aTpLuCyQmafI2Ynzg48Zw TY6H47OHKL0XpOPiwLz9Q7WEooXDcsdewJdReFsVmc1Z91WOkspqwilqDbgE1WZX+xbm Ac7w== X-Gm-Message-State: ALoCoQmSOwuYWS0/FKKmKlQTr5X8b/pVi25L8NXI9n3mFIb5R28OX/6zc3cPwN4MI0smie/tPQdB MIME-Version: 1.0 X-Received: by 10.50.148.101 with SMTP id tr5mr41725998igb.43.1402474576485; Wed, 11 Jun 2014 01:16:16 -0700 (PDT) Received: by 10.64.225.50 with HTTP; Wed, 11 Jun 2014 01:16:16 -0700 (PDT) In-Reply-To: <000b01cf8540$dafa6d80$90ef4880$@arm.com> References: <000b01cf8540$dafa6d80$90ef4880$@arm.com> Date: Wed, 11 Jun 2014 08:16:00 -0000 Message-ID: Subject: Re: [Patch]Clean up the XML files for ARM From: Will Newton To: Terry Guo Cc: "gdb-patches@sourceware.org" Content-Type: text/plain; charset=UTF-8 X-IsSubscribed: yes X-SW-Source: 2014-06/txt/msg00436.txt.bz2 On 11 June 2014 07:46, Terry Guo wrote: > Hi There, > > Under folder gdb/features we are having more and more ARM related XML files. > This patch intends to move those ARM XML files into a new folder named arm. > All the references to those files are now prefixed with folder name arm. > Please be noted that this doesn't include AArch64 XML files so far. Is it ok > to GDB trunk? > > BR, > Terry > > 2014-06-11 Terry Guo > > * features/arm-core.xml: Move to ... > * features/arm/arm-core.xml: ... here. > * features/arm-fpa.xml: Move to ... > * features/arm/arm-fpa.xml: ... here. > * features/arm-m-profile.xml: Move to ... > * features/arm/arm-m-profile.xml: ... here. > * features/arm-vfpv2.xml: Move to ... > * features/arm/arm-vfpv2.xml: ... here. > * features/arm-vfpv3.xml: Move to ... > * features/arm/arm-vfpv3.xml: ... here. > * features/arm-with-iwmmxt.xml: Move to ... > * features/arm/arm-with-iwmmxt.xml: ... here. > * features/arm-with-iwmmxt.c: Move to ... > * features/arm/arm-with-iwmmxt.c: ... here. > * features/arm-with-m.xml: Move to ... > * features/arm/arm-with-m.xml: ... here. > * features/arm-with-m.c: Move to ... > * features/arm/arm-with-m.c: ... here. > * features/arm-with-m-fpa-layout.xml: Move to ... > * features/arm/arm-with-m-fpa-layout.xml: ... here. > * features/arm-with-m-fpa-layout.c: Move to ... > * features/arm/arm-with-m-fpa-layout.c: ... here. > * features/arm-with-m-vfp-d16.xml: Move to ... > * features/arm/arm-with-m-vfp-d16.xml: ... here. > * features/arm-with-m-vfp-d16.c: Move to ... > * features/arm/arm-with-m-vfp-d16.c: ... here. > * features/arm-with-neon.xml: Move to ... > * features/arm/arm-with-neon.xml: ... here. > * features/arm-with-neon.c: Move to ... > * features/arm/arm-with-neon.c: ... here. > * features/arm-with-vfpv2.xml: Move to ... > * features/arm/arm-with-vfpv2.xml: ... here. > * features/arm-with-vfpv2.c: Move to ... > * features/arm/arm-with-vfpv2.c: ... here. > * features/arm-with-vfpv3.xml: Move to ... > * features/arm/arm-with-vfpv3.xml: ... here. > * features/arm-with-vfpv3.c: Move to ... > * features/arm/arm-with-vfpv3.c: ... here. > * features/Makefile: Use new paths to refer ARM files. > * arm-tdep.c: Use new paths to include files. It seems like we have duplicate "arm" in some of the names now, it might be a good cleanup to rename, e.g.: features/arm/arm-vfpv3.xml -> features/arm/vfpv3.xml > gdb/gdbserver/ChangeLog: > > 2014-06-11 Terry Guo > > * configure.srv: Use new paths to refer ARM XML files. -- Will Newton Toolchain Working Group, Linaro