From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 38745 invoked by alias); 12 Jun 2019 13:12:18 -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 38717 invoked by uid 89); 12 Jun 2019 13:12:17 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-11.9 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-Spam-Relays-External:209.85.215.194, H*RU:209.85.215.194, H*r:sk:mail-pg X-HELO: mail-pg1-f194.google.com Received: from mail-pg1-f194.google.com (HELO mail-pg1-f194.google.com) (209.85.215.194) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Wed, 12 Jun 2019 13:12:16 +0000 Received: by mail-pg1-f194.google.com with SMTP id v9so7200797pgr.13; Wed, 12 Jun 2019 06:12:16 -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=58C7UqcVKNQUoI1ZLLpPamtScLuPlrUTvZk/mGl8tHc=; b=Bm08tCFuiy3eQzcahFQCuadx+KD6WtI+N9m0CKaDgvb+9bxmQfivxl9kqCFEuzVl9E PBUZxgQ9PJFOYMBL//k3yZy0O5C9ql3fsM3liaj7LDM/j96ic6EpBQJX1fu6/mcO5Rj0 24Lt6cPyrwFHCws6X6hBgXfAEBXY+Ov9BLkAsGmQ78tKKuTrwLOtBs0LcGBO8/GUXCDT aDvjvCr7izhu/mL4oE8Qg9MkQYyVuDfRVjpiN8Oc1nEyhW3ckAKg/GHubf2R9egVtv8i L6IyxNqQiUPcn4SLHxFhOF0M5z0znqzW7Sy+ZGSFDb+4cw353djTeiF+pJqo/zwu9let ctow== Return-Path: Received: from localhost (g30.211-19-85.ppp.wakwak.ne.jp. [211.19.85.30]) by smtp.gmail.com with ESMTPSA id e26sm18049468pfn.94.2019.06.12.06.12.13 (version=TLS1_3 cipher=AEAD-AES256-GCM-SHA384 bits=256/256); Wed, 12 Jun 2019 06:12:14 -0700 (PDT) Date: Wed, 12 Jun 2019 13:12: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: <20190612131212.GD2358@lianli.shorne-pla.net> References: <20190608213225.3230-1-shorne@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.11.4 (2019-03-13) X-IsSubscribed: yes X-SW-Source: 2019-06/txt/msg00229.txt.bz2 On Tue, Jun 11, 2019 at 05:02:43PM +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. > > The binutils parts of the patch series are approved - please apply. Thanks for the review, I will apply once I get the go ahead on the cgen patches. -Stafford