From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 16249 invoked by alias); 30 Aug 2004 14:17:04 -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 16031 invoked from network); 30 Aug 2004 14:17:01 -0000 Received: from unknown (HELO mx1.redhat.com) (66.187.233.31) by sourceware.org with SMTP; 30 Aug 2004 14:17:01 -0000 Received: from int-mx1.corp.redhat.com (int-mx1.corp.redhat.com [172.16.52.254]) by mx1.redhat.com (8.12.10/8.12.10) with ESMTP id i7UEGtS2011178 for ; Mon, 30 Aug 2004 10:17:00 -0400 Received: from localhost.redhat.com (porkchop.devel.redhat.com [172.16.58.2]) by int-mx1.corp.redhat.com (8.11.6/8.11.6) with ESMTP id i7UEGn329056; Mon, 30 Aug 2004 10:16:49 -0400 Received: from gnu.org (localhost [127.0.0.1]) by localhost.redhat.com (Postfix) with ESMTP id C35222B9D; Mon, 30 Aug 2004 10:15:40 -0400 (EDT) Message-ID: <4133368C.7020504@gnu.org> Date: Mon, 30 Aug 2004 14:17:00 -0000 From: Andrew Cagney User-Agent: Mozilla/5.0 (X11; U; NetBSD macppc; en-GB; rv:1.4.1) Gecko/20040801 MIME-Version: 1.0 To: Michael Chastain , david@streamline-computing.com Cc: gdb-patches@sources.redhat.com Subject: Re: [PATCH/RFA] PR gdb/648 (eval.c approval reqd) 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> <412F5E39.nailASJ1Y0VWN@mindspring.com> In-Reply-To: <412F5E39.nailASJ1Y0VWN@mindspring.com> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-SW-Source: 2004-08/txt/msg00767.txt.bz2 > Andrew Cagney wrote: > >>> proc deprecated_compile_with_gnu_fortran { program } { .... } > > > Ewww. *2 :-) > 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. David, this makes the testcase possible, can that be added. Andrew