From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 38780 invoked by alias); 12 Jun 2019 21:25:45 -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 38766 invoked by uid 89); 12 Jun 2019 21:25:44 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-6.9 required=5.0 tests=AWL,BAYES_00,FREEMAIL_FROM,RCVD_IN_DNSWL_NONE,SPF_PASS autolearn=ham version=3.3.1 spammy=HX-Languages-Length:756 X-HELO: mail-ua1-f65.google.com Received: from mail-ua1-f65.google.com (HELO mail-ua1-f65.google.com) (209.85.222.65) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Wed, 12 Jun 2019 21:25:43 +0000 Received: by mail-ua1-f65.google.com with SMTP id j8so6495245uan.6; Wed, 12 Jun 2019 14:25:43 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:references:in-reply-to:from:date:message-id:subject:to :cc; bh=cHRgmowSmopHw9sfm9TH3coyQuY/MBoK/BU155eg8vk=; b=Rj+MdTXiXotNM5Gl/hU85C6RUcRP9NmYJZe4Blto1H1hrY9vudpEUX/uhWSueWtzlJ S8hxERN03ydfjK4pdWszDyOoJXEGXE9uaCPFBrQ28fNXBSeSQSpJQ4BLm8KuDywHiosZ GxkdHqHYYZRzQ+UL2th5basNc+VsSyQ6nO8xOLo3lrsVwf9GyDmDZK+OsUxL2+mL0rIY du5rEJ4mUKsdm3J4fEt8E7hpjPtNsPq4ZZWzYXYbGLC1sSvtKC0CeFx0DLokkAAR1Jgt bPUyIr/EBNnQAomOeTwdYqFRXPjl8i/2VVi/3eBSrf8AOZSjHnpsel4fpwmYa3OMTUZi /xiw== MIME-Version: 1.0 References: <20190608213225.3230-1-shorne@gmail.com> <20190612131212.GD2358@lianli.shorne-pla.net> In-Reply-To: <20190612131212.GD2358@lianli.shorne-pla.net> From: Stafford Horne Date: Wed, 12 Jun 2019 21:25:00 -0000 Message-ID: Subject: Re: [PATCH v3 0/11] OpenRISC orfpx64a32 and openrisc spec 1.3 support To: Nick Clifton Cc: GDB patches , GNU Binutils , Andrey Bacherov , Andrew Burgess , Richard Henderson , Openrisc Content-Type: text/plain; charset="UTF-8" X-IsSubscribed: yes X-SW-Source: 2019-06/txt/msg00230.txt.bz2 On Wed, Jun 12, 2019 at 10:12 PM Stafford Horne wrote: > > 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. Note, the cgen changes were applied in cgen. The binutils portion has been applied now. Thanks, -Stafford