From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 23045 invoked by alias); 21 Feb 2003 15:59: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 23012 invoked from network); 21 Feb 2003 15:59:18 -0000 Received: from unknown (HELO localhost.redhat.com) (172.16.49.200) by 172.16.49.205 with SMTP; 21 Feb 2003 15:59:18 -0000 Received: from redhat.com (localhost [127.0.0.1]) by localhost.redhat.com (Postfix) with ESMTP id 5E86A2EF9; Fri, 21 Feb 2003 11:03:56 -0500 (EST) Message-ID: <3E564DEC.9060108@redhat.com> Date: Fri, 21 Feb 2003 15:59: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/msg00463.txt.bz2 >> - meet GDB's coding standards > > > Ok, I think I got this. Yes, two things: - run the file through gdb_indent.sh. - run the file through gdb_ari.sh -Wcode -Wdeprecate -Wdeprecated -Winfo (http://sources.redhat.com/gdb/current/ari) >> - 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? There isn't much else. Since this is now considered a `new port', you should treat that process as a guideline rather than a requrement. Just submit the `new port' when ready. BTW, GDB is very lax when it comes to adding a new port to a branch. Also the sim directory doesn't build. >> - contain no deprecated code > > > You're referring to the current z8k-tdep.c? I will remove the deprecated > code there. Yes. >> (I'm sure there is something else but I can't remember it) > > > I probably will notice when it's time... :-) Actually, I don't think there is. As a reference (for things like frames), look at the d10v. Andrew