From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 5351 invoked by alias); 7 Jun 2016 15:34:21 -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 5334 invoked by uid 89); 7 Jun 2016 15:34:20 -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-Gm-Message-State:ALyK8tI, Eli, news X-HELO: mail-pa0-f46.google.com Received: from mail-pa0-f46.google.com (HELO mail-pa0-f46.google.com) (209.85.220.46) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES128-GCM-SHA256 encrypted) ESMTPS; Tue, 07 Jun 2016 15:34:18 +0000 Received: by mail-pa0-f46.google.com with SMTP id xk1so47006098pac.2 for ; Tue, 07 Jun 2016 08:34:18 -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=bDUkWWkVQpkPlm7eNnBc988s0nFiQKNJOxfDzHDXxJY=; b=Zz3mmWY3sXhP1q1JGXX6AtQC3rfbSGwjNMUPtZmVlaUv+IZ1BgOyv8P7YmO/rdxRgF meHu/ObIfiw7FtjV0uxUJfYEw/VBbiG+yihgYDlioNtiwXkcv1YddggkK5jhI3JXaPCP kkjfMgBkp350VXTiBkcpanPqsxL8bDoldajrVdhqpC4U7OkPiz6pkwmP7t5PnZe/E+Pj leVbhOwK+s2Q5/ZvDzzc7+4Fme6el6vvZeERVnfaKwXakROPyc2+ybOCkWUFkB1doxKC r7g5AI3/ao+6Y9Qf18NgRO6m45ndZyhcVAmde9zMs2G7wKszgPEV2QMIUOGh84KM5pVD xKuA== X-Gm-Message-State: ALyK8tI+fjUj7dE4L6jAGPqrBsoRMON4flWARSmjasyCjM8g4bCNoxohzbiUCaUEoP9QHw== X-Received: by 10.66.145.35 with SMTP id sr3mr53378pab.82.1465313656713; Tue, 07 Jun 2016 08:34:16 -0700 (PDT) Received: from E107787-LIN (gcc113.osuosl.org. [140.211.9.71]) by smtp.gmail.com with ESMTPSA id h17sm36213833pfj.19.2016.06.07.08.34.14 (version=TLS1_2 cipher=AES128-SHA bits=128/128); Tue, 07 Jun 2016 08:34:15 -0700 (PDT) From: Yao Qi To: Yan-Ting Lin Cc: Yao Qi , gdb-patches@sourceware.org Subject: Re: [PATCH v2] AndesTech NDS32 port References: <3561f390-ea41-2ee3-a5a9-d870429497c3@gmail.com> <868typxi5r.fsf@gmail.com> Date: Tue, 07 Jun 2016 15:34:00 -0000 In-Reply-To: (Yan-Ting Lin's message of "Mon, 6 Jun 2016 23:13:49 +0800") Message-ID: <8660tlvwqy.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-06/txt/msg00138.txt.bz2 Yan-Ting Lin writes: > Currently, the register number of fd0, if present, is always fixed, so > all usage of gdbarch_tdep.fd0_regnum is replaced with > NDS32_FD0_REGNUM. > In addition, after reviewing the flow to initialize gdbarch_tdep, the > allocation and initialization of gdbarch_tdep is put just before the > allocation of gdbarch. > > The modified patch is attached, please help to review again. Patch except doc and news bits is good to me. Doc and NEWS bits should be reviewed by Eli. If there is no other comments in one week, you can push it in. --=20 Yao (=E9=BD=90=E5=B0=A7)