From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 863 invoked by alias); 27 Sep 2005 15:17:22 -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 838 invoked from network); 27 Sep 2005 15:17:18 -0000 Received: from unknown (205.217.158.180) by sourceware.org with QMTP; 27 Sep 2005 15:17:18 -0000 Received: (qmail 27268 invoked by uid 10); 27 Sep 2005 15:17:17 -0000 Received: (qmail 17417 invoked by uid 500); 27 Sep 2005 15:17:10 -0000 To: mark@codesourcery.com 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> From: Ian Lance Taylor Date: Tue, 27 Sep 2005 15:17:00 -0000 In-Reply-To: <200509271451.j8REpKeg029702@sethra.codesourcery.com> Message-ID: User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.4 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-SW-Source: 2005-09/txt/msg00213.txt.bz2 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. Either change is approved. Ian