From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 13391 invoked by alias); 10 Feb 2004 19:30:17 -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 13375 invoked from network); 10 Feb 2004 19:30:16 -0000 Received: from unknown (HELO nevyn.them.org) (66.93.172.17) by sources.redhat.com with SMTP; 10 Feb 2004 19:30:16 -0000 Received: from drow by nevyn.them.org with local (Exim 4.30 #1 (Debian)) id 1AqdaJ-0005z5-Tu for ; Tue, 10 Feb 2004 14:30:15 -0500 Date: Tue, 10 Feb 2004 19:30:00 -0000 From: Daniel Jacobowitz To: gdb-patches@sources.redhat.com Subject: Re: [RFA/doco] add obstacks to gdbint.texi Message-ID: <20040210193015.GA7841@nevyn.them.org> Mail-Followup-To: gdb-patches@sources.redhat.com References: <16425.5280.824503.7068@localhost.redhat.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <16425.5280.824503.7068@localhost.redhat.com> User-Agent: Mutt/1.5.1i X-SW-Source: 2004-02/txt/msg00251.txt.bz2 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. -- Daniel Jacobowitz MontaVista Software Debian GNU/Linux Developer