From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 27538 invoked by alias); 5 Mar 2013 13:30:06 -0000 Received: (qmail 27441 invoked by uid 22791); 5 Mar 2013 13:30:04 -0000 X-SWARE-Spam-Status: No, hits=-2.0 required=5.0 tests=AWL,BAYES_00,RCVD_IN_HOSTKARMA_NO X-Spam-Check-By: sourceware.org Received: from rock.gnat.com (HELO rock.gnat.com) (205.232.38.15) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Tue, 05 Mar 2013 13:29:58 +0000 Received: from localhost (localhost.localdomain [127.0.0.1]) by filtered-rock.gnat.com (Postfix) with ESMTP id 4236B2E8BB; Tue, 5 Mar 2013 08:29:58 -0500 (EST) Received: from rock.gnat.com ([127.0.0.1]) by localhost (rock.gnat.com [127.0.0.1]) (amavisd-new, port 10024) with LMTP id ZHE16NE3EPdh; Tue, 5 Mar 2013 08:29:58 -0500 (EST) Received: from joel.gnat.com (localhost.localdomain [127.0.0.1]) by rock.gnat.com (Postfix) with ESMTP id 2B8262E4D1; Tue, 5 Mar 2013 08:29:58 -0500 (EST) Received: by joel.gnat.com (Postfix, from userid 1000) id D6B9BC257E; Tue, 5 Mar 2013 05:29:57 -0800 (PST) Date: Tue, 05 Mar 2013 13:30:00 -0000 From: Joel Brobecker To: gdb-patches@sourceware.org Cc: Pedro Alves Subject: Re: New target: x86_64-pc-cygwin Message-ID: <20130305132957.GD4472@adacore.com> References: <20130305120034.GQ2481@calimero.vinschen.de> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20130305120034.GQ2481@calimero.vinschen.de> User-Agent: Mutt/1.5.21 (2010-09-15) 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/msg00148.txt.bz2 Hi Corinna, > * configure.host: Add x86_64-*-cygwin* as host. > * configure.tgt: Add x86_64-*-cygwin* as target. > * config/i386/cygwin64.mh: New file. This part looks good to me, so please go ahead and commit. > * gdbserver/configure.srv: Add x86_64-*-cygwin* as target. [gdbserver has its own ChangeLog] This parts looks good to me, but should probably be reviewed by Pedro as well. > Index: gdbserver/configure.srv > =================================================================== > RCS file: /cvs/src/src/gdb/gdbserver/configure.srv,v > retrieving revision 1.72 > diff -u -p -r1.72 configure.srv > --- gdbserver/configure.srv 27 Feb 2013 14:58:18 -0000 1.72 > +++ gdbserver/configure.srv 5 Mar 2013 11:58:56 -0000 > @@ -326,6 +326,10 @@ case "${target}" in > srv_xmlfiles="$srv_i386_xmlfiles $srv_amd64_xmlfiles" > srv_mingw=yes > ;; > + x86_64-*-cygwin*) srv_regobj="$srv_amd64_regobj" > + srv_tgtobj="i386-low.o i387-fp.o win32-low.o win32-i386-low.o" > + srv_xmlfiles="$srv_i386_xmlfiles" > + ;; > > xtensa*-*-linux*) srv_regobj=reg-xtensa.o > srv_tgtobj="linux-low.o linux-osdata.o linux-xtensa-low.o linux-procfs.o" -- Joel