From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 20996 invoked by alias); 8 Oct 2004 08:54:08 -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 20988 invoked from network); 8 Oct 2004 08:54:07 -0000 Received: from unknown (HELO legolas.inter.net.il) (192.114.186.24) by sourceware.org with SMTP; 8 Oct 2004 08:54:07 -0000 Received: from zaretski (pns03-208-187.inter.net.il [80.230.208.187]) by legolas.inter.net.il (MOS 3.5.3-GR) with ESMTP id CTU43041 (AUTH halo1); Fri, 8 Oct 2004 10:53:23 +0200 (IST) Date: Fri, 08 Oct 2004 10:10:00 -0000 From: "Eli Zaretskii" To: Andrew Cagney Message-ID: <01c4ad13$Blat.v2.2.2$f1f70c60@zahav.net.il> Content-Transfer-Encoding: 7BIT Content-Type: text/plain; charset=ISO-8859-1 CC: gdb@sources.redhat.com In-reply-to: <416420FF.2090201@gnu.org> (message from Andrew Cagney on Wed, 06 Oct 2004 12:44:47 -0400) Subject: Re: Trimming the CVS "gdb" module Reply-to: Eli Zaretskii References: <416420FF.2090201@gnu.org> X-SW-Source: 2004-10/txt/msg00242.txt.bz2 > Date: Wed, 06 Oct 2004 12:44:47 -0400 > From: Andrew Cagney > > 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). I have concerns about the `intl' part. Where, if anywhere at all, will GDB distributions keep the stuff that is currently in `intl'? AFAIR, GNU projects that support l10n bring this stuff with them, they do not rely on the installed gettext facilities as the sole solution. Are we going to create a new directory `gdb/intl' and import files there from the GNU gettext CVS tree, or will we do somthing else?