From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 20958 invoked by alias); 3 Sep 2004 11:17:00 -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 20951 invoked from network); 3 Sep 2004 11:16:59 -0000 Received: from unknown (HELO legolas.inter.net.il) (192.114.186.24) by sourceware.org with SMTP; 3 Sep 2004 11:16:59 -0000 Received: from zaretski ([80.230.148.243]) by legolas.inter.net.il (MOS 3.5.3-GR) with ESMTP id CLP30024 (AUTH halo1); Fri, 3 Sep 2004 14:16:47 +0300 (IDT) Date: Fri, 03 Sep 2004 11:17:00 -0000 From: "Eli Zaretskii" To: Andrew Cagney Message-ID: <01c491a7$Blat.v2.2.2$8cce1ae0@zahav.net.il> Content-Transfer-Encoding: 7BIT Content-Type: text/plain; charset=ISO-8859-1 CC: gdb-patches@sources.redhat.com In-reply-to: <41379AC6.90605@gnu.org> (message from Andrew Cagney on Thu, 02 Sep 2004 18:12:22 -0400) Subject: Re: [commit] Let {TM,XM,NM}_FILE specify a path Reply-to: Eli Zaretskii References: <41379AC6.90605@gnu.org> X-SW-Source: 2004-09/txt/msg00052.txt.bz2 > Date: Thu, 02 Sep 2004 18:12:22 -0400 > From: Andrew Cagney > > Many of the still existing TM files (the others are done for > consistency) are just acting as an indirect include of another file. > For instance, tm-nbsd.h #includes "solib.h". This patch tweaks > configure.in so that a TM_FILE can explicitly specify any file (instead > of having to pull it in via an #include) - that lets us eliminate both > the indirection and the unnecessary config file. Perhaps we should rename TM_FILE to something like TM_INCLUDE, then. Btw, did we decide upon all these recent changes against *_FILE thingies? They aren't exactly obvious, so I'd expect them to be posted as RFA's, at the least.