From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 24690 invoked by alias); 19 Jan 2004 22:53: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 24680 invoked from network); 19 Jan 2004 22:53:19 -0000 Received: from unknown (HELO hall.mail.mindspring.net) (207.69.200.60) by sources.redhat.com with SMTP; 19 Jan 2004 22:53:19 -0000 Received: from user-119a90a.biz.mindspring.com ([66.149.36.10] helo=berman.michael-chastain.com) by hall.mail.mindspring.net with esmtp (Exim 3.33 #1) id 1AiiGi-0006Cl-00; Mon, 19 Jan 2004 17:53:16 -0500 Received: by berman.michael-chastain.com (Postfix, from userid 502) id 3EEA84B359; Mon, 19 Jan 2004 17:53:06 -0500 (EST) To: cagney@gnu.org, mec.gnu@mindspring.com Subject: Re: [rfa] delete more mmalloc remnants Cc: cagney@redhat.com, eliz@gnu.org, gdb-patches@sources.redhat.com Message-Id: <20040119225306.3EEA84B359@berman.michael-chastain.com> Date: Mon, 19 Jan 2004 22:53:00 -0000 From: mec.gnu@mindspring.com (Michael Elizabeth Chastain) X-SW-Source: 2004-01/txt/msg00532.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. Michael C