From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 21244 invoked by alias); 15 May 2006 20:44:06 -0000 Received: (qmail 21236 invoked by uid 22791); 15 May 2006 20:44:05 -0000 X-Spam-Check-By: sourceware.org Received: from 209-232-97-206.ded.pacbell.net (HELO dns0.mips.com) (209.232.97.206) by sourceware.org (qpsmtpd/0.31) with ESMTP; Mon, 15 May 2006 20:44:03 +0000 Received: from mercury.mips.com (sbcns-dmz [209.232.97.193]) by dns0.mips.com (8.12.11/8.12.11) with ESMTP id k4FKhQeJ002442; Mon, 15 May 2006 13:43:26 -0700 (PDT) Received: from exchange.MIPS.COM (exchange [192.168.20.29]) by mercury.mips.com (8.13.5/8.13.5) with ESMTP id k4FKhSqh012148; Mon, 15 May 2006 13:43:28 -0700 (PDT) Received: from pcfu ([192.168.20.169]) by exchange.MIPS.COM with Microsoft SMTPSVC(6.0.3790.211); Mon, 15 May 2006 13:43:23 -0700 Message-ID: <000801c67860$354892e0$a914a8c0@MIPS.COM> Reply-To: "Chao-ying Fu" From: "Chao-ying Fu" To: "Daniel Jacobowitz" Cc: , "Thekkath, Radhika" References: <005401c673d1$975b4ce0$a914a8c0@MIPS.COM> <20060515155622.GD28924@nevyn.them.org> Subject: Re: [patch] Fix MIPS32 DSP simulator bugs Date: Mon, 15 May 2006 21:53:00 -0000 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Mailer: Microsoft Outlook Express 6.00.2800.1807 X-IsSubscribed: yes Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org X-SW-Source: 2006-05/txt/msg00345.txt.bz2 Thanks! I have checked in the patch. Regards, Chao-ying ----- Original Message ----- From: "Daniel Jacobowitz" To: "Chao-ying Fu" Cc: ; "Thekkath, Radhika" Sent: Monday, May 15, 2006 8:56 AM Subject: Re: [patch] Fix MIPS32 DSP simulator bugs > On Tue, May 09, 2006 at 06:32:24PM -0700, Chao-ying Fu wrote: > > Hello, > > > > This patch fixed bugs in MIPS32 DSP rounding instructions. > > Test with mipsisa32-elf and mipsisa64-elf. > > > > Is it ok to check in? Thanks a lot! > > > > Regards, > > Chao-ying > > > > src/sim/mips/ChangeLog > > 2006-05-09 Chao-ying Fu > > > > dsp.igen (do_ph_shift, do_w_shra): Fix bugs for rounding > > instructions. > > > > src/sim/testsuite/sim/mips/ChangeLog > > 2006-05-09 Chao-ying Fu > > > > * mips32-dsp.s: Add some tests for shra_r.ph, shrav_r.ph, shra_r.w, > > shrav_r.w. > > > Hi Chao-ying, > > Yes, this is OK. Thanks. > > -- > Daniel Jacobowitz > CodeSourcery >