From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 21717 invoked by alias); 10 Feb 2004 20:11:27 -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 21692 invoked from network); 10 Feb 2004 20:11:26 -0000 Received: from unknown (HELO nevyn.them.org) (66.93.172.17) by sources.redhat.com with SMTP; 10 Feb 2004 20:11:26 -0000 Received: from drow by nevyn.them.org with local (Exim 4.30 #1 (Debian)) id 1AqeE9-0005aM-EX for ; Tue, 10 Feb 2004 15:11:25 -0500 Date: Tue, 10 Feb 2004 20:11:00 -0000 From: Daniel Jacobowitz To: gdb-patches@sources.redhat.com Subject: Re: [RFA/doco] add obstacks to gdbint.texi Message-ID: <20040210201125.GA21392@nevyn.them.org> Mail-Followup-To: gdb-patches@sources.redhat.com References: <16425.5280.824503.7068@localhost.redhat.com> <20040210193015.GA7841@nevyn.them.org> <16425.14578.813770.603105@localhost.redhat.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <16425.14578.813770.603105@localhost.redhat.com> User-Agent: Mutt/1.5.1i X-SW-Source: 2004-02/txt/msg00258.txt.bz2 On Tue, Feb 10, 2004 at 03:02:58PM -0500, Elena Zannoni wrote: > Daniel Jacobowitz writes: > > Thanks for doing this! > > > > On Tue, Feb 10, 2004 at 12:28:00PM -0500, Elena Zannoni wrote: > > > +@value{GDBN} uses various features provided by the libiberty library, > > > +for instance the memory management functions xfree and xmalloc, and > > > +the obstack extension. > > > > Actually, we don't use xfree and xmalloc from libiberty; we use our own > > copy in utils.c that behave similarly. > > > > duh, true. libiberty doesn't even have xfree. So what do we use from > libiberty? demangler, floatformat, obstack, getopt, what else? I know I added a use of lbasename. Oh, and make_relative_prefix. I think we use buildargv somewhere but that might just be in the simulators. Concat probably has snuck in somewhere. -- Daniel Jacobowitz MontaVista Software Debian GNU/Linux Developer