From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 12469 invoked by alias); 19 Jan 2004 23:12:11 -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 12455 invoked from network); 19 Jan 2004 23:12:10 -0000 Received: from unknown (HELO localhost.redhat.com) (216.129.200.20) by sources.redhat.com with SMTP; 19 Jan 2004 23:12:10 -0000 Received: from gnu.org (localhost [127.0.0.1]) by localhost.redhat.com (Postfix) with ESMTP id 8D0572B8F; Mon, 19 Jan 2004 18:12:08 -0500 (EST) Message-ID: <400C6448.9000102@gnu.org> Date: Mon, 19 Jan 2004 23:12: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: <20040119225306.3EEA84B359@berman.michael-chastain.com> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-SW-Source: 2004-01/txt/msg00536.txt.bz2 > I agree with anything user visible being removed. For the remaining >> internal stuff perhaphs hold off a little. > > > Ummm, could you say which of these files/symbols it's okay to > delete now: > > * MAINTAINERS: Delete mmalloc. > * Makefile.in: Delete MMALLOC, MMALLOC_CFLAGS, -lmmalloc, mmalloc_h. > * NEWS: Mention removal of --with-malloc. > * acconfig.h: Delete USE_MMALLOC, MMCHECK_FORCE. > * config.in: Regenerate. > * configure: Regenerate. > * configure.in: Delete MMALLOC_CFLAGS, MMALLOC, --with-mmalloc, USE_MMALLOC, MMCHECK_FORCE. > * gdbinit.in: Remove mmalloc. > * utils.c: Delete USE_MMALLOC, NO_MMCHECK, MMCHECK_FORCE, malloc_botch. > * config/alpha/alpha-linux.mh: Delete MMALLOC, MMALLOC_CFLAGS. > * config/i386/go32.mh: Likewise. > * config/i386/interix.mh: Likewise. > * config/powerpc/xm-linux.h: Delete MMAP_BASE_ADDRESS, MMAP_INCREMENT. > > I'll be happy to make a revised patch with just the stuff that > it's okay to delete. Yep. Andrew