From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 87597 invoked by alias); 27 Oct 2015 13:23:07 -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 87575 invoked by uid 89); 27 Oct 2015 13:23:06 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.2 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_LOW,RP_MATCHES_RCVD,SPF_PASS autolearn=ham version=3.3.2 X-HELO: mailapp01.imgtec.com Received: from mailapp01.imgtec.com (HELO mailapp01.imgtec.com) (195.59.15.196) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Tue, 27 Oct 2015 13:23:05 +0000 Received: from KLMAIL01.kl.imgtec.org (unknown [192.168.5.35]) by Websense Email Security Gateway with ESMTPS id 2EAF4EE157905; Tue, 27 Oct 2015 13:22:53 +0000 (GMT) Received: from hhmail02.hh.imgtec.org (10.100.10.20) by KLMAIL01.kl.imgtec.org (192.168.5.35) with Microsoft SMTP Server (TLS) id 14.3.195.1; Tue, 27 Oct 2015 13:22:54 +0000 Received: from hhmail02.hh.imgtec.org ([::1]) by hhmail02.hh.imgtec.org ([::1]) with mapi id 14.03.0235.001; Tue, 27 Oct 2015 13:22:54 +0000 From: Simon Dardis To: "Maciej W. Rozycki" , Joel Brobecker CC: "gdb-patches@sourceware.org" Subject: RE: FW: [PATCH, MIPS, PING] Move encoded as 'or' in binutils. Date: Tue, 27 Oct 2015 15:55:00 -0000 Message-ID: References: <20150930231852.GB4246@adacore.com> In-Reply-To: Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 X-IsSubscribed: yes X-SW-Source: 2015-10/txt/msg00619.txt.bz2 Sorry, should have followed this up earlier. Can either of you commit on my behalf? Thanks, Simon > -----Original Message----- > From: Maciej W. Rozycki [mailto:macro@linux-mips.org] > Sent: 01 October 2015 08:47 > To: Joel Brobecker > Cc: Simon Dardis; gdb-patches@sourceware.org > Subject: Re: FW: [PATCH, MIPS, PING] Move encoded as 'or' in binutils. >=20 > On Wed, 30 Sep 2015, Joel Brobecker wrote: >=20 > > > > A recently submitted patch ( http://sourceware.org/ml/binutils/2015- > 07/msg00376.html ) to binutils will be encoding move as an 'or' instructi= on > 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. >=20 > Encodings look good to me too, thanks! >=20 > Maciej