From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 102044 invoked by alias); 1 Oct 2015 07:46:46 -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 102026 invoked by uid 89); 1 Oct 2015 07:46:45 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.4 required=5.0 tests=AWL,BAYES_00,KAM_LAZY_DOMAIN_SECURITY,RCVD_IN_DNSWL_LOW,T_RP_MATCHES_RCVD,UNPARSEABLE_RELAY autolearn=no version=3.3.2 X-HELO: cvs.linux-mips.org Received: from eddie.linux-mips.org (HELO cvs.linux-mips.org) (148.251.95.138) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Thu, 01 Oct 2015 07:46:44 +0000 Received: (from localhost user: 'macro', uid#1010) by eddie.linux-mips.org with ESMTP id S27007239AbbJAHqivSfUh (ORCPT ); Thu, 1 Oct 2015 09:46:38 +0200 Date: Thu, 01 Oct 2015 07:46:00 -0000 From: "Maciej W. Rozycki" To: Joel Brobecker cc: Simon Dardis , "gdb-patches@sourceware.org" Subject: Re: FW: [PATCH, MIPS, PING] Move encoded as 'or' in binutils. In-Reply-To: <20150930231852.GB4246@adacore.com> Message-ID: References: <20150930231852.GB4246@adacore.com> User-Agent: Alpine 2.20 (LFD 67 2015-01-07) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII X-IsSubscribed: yes X-SW-Source: 2015-10/txt/msg00004.txt.bz2 On Wed, 30 Sep 2015, Joel Brobecker wrote: > > > A recently submitted patch ( http://sourceware.org/ml/binutils/2015-07/msg00376.html ) to binutils will be encoding move as an 'or' instruction over [d]addu in assembly and various code stubs. This patch for gdb addresses that change for the mips specific parts of gdb. > > > > http://sourceware.org/ml/gdb-patches/2015-07/msg00944.html > > Sorry for the delay. I don't know much about mips, so I will > trust you on the instruction encoding. Patch looks good to me. Encodings look good to me too, thanks! Maciej