From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 4144 invoked by alias); 27 Sep 2005 15:22:37 -0000 Mailing-List: contact gdb-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-owner@sources.redhat.com Received: (qmail 3912 invoked by uid 22791); 27 Sep 2005 15:22:08 -0000 Received: from dumbledore.codesourcery.com (HELO mail.codesourcery.com) (65.74.133.11) by sourceware.org (qpsmtpd/0.30-dev) with ESMTP; Tue, 27 Sep 2005 15:22:08 +0000 Received: (qmail 30917 invoked from network); 27 Sep 2005 15:22:06 -0000 Received: from unknown (HELO ?192.168.0.4?) (mitchell@127.0.0.2) by mail.codesourcery.com with ESMTPA; 27 Sep 2005 15:22:06 -0000 Message-ID: <433963A4.3010600@codesourcery.com> Date: Tue, 27 Sep 2005 15:22:00 -0000 From: Mark Mitchell User-Agent: Mozilla Thunderbird 1.0.2 (Windows/20050317) MIME-Version: 1.0 To: Ian Lance Taylor CC: gdb@sources.redhat.com, gdb-patches@sources.redhat.com, dj@redhat.com Subject: Re: PATCH: Do not call xmalloc_failed in expandargv References: <200509271451.j8REpKeg029702@sethra.codesourcery.com> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-SW-Source: 2005-09/txt/msg00214.txt.bz2 Ian Lance Taylor wrote: > Mark Mitchell 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. Doh. I changed that to use fputs, and checked it in. Thanks! -- Mark Mitchell CodeSourcery, LLC mark@codesourcery.com (916) 791-8304