From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 13380 invoked by alias); 21 May 2002 14:35: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 13348 invoked from network); 21 May 2002 14:35:35 -0000 Received: from unknown (HELO punt.aladdin.de) (212.14.90.2) by sources.redhat.com with SMTP; 21 May 2002 14:35:35 -0000 Received: by punt.aladdin.de; id NAA09462; Tue, 21 May 2002 13:05:48 +0200 Received: from caligula.cnet.aladdin.de(10.23.1.2) by punt.aladdin.de via smap (3.2) id xma009458; Tue, 21 May 02 13:05:46 +0200 Received: from panther.aladdin.de.groessler.org (panther.aladdin.de [10.20.1.96]) by Caligula.cnet.aladdin.de (8.8.8/8.7.3) with ESMTP id MAA02033; Tue, 21 May 2002 12:56:08 +0200 (MET DST) To: Andrew Cagney Cc: Jim blandy , gdb-patches@sources.redhat.com Subject: Re: [PATCH] z8k fixes From: Christian Groessler Date: Tue, 21 May 2002 07:35:00 -0000 Message-ID: <87znytzs4x.fsf@panther.aladdin.de> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-SW-Source: 2002-05/txt/msg00830.txt.bz2 On Mon, 20 May 2002, Andrew Cagney wrote: > > this patch fixes some small problems with the z8k simulator. I don't > > have copyright assignments for gdb, but I hope the patch is small > > enough to get integrated without. > > > > > sim/z8k/ChangeLog: > > > > 2002-05-07 Christian Groessler > > > > * list.c: Regenerated with current opcodes/z8k-opc.h. > > How do I do this? I was thinking that the patch was too big but, if the > bulk is generated then yes, it is ok. It is generated. Edit sim/z8k/writecode.c and set the DIRTY_HACK define to 1. I think it's not really needed anymore, but the old list.c was generated with the same define. Then compile writecode.c (it will also be compiled if you build gdb for z8k-coff) and do a "./writecode -m > list.c". > Would it be possible for you to get an assignment? (if there is a > possability then contact jimb (CC'd). Depending on the gdb changes needed (see below), I'll do. > The z8k is due for an overaul (or it may be deleted). What should be changed/fixed there? regards, chris