From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 20877 invoked by alias); 24 Jul 2002 22:09:40 -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 20870 invoked from network); 24 Jul 2002 22:09:39 -0000 Received: from unknown (HELO localhost.redhat.com) (216.138.202.10) by sources.redhat.com with SMTP; 24 Jul 2002 22:09:39 -0000 Received: from ges.redhat.com (localhost [127.0.0.1]) by localhost.redhat.com (Postfix) with ESMTP id 94E9A3C92; Wed, 24 Jul 2002 18:09:38 -0400 (EDT) Message-ID: <3D3F25A2.1000102@ges.redhat.com> Date: Wed, 24 Jul 2002 15:45:00 -0000 From: Andrew Cagney User-Agent: Mozilla/5.0 (X11; U; NetBSD macppc; en-US; rv:1.0.0) Gecko/20020708 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Mark Kettenis , Joel Brobecker Cc: gdb-patches@sources.redhat.com Subject: Re: [RFC] Adding new files, for new port to Interix (Services For Unix) References: <20020724090730.GB1166@gnat.com> <86ofcw3nhd.fsf@elgar.kettenis.dyndns.org> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-SW-Source: 2002-07/txt/msg00492.txt.bz2 >> I am attaching to this message some files that I'd like to add to the >> GDB trunk. These are only new files, and some other changes are still >> needed for GDB to first configure properly, and then build. >> >> My current plan regarding the inclusion of this new port is the >> following: >> - check-in the attached files, possibly (probably) with your comments >> incorporated Before any initial commit, could you please go through them with a fine tooth comb and eliminate anything obvious. See http://sources.redhat.com/gdb/current/ari/ for a reference. You need to at least work through Fixed (Critical), Coding and Deprecated (interestingly ``register'' isn't yet listed under any of those :-) The move to commit the Ada files and have them slowly cleaned up was an experiment. Until that experiment is finished I'm reluctant to see other similar sized files accepted under that same loose criteria. >> - check-in the changes in the configury machinery in order for GDB to >> configure >> - check-in the minimal changes to allow GDB to build >> - And then finally check-in the remaining changes that make GDB work. >> For the curious, my regression testsuite results show about 6600 >> passes, and 1200 failures. Andrew