From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 10722 invoked by alias); 2 Sep 2004 20:26:39 -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 10672 invoked from network); 2 Sep 2004 20:26:26 -0000 Received: from unknown (HELO legolas.inter.net.il) (192.114.186.24) by sourceware.org with SMTP; 2 Sep 2004 20:26:26 -0000 Received: from zaretski (pns03-199-230.inter.net.il [80.230.199.230]) by legolas.inter.net.il (MOS 3.5.3-GR) with ESMTP id CLL21249 (AUTH halo1); Thu, 2 Sep 2004 23:26:22 +0300 (IDT) Date: Thu, 02 Sep 2004 20:26:00 -0000 From: "Eli Zaretskii" To: Andrew Cagney Message-ID: <01c4912b$Blat.v2.2.2$2bea1980@zahav.net.il> Content-Transfer-Encoding: 7BIT Content-Type: text/plain; charset=ISO-8859-1 CC: gdb-patches@sources.redhat.com In-reply-to: <41376681.4050203@gnu.org> (message from Andrew Cagney on Thu, 02 Sep 2004 14:29:21 -0400) Subject: Re: [patch] Deprecate XM_FILE and TM_FILE Reply-to: Eli Zaretskii References: <41376681.4050203@gnu.org> X-SW-Source: 2004-09/txt/msg00046.txt.bz2 > Date: Thu, 02 Sep 2004 14:29:21 -0400 > From: Andrew Cagney > > -XM_FILE= xm-go32.h > +DEPRECATED_XM_FILE= xm-go32.h What exactly am I supposed to do here to avoid the danger of having the DJGPP port nuked in the next release? Define GDBINIT_FILENAME, CRLF_SOURCE_FILES, and DIRNAME_SEPARATOR on some header file(s) conditioned by "#ifdef DJGPP"? It sounds silly to invent autoconf tests for that when we know _exactly_ what system(s) will need that.