From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 25148 invoked by alias); 15 May 2006 15:57:16 -0000 Received: (qmail 25127 invoked by uid 22791); 15 May 2006 15:57:14 -0000 X-Spam-Check-By: sourceware.org Received: from nevyn.them.org (HELO nevyn.them.org) (66.93.172.17) by sourceware.org (qpsmtpd/0.31.1) with ESMTP; Mon, 15 May 2006 15:56:24 +0000 Received: from drow by nevyn.them.org with local (Exim 4.54) id 1FffQk-00083S-2V; Mon, 15 May 2006 11:56:22 -0400 Date: Mon, 15 May 2006 16:12:00 -0000 From: Daniel Jacobowitz To: Chao-ying Fu Cc: gdb-patches@sourceware.org, "Thekkath, Radhika" Subject: Re: [patch] Fix MIPS32 DSP simulator bugs Message-ID: <20060515155622.GD28924@nevyn.them.org> Mail-Followup-To: Chao-ying Fu , gdb-patches@sourceware.org, "Thekkath, Radhika" References: <005401c673d1$975b4ce0$a914a8c0@MIPS.COM> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <005401c673d1$975b4ce0$a914a8c0@MIPS.COM> User-Agent: Mutt/1.5.11+cvs20060403 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/msg00332.txt.bz2 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