From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 11678 invoked by alias); 16 Apr 2003 14:43:43 -0000 Mailing-List: contact gdb-patches-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sources.redhat.com Received: (qmail 11665 invoked from network); 16 Apr 2003 14:43:43 -0000 Received: from unknown (HELO localhost.redhat.com) (207.219.125.105) by sources.redhat.com with SMTP; 16 Apr 2003 14:43:43 -0000 Received: from redhat.com (localhost [127.0.0.1]) by localhost.redhat.com (Postfix) with ESMTP id B70922B2F; Wed, 16 Apr 2003 10:43:43 -0400 (EDT) Message-ID: <3E9D6C1F.2050403@redhat.com> Date: Wed, 16 Apr 2003 14:43:00 -0000 From: Andrew Cagney User-Agent: Mozilla/5.0 (X11; U; NetBSD macppc; en-US; rv:1.0.2) Gecko/20030223 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Andrew Cagney Cc: gdb-patches@sources.redhat.com Subject: Re: [patch rfc] Make GDB's xmalloc match liberties References: <3E9760F6.1040704@redhat.com> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-SW-Source: 2003-04/txt/msg00324.txt.bz2 > Per recent discussion, this modifies GDB's xmalloc (actually xmmalloc) so that the behavior matches libiberty's. > > Andrew > > > > 2003-04-11 Andrew Cagney > > * utils.c (xmmalloc): Always allocate something, matches > libiberty/xmalloc's semantics. > (xmrealloc, xmcalloc): Ditto. > I've checked this in. Andrew