This is the mail archive of the gdb-patches@sources.redhat.com mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [RFA/doco] add obstacks to gdbint.texi


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]