From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 11897 invoked by alias); 11 Sep 2003 18:40:56 -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 11890 invoked from network); 11 Sep 2003 18:40:55 -0000 Received: from unknown (HELO mx1.redhat.com) (66.187.233.31) by sources.redhat.com with SMTP; 11 Sep 2003 18:40:55 -0000 Received: from int-mx2.corp.redhat.com (nat-pool-rdu-dmz.redhat.com [172.16.52.200]) by mx1.redhat.com (8.11.6/8.11.6) with ESMTP id h8BIenl23716 for ; Thu, 11 Sep 2003 14:40:51 -0400 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 h8BIemL27635 for ; Thu, 11 Sep 2003 14:40:48 -0400 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 h8BIelw15302; Thu, 11 Sep 2003 11:40:47 -0700 Message-ID: <3F60C1AF.7070500@redhat.com> Date: Thu, 11 Sep 2003 18:40: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 X-Accept-Language: en-us, en MIME-Version: 1.0 To: gdb-patches@sources.redhat.com CC: Dave Brolley Subject: [ob] frv/sim testsuite tweak Content-Type: multipart/mixed; boundary="------------060909020902060301020502" X-SW-Source: 2003-09/txt/msg00226.txt.bz2 This is a multi-part message in MIME format. --------------060909020902060301020502 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Content-length: 85 Inferring the intent from the comments, this test is redundant without this change. --------------060909020902060301020502 Content-Type: text/plain; name="movgs.tmp" Content-Transfer-Encoding: 7bit Content-Disposition: inline; filename="movgs.tmp" Content-length: 892 2003-09-11 Michael Snyder * sim/testsuite/sim/frv/movgs.cgs: Change lcr to spr[273], which according to the comments seems to be the intent. Index: sim/frv/movgs.cgs =================================================================== RCS file: /cvs/src/src/sim/testsuite/sim/frv/movgs.cgs,v retrieving revision 1.1 diff -p -r1.1 movgs.cgs *** sim/frv/movgs.cgs 29 Aug 2003 16:41:31 -0000 1.1 --- sim/frv/movgs.cgs 11 Sep 2003 18:37:54 -0000 *************** movgs: *** 15,21 **** ; try alternate names for lcr and_spr_immed 0,273 ! movgs gr8,lcr ; lcr is spr number 273 test_gr_limmed 0xdead,0xbeef,gr8 test_spr_limmed 0xdead,0xbeef,spr[273] --- 15,21 ---- ; try alternate names for lcr and_spr_immed 0,273 ! movgs gr8,spr[273] ; lcr is spr number 273 test_gr_limmed 0xdead,0xbeef,gr8 test_spr_limmed 0xdead,0xbeef,spr[273] --------------060909020902060301020502--