From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 4577 invoked by alias); 21 Oct 2004 13:46:36 -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 4444 invoked from network); 21 Oct 2004 13:46:32 -0000 Received: from unknown (HELO nevyn.them.org) (66.93.172.17) by sourceware.org with SMTP; 21 Oct 2004 13:46:32 -0000 Received: from drow by nevyn.them.org with local (Exim 4.34 #1 (Debian)) id 1CKdGy-0003Op-D6; Thu, 21 Oct 2004 09:46:32 -0400 Date: Fri, 22 Oct 2004 10:09:00 -0000 From: Daniel Jacobowitz To: Eli Zaretskii Cc: cagney@gnu.org, kettenis@gnu.org, gdb@sources.redhat.com Subject: Re: Trimming the CVS "gdb" module Message-ID: <20041021134631.GA13029@nevyn.them.org> Mail-Followup-To: Eli Zaretskii , cagney@gnu.org, kettenis@gnu.org, gdb@sources.redhat.com References: <200410131535.i9DFZ8Sb020582@juw15.nfra.nl> <01c4b162$Blat.v2.2.2$6fa656a0@zahav.net.il> <4175221A.8040006@gnu.org> <01c4b617$Blat.v2.2.2$89156400@zahav.net.il> <41759B30.3070907@gnu.org> <01c4b660$Blat.v2.2.2$193a8e00@zahav.net.il> <4176800E.4050302@gnu.org> <01c4b6d2$Blat.v2.2.2$7f2c17c0@zahav.net.il> <20041020222113.GA13185@nevyn.them.org> <01c4b72b$Blat.v2.2.2$bd636120@zahav.net.il> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <01c4b72b$Blat.v2.2.2$bd636120@zahav.net.il> User-Agent: Mutt/1.5.5.1+cvs20040105i X-SW-Source: 2004-10/txt/msg00395.txt.bz2 On Thu, Oct 21, 2004 at 07:05:33AM +0200, Eli Zaretskii wrote: > > Date: Wed, 20 Oct 2004 18:21:13 -0400 > > From: Daniel Jacobowitz > > Cc: Andrew Cagney , kettenis@gnu.org, > > gdb@sources.redhat.com > > > > > Can't we copycat what Binutils does? IIRC, it comes with an `intl' > > > directory under `binutils-X.Y.Z', or at least it used to last time I > > > looked. > > > > Yes, the very same copy we just removed from the GDB distribution. > > No one has felt motivated enough to update it lately. GCC has an > > updated copy we could pull. > > I didn't mean just the directory contents, I meant primarily the > configure- and build-time machinery that gets gettext to build and be > installed together with GDB, so that the installed GDB could use it. Yes, that's what I meant also. None of that lives under gdb/; it's all in the top level or within intl/. -- Daniel Jacobowitz