From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 26133 invoked by alias); 17 May 2002 18:13:46 -0000 Mailing-List: contact sid-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: sid-owner@sources.redhat.com Received: (qmail 26025 invoked from network); 17 May 2002 18:13:44 -0000 Received: from unknown (HELO touchme.toronto.redhat.com) (216.138.202.10) by sources.redhat.com with SMTP; 17 May 2002 18:13:44 -0000 Received: from tooth.toronto.redhat.com (unknown [172.16.14.29]) by touchme.toronto.redhat.com (Postfix) with ESMTP id CF876B883F; Fri, 17 May 2002 14:13:42 -0400 (EDT) Received: (from bje@localhost) by tooth.toronto.redhat.com (8.11.6/8.11.6) id g4HIDgf23885; Fri, 17 May 2002 14:13:42 -0400 From: Ben Elliston MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <15589.18518.645014.103027@tooth.toronto.redhat.com> Date: Fri, 17 May 2002 11:13:00 -0000 To: Johan Rydberg Cc: sid@sources.redhat.com Subject: Re: [PATCH] PowerPC support for SID. In-Reply-To: <20020517193422.O2997@cockmaster.bredbandsbolaget.se> References: <20020517185405.K2997@cockmaster.bredbandsbolaget.se> <15589.14293.153725.41755@tooth.toronto.redhat.com> <20020517191308.M2997@cockmaster.bredbandsbolaget.se> <15589.15550.981444.356831@tooth.toronto.redhat.com> <20020517193422.O2997@cockmaster.bredbandsbolaget.se> X-SW-Source: 2002-q2/txt/msg00019.txt.bz2 >>>>> "Johan" == Johan Rydberg writes: Johan> : Can you describe the testing methodology you used, then? What target Johan> : software did you run on the simulator? Johan> Just some simple tests, like hello world and such. Also some tests to Johan> verify the insn semantics. Where are the tests you used to verify the insn semantics? If you are interested, there's not much work in getting a DejaGnu board defintion in place to run make check-gcc on ppc-elf-sid. Then you can run the GCC execute.exp tests on the simulator. Ben