From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 58993 invoked by alias); 11 Jun 2019 16:03:02 -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 58971 invoked by uid 89); 11 Jun 2019 16:03:02 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-2.7 required=5.0 tests=AWL,BAYES_00,SPF_HELO_PASS autolearn=ham version=3.3.1 spammy=HX-Languages-Length:405 X-HELO: mx1.redhat.com Received: from mx1.redhat.com (HELO mx1.redhat.com) (209.132.183.28) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Tue, 11 Jun 2019 16:03:01 +0000 Received: from smtp.corp.redhat.com (int-mx06.intmail.prod.int.phx2.redhat.com [10.5.11.16]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.redhat.com (Postfix) with ESMTPS id 5A0B03082231; Tue, 11 Jun 2019 16:02:50 +0000 (UTC) Received: from [10.36.118.86] (unknown [10.36.118.86]) by smtp.corp.redhat.com (Postfix) with ESMTPS id A78495C559; Tue, 11 Jun 2019 16:02:44 +0000 (UTC) Subject: Re: [PATCH v3 0/11] OpenRISC orfpx64a32 and openrisc spec 1.3 support To: Stafford Horne , GDB patches , GNU Binutils Cc: Andrey Bacherov , Andrew Burgess , Richard Henderson , Openrisc References: <20190608213225.3230-1-shorne@gmail.com> From: Nick Clifton Openpgp: preference=signencrypt Message-ID: Date: Tue, 11 Jun 2019 16:03:00 -0000 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:60.0) Gecko/20100101 Thunderbird/60.6.1 MIME-Version: 1.0 In-Reply-To: <20190608213225.3230-1-shorne@gmail.com> Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-SW-Source: 2019-06/txt/msg00218.txt.bz2 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. Cheers Nick