From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 24312 invoked by alias); 18 Feb 2003 20:16:09 -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 24300 invoked from network); 18 Feb 2003 20:16:09 -0000 Received: from unknown (HELO localhost.redhat.com) (172.16.49.200) by 172.16.49.205 with SMTP; 18 Feb 2003 20:16:09 -0000 Received: from redhat.com (localhost [127.0.0.1]) by localhost.redhat.com (Postfix) with ESMTP id 5B4AD2D37; Tue, 18 Feb 2003 15:20:57 -0500 (EST) Message-ID: <3E5295A9.5000502@redhat.com> Date: Tue, 18 Feb 2003 20:16:00 -0000 From: Andrew Cagney User-Agent: Mozilla/5.0 (X11; U; NetBSD i386; en-US; rv:1.0.2) Gecko/20030217 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Christian Groessler Cc: gdb@sources.redhat.com Subject: Re: target z8k-coff References: Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-SW-Source: 2003-02/txt/msg00316.txt.bz2 > 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? 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 - pure multi-arch - contain no deprecated code (I'm sure there is something else but I can't remember it) Andrew