From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 7340 invoked by alias); 5 Jun 2002 23:29:18 -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 7324 invoked from network); 5 Jun 2002 23:29:16 -0000 Received: from unknown (HELO ds9.reckziegel.com) (212.14.90.50) by sources.redhat.com with SMTP; 5 Jun 2002 23:29:16 -0000 Received: from localhost (chris@localhost) by ds9.reckziegel.com (8.9.3/8.9.3/SuSE Linux 8.9.3-0.1) with ESMTP id BAA10664; Thu, 6 Jun 2002 01:29:12 +0200 Date: Wed, 05 Jun 2002 16:29:00 -0000 From: Christian Groessler X-Sender: To: Andrew Cagney cc: Subject: Re: [PATCH] z8k fixes In-Reply-To: <3CFE89E6.2070401@cygnus.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-SW-Source: 2002-06/txt/msg00086.txt.bz2 On Wed, 5 Jun 2002, Andrew Cagney wrote: > > On Sun, 2 Jun 2002, Andrew Cagney wrote: > > > > > >> As an aside, are there a pre-packaged z8k toolchain and a set of GDB > >> test results available? > > > > > > pre-packaged for what? > > I get the feeling I'm going to be multi-arching the z8k .... to do this > I'm going to need a toolchain so I can test GDB against. That way I can > ensure that the conversion doesn't break it. Yes, ok, but my question was more in the direction: what host? I'm using the z8k gcc which I found in some RedHat ecosTools archive. There is a bug in there, so before using this please contact me. > > Regarding the test results, there aren't. I think there is no testsuite > > for z8k. How would I proceed creating one? > > GDB already has a dejagnu based testsuite. If you have a z8k cross > compiler / assembler / linker installed, it should be possible to run > the GDB testsuite for the z8k target. (newbie alert!) How would I do this? > (there is a little bit on the dejagnu testsuite in the gdb internals doco). I'll look into this. Thanks. regards, chris