From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 14488 invoked by alias); 9 Jan 2004 19:47:44 -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 14481 invoked from network); 9 Jan 2004 19:47:44 -0000 Received: from unknown (HELO mx1.redhat.com) (66.187.233.31) by sources.redhat.com with SMTP; 9 Jan 2004 19:47:44 -0000 Received: from int-mx2.corp.redhat.com (nat-pool-rdu-dmz.redhat.com [172.16.52.200] (may be forged)) by mx1.redhat.com (8.11.6/8.11.6) with ESMTP id i09Jlhg06337 for ; Fri, 9 Jan 2004 14:47:43 -0500 Received: from potter.sfbay.redhat.com (potter.sfbay.redhat.com [172.16.27.15]) by int-mx2.corp.redhat.com (8.11.6/8.11.6) with ESMTP id i09JlfM01239; Fri, 9 Jan 2004 14:47:42 -0500 Received: from redhat.com (reddwarf.sfbay.redhat.com [172.16.24.50]) by potter.sfbay.redhat.com (8.11.6/8.11.6) with ESMTP id i09JlfO03639; Fri, 9 Jan 2004 11:47:41 -0800 Message-ID: <3FFF055D.10906@redhat.com> Date: Fri, 09 Jan 2004 19:47:00 -0000 From: Michael Snyder Organization: Red Hat, Inc. User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.4) Gecko/20030624 MIME-Version: 1.0 To: Joern Rennecke CC: amylaar@fairadsl.co.uk, andrew.stubbs@superh.com, gdb-patches@sources.redhat.com Subject: Re: [RFA] Add sh4a tests to sim/testsuite/sim/sh References: <200401091319.i09DJ7511867@linsvr1.uk.superh.com> In-Reply-To: <200401091319.i09DJ7511867@linsvr1.uk.superh.com> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-SW-Source: 2004-01/txt/msg00248.txt.bz2 Joern Rennecke wrote: >>+ test_infm: >>+ # Test negitive infinity > > negative. > >>+ fldi0 fr11 >>+ mov.l infm, r0 >>+ lds r0, fpul >>+ fsts fpul, fr0 >>+ fipr fv0, fv8 >>+ # fr11 should be plus infinity > > minus. > > >>>cmp/ge is signed. >>>cmp/hs is unsigned. >> >>OK, then the test is OK and I should remove the comment? > > > Yes. OK, committed with that change.