From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 85402 invoked by alias); 20 Apr 2016 11:44:54 -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 85384 invoked by uid 89); 20 Apr 2016 11:44:53 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.6 required=5.0 tests=AWL,BAYES_00,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,SPF_PASS autolearn=ham version=3.3.2 spammy=HX-Received:10.66.90.226, qiyaoltcgmailcom, qiyaoltc@gmail.com X-HELO: mail-pa0-f51.google.com Received: from mail-pa0-f51.google.com (HELO mail-pa0-f51.google.com) (209.85.220.51) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES128-GCM-SHA256 encrypted) ESMTPS; Wed, 20 Apr 2016 11:44:43 +0000 Received: by mail-pa0-f51.google.com with SMTP id r5so15632487pag.1 for ; Wed, 20 Apr 2016 04:44:43 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:to:cc:subject:references:date:in-reply-to :message-id:user-agent:mime-version:content-transfer-encoding; bh=hIlOTS4X6Qr1RAHGWYUrrl9wf4zsQ4ptAt1kfDabSz0=; b=UkO1/Bp6Yu4Je31kpMoywbPJAsZVAOtngv1D/naP+vCAwioXihM8srI5Ke/AN2QJkx dnW4V9TlHnFTLf/FM9FcI83foEzweETFSLy2TmLcqrryl3S+xTg+I01PSeyMnAXjy7ce dXbUIdUQ7879dM0Nlw51bqBbs2Vch3C+K+HGZTpgdesU59RVEeNbZ9eD1PlEoyUMVPyl mdf7B3uu2/pIpTQfnD36Aj8H/GBaR6WlbkDEAUDrUP9xdSbI8siDXXHPv5cej0s0H1yL 1Af5hdmEBWAy+ubmw+V3njWVRaPyB/kBKxJAQl+HWSQtdv4q/x5REwZyy1hv7TwHDqc6 PS0A== X-Gm-Message-State: AOPr4FUXxonZciHsJWHm+PVz/qEIhOxucbQX0mAIumH6ecfzBial/+3IH0I8bpBMaGnISQ== X-Received: by 10.66.90.226 with SMTP id bz2mr11609067pab.31.1461152681851; Wed, 20 Apr 2016 04:44:41 -0700 (PDT) Received: from E107787-LIN (gcc1-power7.osuosl.org. [140.211.15.137]) by smtp.gmail.com with ESMTPSA id tp9sm98110457pab.14.2016.04.20.04.44.39 (version=TLS1_2 cipher=AES128-SHA bits=128/128); Wed, 20 Apr 2016 04:44:40 -0700 (PDT) From: Yao Qi To: Yao Qi Cc: gdb-patches@sourceware.org Subject: Re: [PATCH] Move ARM_CPSR_GREGNUM to arch/arm-linux.h References: <1461151574-31818-1-git-send-email-yao.qi@linaro.org> Date: Wed, 20 Apr 2016 11:44:00 -0000 In-Reply-To: <1461151574-31818-1-git-send-email-yao.qi@linaro.org> (Yao Qi's message of "Wed, 20 Apr 2016 12:26:14 +0100") Message-ID: <86r3e0ijxl.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: 2016-04/txt/msg00478.txt.bz2 Yao Qi writes: > 2016-04-20 Yao Qi > > * linux-aarch32-low.c: Include "arch/arm-linux.h". > (arm_fill_gregset): Use ARM_CPSR_GREGNUM rather than magic > number 16. > * linux-aarch32-low.c (arm_store_gregset): Likewise. ^^^^^^^^^^^^^^^^^^^^^^ "linux-aarch32-low.c" is not needed. It is removed from the committed version. --=20 Yao (=E9=BD=90=E5=B0=A7)