From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 56826 invoked by alias); 10 Jun 2019 20:51:01 -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 56810 invoked by uid 89); 10 Jun 2019 20:51:01 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-13.0 required=5.0 tests=AWL,BAYES_00,FREEMAIL_FROM,RCVD_IN_DNSWL_NONE,SPF_PASS autolearn=ham version=3.3.1 spammy=HTo:U*nickc, HX-Languages-Length:690, H*f:sk:36502da, H*i:sk:36502da X-HELO: mail-pl1-f195.google.com Received: from mail-pl1-f195.google.com (HELO mail-pl1-f195.google.com) (209.85.214.195) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Mon, 10 Jun 2019 20:50:59 +0000 Received: by mail-pl1-f195.google.com with SMTP id i2so4123242plt.1; Mon, 10 Jun 2019 13:50:59 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=date:from:to:cc:subject:message-id:references:mime-version :content-disposition:in-reply-to:user-agent; bh=F6/uyFUyNkXmx23zinbisuEHma5oC9HfhJW425lg5Q8=; b=iQMfRDV8s3kCXtUxCJ/VCQ0qGPc4pL1ebAds23+nr2aQn858CcC52AhMI6mFxgao/U 3wq/sBGyzlz92XVlrhBHI1GSZbOV/SF2V79MEGQVgtlGhqX8+8rQComsVtRJ84HZJaqS O3i1dF0ohhGPqdLtf80eYW0g68P0sIadlyT2i3if+eQd4FR43hsE8jrDBjRcg3W8UKoG XQrIyYGDqJQ0J6inurCQwyIeFsNdhHCRrdDKX3JNPlMuqTEdoaN0NaWvvIxzgokZD+Gi MpEtsN+ANIsW3smB5BqAdI0Jm2cVR4UZbrqg5l3jqQTeV6TSTx7TaOK+7UC3AqKz0cZz qMYA== Return-Path: Received: from localhost (g30.211-19-85.ppp.wakwak.ne.jp. [211.19.85.30]) by smtp.gmail.com with ESMTPSA id i3sm11582745pfa.175.2019.06.10.13.50.57 (version=TLS1_3 cipher=AEAD-AES256-GCM-SHA384 bits=256/256); Mon, 10 Jun 2019 13:50:57 -0700 (PDT) Date: Mon, 10 Jun 2019 20:51:00 -0000 From: Stafford Horne To: Nick Clifton Cc: GDB patches , GNU Binutils , Andrey Bacherov , Andrew Burgess , Richard Henderson , Openrisc Subject: Re: [PATCH v3 0/11] OpenRISC orfpx64a32 and openrisc spec 1.3 support Message-ID: <20190610205056.GA2358@lianli.shorne-pla.net> References: <20190608213225.3230-1-shorne@gmail.com> <36502dad-1be9-294f-a2f4-6ab67f76f3ac@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <36502dad-1be9-294f-a2f4-6ab67f76f3ac@redhat.com> User-Agent: Mutt/1.11.4 (2019-03-13) X-IsSubscribed: yes X-SW-Source: 2019-06/txt/msg00202.txt.bz2 On Mon, Jun 10, 2019 at 04:07:48PM +0100, Nick Clifton wrote: > Hi Stafford, > > > Its been a while since v2, but we have been busy changing direction a bit. > > Instead of just adding the orfpx64a32 extension support we have created a new > > architecture specification [0] and this series includes some of those changes. > > I am just starting to look at this patch series, but I need to check one thing > first. The number suggests that there should be 11 patches, but I see only 9. > Are two missing, or is the numbering wrong ? Hello, Thanks for having a look. Sorry, 2 were missing I just sent them. -Stafford