From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 28091 invoked by alias); 5 Sep 2004 04:17:56 -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 28023 invoked from network); 5 Sep 2004 04:17:42 -0000 Received: from unknown (HELO legolas.inter.net.il) (192.114.186.24) by sourceware.org with SMTP; 5 Sep 2004 04:17:42 -0000 Received: from zaretski ([80.230.148.243]) by legolas.inter.net.il (MOS 3.5.3-GR) with ESMTP id CLU61739 (AUTH halo1); Sun, 5 Sep 2004 07:17:38 +0300 (IDT) Date: Sun, 05 Sep 2004 04:17:00 -0000 From: "Eli Zaretskii" To: Andrew Cagney Message-ID: <01c492ff$Blat.v2.2.2$4fec0480@zahav.net.il> Content-Transfer-Encoding: 7BIT Content-Type: text/plain; charset=ISO-8859-1 CC: gdb-patches@sources.redhat.com In-reply-to: <413A277E.3060700@gnu.org> (message from Andrew Cagney on Sat, 04 Sep 2004 16:37:18 -0400) Subject: Re: [patch] Deprecate XM_FILE and TM_FILE Reply-to: Eli Zaretskii References: <41376681.4050203@gnu.org> <01c4912b$Blat.v2.2.2$2bea1980@zahav.net.il> <413898FB.7080502@gnu.org> <01c49276$Blat.v2.2.2$c81daa00@zahav.net.il> <4139D06B.5060902@gnu.org> <01c4929c$Blat.v2.2.2$3333c200@zahav.net.il> <413A277E.3060700@gnu.org> X-SW-Source: 2004-09/txt/msg00088.txt.bz2 > Date: Sat, 04 Sep 2004 16:37:18 -0400 > From: Andrew Cagney > Cc: gdb-patches@sources.redhat.com > > Here, the xm-go32.h file will have been removed before the XM_FILE > mechanism goes away (if it hasn't we've both seriously fallen down on > the job :-) and therefore, DJGPP won't be broken. Who is going to replace xm-go32.h with something that will preserve the functionality? And why isn't that something checked in before XM_FILE is deprecated? > This is all about preventing new uses of an old mechanism that we're > trying to replace, not about deprecating DJGPP. The thing is DJGPP _uses_ that old mechanism.