From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 26590 invoked by alias); 22 Sep 2004 12:14:32 -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 26576 invoked from network); 22 Sep 2004 12:14:30 -0000 Received: from unknown (HELO mx1.redhat.com) (66.187.233.31) by sourceware.org with SMTP; 22 Sep 2004 12:14:30 -0000 Received: from int-mx2.corp.redhat.com (int-mx2.corp.redhat.com [172.16.27.26]) by mx1.redhat.com (8.12.11/8.12.10) with ESMTP id i8MCETOk014295 for ; Wed, 22 Sep 2004 08:14:30 -0400 Received: from potter.sfbay.redhat.com (potter.sfbay.redhat.com [172.16.27.15]) by int-mx2.corp.redhat.com (8.11.6/8.11.6) with ESMTP id i8MCET723078 for ; Wed, 22 Sep 2004 08:14:29 -0400 Received: from cygbert.vinschen.de (vpn50-67.rdu.redhat.com [172.16.50.67]) by potter.sfbay.redhat.com (8.11.6/8.11.6) with ESMTP id i8MCESV30447 for ; Wed, 22 Sep 2004 05:14:28 -0700 Received: by cygbert.vinschen.de (Postfix, from userid 500) id 278CE5808D; Wed, 22 Sep 2004 14:15:16 +0200 (CEST) Date: Wed, 22 Sep 2004 12:14:00 -0000 From: Corinna Vinschen To: gdb-patches@sources.redhat.com Subject: [RFA] EOL config/i386/xm-cygwin.h Message-ID: <20040922121516.GB17670@cygbert.vinschen.de> Reply-To: gdb-patches@sources.redhat.com Mail-Followup-To: gdb-patches@sources.redhat.com Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.4.2i X-SW-Source: 2004-09/txt/msg00351.txt.bz2 Hi, this patch gets rid of config/i386/xm-cygwin.h. Ok to apply? Corinna * config/i386/cygwin.mh (MH_CFLAGS): Add -DCRLF_SOURCE_FILES. (XM_FILE): Remove. * config/i386/xm-cygwin.h: Remove. Index: config/i386/cygwin.mh =================================================================== RCS file: /cvs/src/src/gdb/config/i386/cygwin.mh,v retrieving revision 1.6 diff -p -u -r1.6 cygwin.mh --- config/i386/cygwin.mh 4 Feb 2002 11:00:10 -0000 1.6 +++ config/i386/cygwin.mh 21 Sep 2004 15:45:08 -0000 @@ -1,5 +1,4 @@ -MH_CFLAGS= -XM_FILE=xm-cygwin.h +MH_CFLAGS=-DCRLF_SOURCE_FILES NATDEPFILES= i386-nat.o win32-nat.o corelow.o NAT_FILE=nm-cygwin.h XM_CLIBS= -- Corinna Vinschen Cygwin Project Co-Leader Red Hat, Inc.