From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 29808 invoked by alias); 19 Oct 2004 13:44:55 -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 29800 invoked from network); 19 Oct 2004 13:44:55 -0000 Received: from unknown (HELO mx1.redhat.com) (66.187.233.31) by sourceware.org with SMTP; 19 Oct 2004 13:44:55 -0000 Received: from int-mx1.corp.redhat.com (int-mx1.corp.redhat.com [172.16.52.254]) by mx1.redhat.com (8.12.11/8.12.10) with ESMTP id i9JDinSV015298 for ; Tue, 19 Oct 2004 09:44:54 -0400 Received: from localhost.redhat.com (to-dhcp51.toronto.redhat.com [172.16.14.151]) by int-mx1.corp.redhat.com (8.11.6/8.11.6) with ESMTP id i9JDiir24878; Tue, 19 Oct 2004 09:44:44 -0400 Received: from [127.0.0.1] (localhost.localdomain [127.0.0.1]) by localhost.redhat.com (Postfix) with ESMTP id 8B1EC7ACEF; Tue, 19 Oct 2004 09:44:27 -0400 (EDT) Message-ID: <41751A31.7050409@gnu.org> Date: Tue, 19 Oct 2004 18:28:00 -0000 From: Andrew Cagney User-Agent: Mozilla Thunderbird 0.8 (X11/20041012) MIME-Version: 1.0 To: gdb@sources.redhat.com Subject: Re: Trimming the CVS "gdb" module References: <416420FF.2090201@gnu.org> In-Reply-To: <416420FF.2090201@gnu.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-SW-Source: 2004-10/txt/msg00356.txt.bz2 Andrew Cagney wrote: > Following tries to close a number of random discussions that noticed > that the GDB module contains stuff that is no longer applicable. > > The attached modifies GDB's "gdb" CVS module trimming it back to what is > currently relevant. It drops mmalloc/ (not used), cgen/cpu/ (moved to > cpu/), intl (use installed), and utils/ (not used). > > It also adds the module old-gdb which retains all the old directories > and hence can be used to check out old gdb versions (although "gdb" will > be sufficient for most needs). > > I'll look to commit this in a week, this needs to be closed before 6.3 > is branched. > > Andrew This is in (I need it to create the backdated branch). Andrew