From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 5190 invoked by alias); 16 Mar 2002 20:16:19 -0000 Mailing-List: contact gdb-patches-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sources.redhat.com Received: (qmail 5109 invoked from network); 16 Mar 2002 20:16:08 -0000 Received: from unknown (HELO mms2.broadcom.com) (63.70.210.59) by sources.redhat.com with SMTP; 16 Mar 2002 20:16:08 -0000 Received: from 63.70.210.1 by mms2.broadcom.com with ESMTP (Broadcom MMS-2 SMTP Relay (MMS v4.7)); Sat, 16 Mar 2002 12:14:42 -0800 X-Server-Uuid: 2a12fa22-b688-11d4-a6a1-00508bfc9626 Received: from dt-sj3-118.sj.broadcom.com (dt-sj3-118 [10.21.64.118]) by mail-sj1-5.sj.broadcom.com (8.12.2/8.12.2) with ESMTP id g2GKG61S006878 for ; Sat, 16 Mar 2002 12:16:06 -0800 ( PST) Received: (from cgd@localhost) by dt-sj3-118.sj.broadcom.com ( 8.9.1/SJ8.9.1) id MAA23975; Sat, 16 Mar 2002 12:16:05 -0800 (PST) To: gdb-patches@sources.redhat.com Subject: [PATCH RFA] two MIPS opcodes patches to pull up to branch? From: cgd@broadcom.com Date: Sat, 16 Mar 2002 12:16:00 -0000 Message-ID: X-Mailer: Gnus v5.7/Emacs 20.4 MIME-Version: 1.0 X-WSS-ID: 108D7838322642-01-01 Content-Type: text/plain Content-Transfer-Encoding: 7bit X-SW-Source: 2002-03/txt/msg00260.txt.bz2 I'd like to get the following patches approved for the 5.2 branch: http://sources.redhat.com/ml/binutils/2002-03/msg00136.html [opcodes/ChangeLog] 2002-03-06 Chris Demetriou * mips-opc.c (mips_builtin_opcodes): Mark "pref" as being present on I4. * mips-opc.c (mips_builtin_opcodes): Add "movn.ps" and "movz.ps". and http://sources.redhat.com/ml/binutils/2002-03/msg00202.html [ opcodes/ChangeLog ] 2002-03-11 Chris Demetriou * mips-dis.c (is_newabi): Fix ABI decoding. Both have been approved and applied to mainline binutils, and they both seem to apply to the gdb 5.2 branch. chris