PATCH: Do not call xmalloc_failed in expandargv

Ian Lance Taylor ian@airs.com
Tue Sep 27 15:17:00 GMT 2005


Mark Mitchell <mark@codesourcery.com> writes:

> ! 	    {
> ! 	      fprintf (stderr, "\n%sout of memory\n");
> ! 	      xexit (1);
> ! 	    }

You need an argument to fprintf there, although I don't know just what
it would be.  Or just call fputs.

Either change is approved.

Ian



More information about the Gdb mailing list