From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 25439 invoked by alias); 5 Mar 2013 13:24:19 -0000 Received: (qmail 25393 invoked by uid 22791); 5 Mar 2013 13:24:18 -0000 X-SWARE-Spam-Status: No, hits=-8.0 required=5.0 tests=AWL,BAYES_00,KHOP_RCVD_UNTRUST,KHOP_SPAMHAUS_DROP,KHOP_THREADED,RCVD_IN_DNSWL_HI,RCVD_IN_HOSTKARMA_W,RP_MATCHES_RCVD,SPF_HELO_PASS X-Spam-Check-By: sourceware.org Received: from mx1.redhat.com (HELO mx1.redhat.com) (209.132.183.28) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Tue, 05 Mar 2013 13:24:07 +0000 Received: from int-mx02.intmail.prod.int.phx2.redhat.com (int-mx02.intmail.prod.int.phx2.redhat.com [10.5.11.12]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id r25DO6tJ010336 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Tue, 5 Mar 2013 08:24:06 -0500 Received: from [127.0.0.1] (ovpn01.gateway.prod.ext.ams2.redhat.com [10.39.146.11]) by int-mx02.intmail.prod.int.phx2.redhat.com (8.13.8/8.13.8) with ESMTP id r25DO5fj019319 for ; Tue, 5 Mar 2013 08:24:06 -0500 Message-ID: <5135F1F5.9010003@redhat.com> Date: Tue, 05 Mar 2013 13:24:00 -0000 From: Pedro Alves User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/20130219 Thunderbird/17.0.3 MIME-Version: 1.0 To: gdb-patches@sourceware.org Subject: Re: New target: x86_64-pc-cygwin References: <20130305120034.GQ2481@calimero.vinschen.de> In-Reply-To: <20130305120034.GQ2481@calimero.vinschen.de> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit 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: 2013-03/txt/msg00146.txt.bz2 On 03/05/2013 12:00 PM, Corinna Vinschen wrote: > * configure.host: Add x86_64-*-cygwin* as host. > * configure.tgt: Add x86_64-*-cygwin* as target. > * config/i386/cygwin64.mh: New file. OK with the issue below addressed. > * gdbserver/configure.srv: Add x86_64-*-cygwin* as target. OK, but this goes to gdbserver/ChangeLog. > RCS file: config/i386/cygwin64.mh > diff -N config/i386/cygwin64.mh > --- /dev/null 1 Jan 1970 00:00:00 -0000 > +++ config/i386/cygwin64.mh 5 Mar 2013 11:58:56 -0000 > @@ -0,0 +1 @@ > +NATDEPFILES= i386-nat.o windows-nat.o amd64-windows-nat.o We're now making an effort to add copyright headers to all config/ files (even small one liners). You can copy the header from config/powerpc/fbsd.mh. -- Pedro Alves