From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 15308 invoked by alias); 11 Sep 2003 18:46:38 -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 15284 invoked from network); 11 Sep 2003 18:46:37 -0000 Received: from unknown (HELO touchme.toronto.redhat.com) (207.219.125.105) by sources.redhat.com with SMTP; 11 Sep 2003 18:46:37 -0000 Received: from redhat.com (vpn50-50.rdu.redhat.com [172.16.50.50]) by touchme.toronto.redhat.com (Postfix) with ESMTP id 81F0A800348; Thu, 11 Sep 2003 14:46:36 -0400 (EDT) Message-ID: <3F60C34F.8000406@redhat.com> Date: Thu, 11 Sep 2003 18:46:00 -0000 From: Dave Brolley User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.0.2) Gecko/20021216 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Michael Snyder Cc: gdb-patches@sources.redhat.com Subject: Re: [ob] frv/sim testsuite tweak References: <3F60C1AF.7070500@redhat.com> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-SW-Source: 2003-09/txt/msg00228.txt.bz2 Michael, please revert this change. This test uses several different notations to reference the lcr register and one of them is 'lcr'. As you can see spr[273] is tested a few lines later. Thanks, Dave Michael Snyder wrote: > Inferring the intent from the comments, this test is > redundant without this change. > >------------------------------------------------------------------------ > >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] > > >