From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 13474 invoked by alias); 27 Aug 2004 16:15:54 -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 13460 invoked from network); 27 Aug 2004 16:15:53 -0000 Received: from unknown (HELO maynard.mail.mindspring.net) (207.69.200.243) by sourceware.org with SMTP; 27 Aug 2004 16:15:53 -0000 Received: from user-119a90a.biz.mindspring.com ([66.149.36.10] helo=berman.michael-chastain.com) by maynard.mail.mindspring.net with esmtp (Exim 3.33 #1) id 1C0jOK-0004N1-00; Fri, 27 Aug 2004 12:15:52 -0400 Received: from mindspring.com (localhost [127.0.0.1]) by berman.michael-chastain.com (Postfix) with SMTP id 163D84B102; Fri, 27 Aug 2004 12:15:54 -0400 (EDT) Date: Fri, 27 Aug 2004 16:15:00 -0000 From: Michael Chastain To: cagney@gnu.org Subject: Re: [PATCH/RFA] PR gdb/648 (eval.c approval reqd) Cc: gdb-patches@sources.redhat.com Message-ID: <412F5E39.nailASJ1Y0VWN@mindspring.com> References: <1091830216.4188.23.camel@localhost> <1092659964.5816.5.camel@localhost> <1093009988.5529.40.camel@cpc4-oxfd5-5-0-cust12.oxfd.cable.ntl.com> <1093599149.26156.19.camel@cpc4-oxfd5-5-0-cust12.oxfd.cable.ntl.com> <412F3C47.9060904@gnu.org> <412F3E1D.nailDK31KTUQZ@mindspring.com> <412F4175.3060502@gnu.org> <412F4BD3.nailEEQ135PPF@mindspring.com> <412F599C.3060902@gnu.org> In-Reply-To: <412F599C.3060902@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/msg00749.txt.bz2 Andrew Cagney wrote: > proc deprecated_compile_with_gnu_fortran { program } { .... } Ewww. But you do have a lot of experience in gdb balancing feature additions with infrastructure cleanup, so I have to give some weight to that. So, okay. If you, or somebody, wants to do that, go for it. . put it in a new file, lib/fortran-support.exp. . the deprecated_* name is a nice touch. Michael