From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 31854 invoked by alias); 20 Feb 2003 21:55:19 -0000 Mailing-List: contact gdb-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-owner@sources.redhat.com Received: (qmail 31844 invoked from network); 20 Feb 2003 21:55:18 -0000 Received: from unknown (HELO ds9.reckziegel.com) (212.14.90.12) by 172.16.49.205 with SMTP; 20 Feb 2003 21:55:18 -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 WAA07535; Thu, 20 Feb 2003 22:55:14 +0100 Date: Thu, 20 Feb 2003 21:55:00 -0000 From: Christian Groessler X-Sender: To: Andrew Cagney cc: Subject: Re: target z8k-coff In-Reply-To: <3E5295A9.5000502@redhat.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-SW-Source: 2003-02/txt/msg00451.txt.bz2 On Tue, 18 Feb 2003, Andrew Cagney wrote: > > Hi, > > > > I just tried to build current cvs version for above target and I noticed > > it has been obsoleted. > > Do you have an FSF assignment? Not for gdb. I will make the assignment. > The code needs to be completly > rewritten to current standards. Since it is obsolete, the rewrite is > considered a new port (submit new files, not diffs). The acceptance > criteria for a new port are: > > - meet GDB's coding standards Ok, I think I got this. > - pure multi-arch I found http://sources.redhat.com/gdb/papers/multi-arch/ and http://sources.redhat.com/gdb/current/onlinedocs/gdbint_9.html#SEC79 describing multi-arch. Is there something else I should read? > - contain no deprecated code You're referring to the current z8k-tdep.c? I will remove the deprecated code there. > (I'm sure there is something else but I can't remember it) I probably will notice when it's time... :-) regards, chris