From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 18737 invoked by alias); 19 Jan 2004 22:45:19 -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 18711 invoked from network); 19 Jan 2004 22:45:18 -0000 Received: from unknown (HELO localhost.redhat.com) (216.129.200.20) by sources.redhat.com with SMTP; 19 Jan 2004 22:45:18 -0000 Received: from gnu.org (localhost [127.0.0.1]) by localhost.redhat.com (Postfix) with ESMTP id 5C5EB2B8F; Mon, 19 Jan 2004 17:45:16 -0500 (EST) Message-ID: <400C5DFC.3060508@gnu.org> Date: Mon, 19 Jan 2004 22:45:00 -0000 From: Andrew Cagney User-Agent: Mozilla/5.0 (X11; U; NetBSD macppc; en-US; rv:1.0.2) Gecko/20030820 MIME-Version: 1.0 To: Michael Elizabeth Chastain Cc: cagney@redhat.com, eliz@gnu.org, gdb-patches@sources.redhat.com Subject: Re: [rfa] delete more mmalloc remnants References: <20040119222614.A45C94B359@berman.michael-chastain.com> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-SW-Source: 2004-01/txt/msg00531.txt.bz2 > This patch deletes more remnants of --with-mmalloc. > > I tested this by building on native i686-pc-linux-gnu and > running the "break main; run" test. > > I need several approvals for this, including a doco approval. > > Okay to commit? I agree with anything user visible being removed. For the remaining internal stuff perhaphs hold off a little. I'd like to see: - ISO-Cify src/mmalloc/ (yes it really is still k&r) and export a "struct mdesc" like object. - implement a obstack like object that is derived from the mmalloc object (so that the mmalloc directly knows about it and hence can directly save/restore it - no need for all the messy code I zapped) - look at using that in the symtab always Now that there's a clean slate someone might be interested. Andrew