From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 14699 invoked by alias); 10 Aug 2004 22:59: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 14692 invoked from network); 10 Aug 2004 22:59:10 -0000 Received: from unknown (HELO tisch.mail.mindspring.net) (207.69.200.157) by sourceware.org with SMTP; 10 Aug 2004 22:59:10 -0000 Received: from user-119a90a.biz.mindspring.com ([66.149.36.10] helo=berman.michael-chastain.com) by tisch.mail.mindspring.net with esmtp (Exim 3.33 #1) id 1BufaG-00053j-00; Tue, 10 Aug 2004 18:59:09 -0400 Received: from mindspring.com (localhost [127.0.0.1]) by berman.michael-chastain.com (Postfix) with SMTP id 5498E4B102; Tue, 10 Aug 2004 18:54:23 -0400 (EDT) Date: Tue, 10 Aug 2004 22:59:00 -0000 From: Michael Chastain To: gdb-patches@sources.redhat.com, cagney@gnu.org Subject: Re: [obish] Zap m* methods Message-ID: <4119521E.nailAPE13HNES@mindspring.com> References: <41194E61.2050801@gnu.org> In-Reply-To: <41194E61.2050801@gnu.org> User-Agent: nail 10.8 6/28/04 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-SW-Source: 2004-08/txt/msg00377.txt.bz2 Actually, I would like to keep the init_malloc in selftest.exp. Here's why. When I look for regressions in gdb, I use the current test suite with the old gdb and the new gdb. So it helps if the current test suite doesn't do "default { fail; return }" when I run it with gdb 6.2. I can live with the "fail" but it's the "return" that kills me, by killing the rest of selftest.exp. This is going to get a bit more important than usual because test suites before the current test suite don't work well with gcc 3.5 prerelease. (Current test suite still has problems but I'm working on them). Andrew, okay with you if I put the init_malloc back? Michael C