From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 17129 invoked by alias); 21 Jun 2017 14:28:59 -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 17118 invoked by uid 89); 21 Jun 2017 14:28:58 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.9 required=5.0 tests=BAYES_00,FREEMAIL_FROM,RCVD_IN_DNSWL_NONE,SPF_PASS autolearn=ham version=3.3.2 spammy=Hx-languages-length:304, H*r:sk:static. X-HELO: mail-it0-f49.google.com Received: from mail-it0-f49.google.com (HELO mail-it0-f49.google.com) (209.85.214.49) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Wed, 21 Jun 2017 14:28:57 +0000 Received: by mail-it0-f49.google.com with SMTP id m62so33904151itc.0 for ; Wed, 21 Jun 2017 07:28:57 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:cc:subject:references:date:in-reply-to :message-id:user-agent:mime-version:content-transfer-encoding; bh=BOwTHR7D+96XoayHbnhu3yoZTYgAnSzXQpC4ffxV9ks=; b=LLMBzZdO7URpXkKoQ9XggPCV+Jw2h2UaXwD8FnRFx9Y1krhYjNCsaNFD/FkXDBbbmt X5dvVMWHrmOUJx6PFQ+8uh+qC7DrnrkZMRc7JzqNn563It9eey07mBMa9rKG0OUZokqx BST6XN3jmIxjaRt9WZZlewIYjH1Ki2Ibg2IYARbUh7xmRPiWt0CfWn+qYY1LFU/rFtX2 x2SkJywSKakcZWNC3F0Ui3PEI0w0Wi3MK3ed/Yq7JsigvKPiMhgQwaElcIOuTxVFLmM6 pAAS0Ya0e1+SXSLkrO3h7piX+fxyqL7Lrmhumh41KgqC8K3LXfw5Pn0YnCJ7v8Hi8PA9 Rd/A== X-Gm-Message-State: AKS2vOzuayWpH+lBL49miwbkKyVaHuW2vh85oGpBbEXyIBfoYozDaPuB 8Ar2u1YsjU9JyEnE X-Received: by 10.36.225.198 with SMTP id n189mr331112ith.93.1498055335566; Wed, 21 Jun 2017 07:28:55 -0700 (PDT) Received: from E107787-LIN (static.42.136.251.148.clients.your-server.de. [148.251.136.42]) by smtp.gmail.com with ESMTPSA id b62sm11404575itd.2.2017.06.21.07.28.54 (version=TLS1_2 cipher=AES128-SHA bits=128/128); Wed, 21 Jun 2017 07:28:54 -0700 (PDT) From: Yao Qi To: Pedro Alves Cc: gdb-patches@sourceware.org Subject: Re: [PATCH 10/25] Adjust code generated by regformats/regdat.sh References: <1497256916-4958-1-git-send-email-yao.qi@linaro.org> <1497256916-4958-11-git-send-email-yao.qi@linaro.org> <92ca03ca-e06d-09fc-7243-e52dd29edcef@redhat.com> Date: Wed, 21 Jun 2017 14:28:00 -0000 In-Reply-To: <92ca03ca-e06d-09fc-7243-e52dd29edcef@redhat.com> (Pedro Alves's message of "Tue, 20 Jun 2017 12:09:33 +0100") Message-ID: <86zid1fm8u.fsf@gmail.com> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-IsSubscribed: yes X-SW-Source: 2017-06/txt/msg00593.txt.bz2 Pedro Alves writes: > The rationale misses stating why is this better than the status quo. > I presume this helps following patches? Yes, it paves the way for patch 11. I'll add it in the commit log. --=20 Yao (=E9=BD=90=E5=B0=A7)