From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 24009 invoked by alias); 30 Sep 2015 12:17:26 -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 23998 invoked by uid 89); 30 Sep 2015 12:17:26 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.2 required=5.0 tests=AWL,BAYES_00,LIKELY_SPAM_SUBJECT,RCVD_IN_DNSWL_LOW,SPF_PASS,T_RP_MATCHES_RCVD autolearn=no 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; Wed, 30 Sep 2015 12:17:24 +0000 Received: from KLMAIL01.kl.imgtec.org (unknown [192.168.5.35]) by Websense Email Security Gateway with ESMTPS id 4C267147F5A08; Wed, 30 Sep 2015 13:17:16 +0100 (IST) 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; Wed, 30 Sep 2015 13:17:19 +0100 Received: from hhmail02.hh.imgtec.org ([::1]) by hhmail02.hh.imgtec.org ([::1]) with mapi id 14.03.0235.001; Wed, 30 Sep 2015 13:17:18 +0100 From: Simon Dardis To: "gdb-patches@sourceware.org" CC: "Maciej W. Rozycki" Subject: FW: [PATCH, MIPS, PING] Move encoded as 'or' in binutils. Date: Wed, 30 Sep 2015 12:17:00 -0000 Message-ID: Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 X-IsSubscribed: yes X-SW-Source: 2015-09/txt/msg00651.txt.bz2 From: Simon Dardis=20 Sent: 19 August 2015 11:07 To: 'gdb-patches@sourceware.org' Subject: [PATCH, MIPS, PING] Move encoded as 'or' in binutils. > A recently submitted patch ( http://sourceware.org/ml/binutils/2015-07/ms= g00376.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 t= hat change for the mips specific parts of gdb. http://sourceware.org/ml/gdb-patches/2015-07/msg00944.html Ping. Thanks, Simon