From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 23641 invoked by alias); 12 Jan 2009 19:42:44 -0000 Received: (qmail 23633 invoked by uid 22791); 12 Jan 2009 19:42:44 -0000 X-SWARE-Spam-Status: No, hits=-0.6 required=5.0 tests=AWL,BAYES_00,RCVD_IN_JMF_BR,SPF_SOFTFAIL X-Spam-Check-By: sourceware.org Received: from mtaout5.012.net.il (HELO mtaout5.012.net.il) (84.95.2.13) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Mon, 12 Jan 2009 19:41:55 +0000 Received: from conversion-daemon.i_mtaout5.012.net.il by i_mtaout5.012.net.il (HyperSendmail v2004.12) id <0KDD00F00IEPAI00@i_mtaout5.012.net.il> for gdb-patches@sourceware.org; Mon, 12 Jan 2009 21:42:01 +0200 (IST) Received: from HOME-C4E4A596F7 ([77.126.141.155]) by i_mtaout5.012.net.il (HyperSendmail v2004.12) with ESMTPA id <0KDD004F4IQ0G4E0@i_mtaout5.012.net.il> for gdb-patches@sourceware.org; Mon, 12 Jan 2009 21:42:01 +0200 (IST) Date: Mon, 12 Jan 2009 19:42:00 -0000 From: Eli Zaretskii Subject: Re: Rename win32-* to windows-* In-reply-to: <20090112011038.GA3142@ednor.casa.cgf.cx> To: gdb-patches@sourceware.org Reply-to: Eli Zaretskii Message-id: References: <20090110090843.GB29274@adacore.com> <20090110165031.GB24850@ednor.casa.cgf.cx> <20090111041848.GQ24105@adacore.com> <20090111042411.GA8509@ednor.casa.cgf.cx> <20090111132129.GS24105@adacore.com> <20090111155801.GA18734@host0.dyn.jankratochvil.net> <20090111183625.GA10501@ednor.casa.cgf.cx> <20090112011038.GA3142@ednor.casa.cgf.cx> X-IsSubscribed: yes Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org X-SW-Source: 2009-01/txt/msg00263.txt.bz2 > Date: Sun, 11 Jan 2009 20:10:38 -0500 > From: Christopher Faylor > > I did the rename. Thanks. > * win32-tdep.h: Delete. > * windows-tdep.h: Rename from win32-tdep.h. > * win32-nat.h: Delete. > * windows-nat.h: Rename from win32-nat.h. > * win32-nat.c: Delete. > * windows-nat.c: Rename from win32-nat.c. > * win32-termcapt.c: Delete. > * windows-termcap.c: Rename from win32-termcap.c. > * amd64-windows-nat.c: Handle rename from win32-nat.h -> windows-nat.h. > * configure.ac: Handle rename from win32-termcap.c -> > windows-termcap.c. The new windows-*.c file names all clash in 8+3 namespace, so we need a few new entries in config/djgpp/fnchange.lst for them.