From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 10854 invoked by alias); 6 Oct 2004 16:45:15 -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 10847 invoked from network); 6 Oct 2004 16:45:14 -0000 Received: from unknown (HELO mx1.redhat.com) (66.187.233.31) by sourceware.org with SMTP; 6 Oct 2004 16:45:14 -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 i96Gj9Yd013622 for ; Wed, 6 Oct 2004 12:45:14 -0400 Received: from localhost.redhat.com (porkchop.devel.redhat.com [172.16.58.2]) by int-mx1.corp.redhat.com (8.11.6/8.11.6) with ESMTP id i96Gj3r04030; Wed, 6 Oct 2004 12:45:08 -0400 Received: from gnu.org (localhost [127.0.0.1]) by localhost.redhat.com (Postfix) with ESMTP id B1E3428D2; Wed, 6 Oct 2004 12:44:47 -0400 (EDT) Message-ID: <416420FF.2090201@gnu.org> Date: Wed, 06 Oct 2004 16:45:00 -0000 From: Andrew Cagney User-Agent: Mozilla/5.0 (X11; U; NetBSD macppc; en-GB; rv:1.4.1) Gecko/20040831 MIME-Version: 1.0 To: gdb@sources.redhat.com Subject: Trimming the CVS "gdb" module Content-Type: multipart/mixed; boundary="------------000502070801000108030407" X-SW-Source: 2004-10/txt/msg00134.txt.bz2 This is a multi-part message in MIME format. --------------000502070801000108030407 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Content-length: 606 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 --------------000502070801000108030407 Content-Type: text/plain; name="diffs" Content-Transfer-Encoding: 7bit Content-Disposition: inline; filename="diffs" Content-length: 1481 ? diffs Index: modules =================================================================== RCS file: /cvs/src/CVSROOT/modules,v retrieving revision 1.56 diff -p -u -r1.56 modules --- modules 30 Mar 2004 01:35:57 -0000 1.56 +++ modules 6 Oct 2004 16:36:49 -0000 @@ -128,14 +128,22 @@ sim -a naked-sim naked-bfd naked-opcode naked-libiberty naked-mmalloc naked-include \ src-support naked-intl -naked-gdb-guifull -a src/gdb -naked-gdb -a !src/gdb/gdbtk !src/gdb/testsuite/gdb.gdbtk src/gdb -gdb-support -a naked-texinfo naked-bfd naked-opcodes \ +# OLD-GDB contains everything that ever was in GDB. It can be used to +# check out out old GDB branches and as an approximation for an old +# mainline. +old-gdb -a !src/gdb/gdbtk !src/gdb/testsuite/gdb.gdbtk src/gdb \ + naked-texinfo naked-bfd naked-opcodes \ naked-readline naked-libiberty naked-mmalloc naked-include \ naked-sim naked-utils src-support naked-intl naked-cpu \ - src/cgen/cpu \ - src/djunpack.bat + src/cgen/cpu src/djunpack.bat +naked-gdb-guifull -a src/gdb +naked-gdb -a !src/gdb/gdbtk !src/gdb/testsuite/gdb.gdbtk src/gdb +gdb-support -a naked-texinfo naked-bfd naked-opcodes \ + naked-readline naked-libiberty naked-include \ + naked-sim naked-utils naked-cpu src/djunpack.bat \ + src-support +# Module reflecting active development. gdb -a naked-gdb gdb-support gdb+dejagnu -a gdb naked-dejagnu naked-expect naked-tcl gdb+binutils -a gdb naked-binutils naked-gas naked-gprof naked-ld --------------000502070801000108030407--