From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 105247 invoked by alias); 5 Oct 2016 08:38:03 -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 105237 invoked by uid 89); 5 Oct 2016 08:38:02 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.5 required=5.0 tests=AWL,BAYES_00,FREEMAIL_FROM,RCVD_IN_DNSWL_NONE,RCVD_IN_SORBS_SPAM,SPF_PASS autolearn=no version=3.3.2 spammy=Hx-languages-length:197 X-HELO: mail-oi0-f43.google.com Received: from mail-oi0-f43.google.com (HELO mail-oi0-f43.google.com) (209.85.218.43) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Wed, 05 Oct 2016 08:38:01 +0000 Received: by mail-oi0-f43.google.com with SMTP id n132so198788900oih.1 for ; Wed, 05 Oct 2016 01:38:01 -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:from:date :message-id:subject:to:cc:content-transfer-encoding; bh=Pcgg5mca3fKY8/CYWVT3otCzMRv+ONEC0hJ9jLuEr9M=; b=mXORptKXMc4JUQ+r0TGHovhdgAq8fwvmqBmLgkdmBrdZrY3Vm8Un7CISjx7LwnaT9k IgvXd41GYSBGxV8TeqBIKnfMvmRn+lIjmhFVg81/7Y7F3TgHtxOhweIL+gmWRAW3759j 9MFj064i6Lpxns61mQAGmRjAcCpLtwuyR9CGaHt+e8EF9wmF2KGIOfemgMm23SVRhBqa lyb5r/4xPRtRo5MrBRWNwYdqcgQySn3VZeuMZ7VFaj2vHWIqvi2WjwLjAL2TACSZOb9Y L3LLCS9zGM8EgxWTPau9aJsdxtyJd+VvFZzuTv+YyuoAnbJZyPBgOZ4s9knwu3wfRQfT wkmA== X-Gm-Message-State: AA6/9Rkb++D5wY5F9dZ79pOIlR5CVxog85GG9HssInycC9jrvk5LUvfxXzUjCI5tNQxvnfaidQvhckiyQxcwLw== X-Received: by 10.202.85.78 with SMTP id j75mr7020436oib.0.1475656680386; Wed, 05 Oct 2016 01:38:00 -0700 (PDT) MIME-Version: 1.0 Received: by 10.202.221.3 with HTTP; Wed, 5 Oct 2016 01:37:59 -0700 (PDT) In-Reply-To: <80663567-2e96-6318-7c47-5585ea8d1a7d@redhat.com> References: <1475575894-27849-1-git-send-email-yao.qi@linaro.org> <80663567-2e96-6318-7c47-5585ea8d1a7d@redhat.com> From: Yao Qi Date: Wed, 05 Oct 2016 08:38:00 -0000 Message-ID: Subject: Re: [PATCH] Clean up the XML files for ARM To: Pedro Alves Cc: "gdb-patches@sourceware.org" , terry.guo@arm.com Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-IsSubscribed: yes X-SW-Source: 2016-10/txt/msg00077.txt.bz2 On Tue, Oct 4, 2016 at 7:40 PM, Pedro Alves wrote: > > This version is fine with me. Thanks. > Patch is pushed in. --=20 Yao (=E9=BD=90=E5=B0=A7)