From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 5248 invoked by alias); 13 Sep 2012 01:13:28 -0000 Received: (qmail 5240 invoked by uid 22791); 13 Sep 2012 01:13:27 -0000 X-SWARE-Spam-Status: No, hits=-7.1 required=5.0 tests=AWL,BAYES_00,KHOP_RCVD_UNTRUST,KHOP_THREADED,RCVD_IN_DNSWL_HI,RCVD_IN_HOSTKARMA_W,RP_MATCHES_RCVD,SPF_HELO_PASS X-Spam-Check-By: sourceware.org Received: from mx1.redhat.com (HELO mx1.redhat.com) (209.132.183.28) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Thu, 13 Sep 2012 01:13:00 +0000 Received: from int-mx12.intmail.prod.int.phx2.redhat.com (int-mx12.intmail.prod.int.phx2.redhat.com [10.5.11.25]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id q8D1Cxnb018681 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Wed, 12 Sep 2012 21:12:59 -0400 Received: from greed.delorie.com (ovpn-113-67.phx2.redhat.com [10.3.113.67]) by int-mx12.intmail.prod.int.phx2.redhat.com (8.14.4/8.14.4) with ESMTP id q8D1Cxd1011195 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Wed, 12 Sep 2012 21:12:59 -0400 Received: from greed.delorie.com (greed.delorie.com [127.0.0.1]) by greed.delorie.com (8.14.4/8.14.4) with ESMTP id q8D1CwQl032334; Wed, 12 Sep 2012 21:12:58 -0400 Received: (from dj@localhost) by greed.delorie.com (8.14.4/8.14.4/Submit) id q8D1CwG3032333; Wed, 12 Sep 2012 21:12:58 -0400 Date: Thu, 13 Sep 2012 01:13:00 -0000 Message-Id: <201209130112.q8D1CwG3032333@greed.delorie.com> From: DJ Delorie To: nick clifton CC: gdb-patches@sourceware.org In-reply-to: <504E14D5.3060000@redhat.com> (message from nick clifton on Mon, 10 Sep 2012 17:27:01 +0100) Subject: Re: RFA: V850 sim: various fixes. References: <87zk4yxjyr.fsf@redhat.com> <201209101550.q8AFoRxs027008@greed.delorie.com> <504E14D5.3060000@redhat.com> X-IsSubscribed: yes 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 X-SW-Source: 2012-09/txt/msg00231.txt.bz2 This is OK. > * v850.igen (W,WWWW): Correct computation of register number. > (JR32): Remove unnecessary comma. > (cmovf.s): Register 0 is an invalid source register. > (maddf.s): Remove bogus intermediary rounding. > (nmaddf.s): Likewise. > (trncf.sl): Remove bogus initial rounding. > (trncf.dw): Likewise. > (trncf.sl): Likewise. > (trncf.sw): Likewise.