This is the mail archive of the gdb@sourceware.org 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: CVS link error


On Mon, Sep 26, 2005 at 05:31:52PM -0700, Ian Lance Taylor wrote:
> I think this is happening because expandargv in libiberty/argv.c now
> calls xmalloc_failed.  That is provided by libiberty/xmalloc.c but not
> by gdb/utils.c.
> 
> Is there any reason for gdb/utils.c to continue to define xmalloc and
> friends?

Yes.  GDB's versions don't do the same thing on error.

-- 
Daniel Jacobowitz
CodeSourcery, LLC


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