From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 3512 invoked by alias); 19 Apr 2010 22:51:20 -0000 Received: (qmail 3499 invoked by uid 22791); 19 Apr 2010 22:51:19 -0000 X-SWARE-Spam-Status: No, hits=-1.9 required=5.0 tests=BAYES_00,MSGID_MULTIPLE_AT X-Spam-Check-By: sourceware.org Received: from mailhost.u-strasbg.fr (HELO mailhost.u-strasbg.fr) (130.79.200.155) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Mon, 19 Apr 2010 22:51:14 +0000 Received: from baal.u-strasbg.fr (baal.u-strasbg.fr [IPv6:2001:660:2402::41]) by mailhost.u-strasbg.fr (8.14.3/jtpda-5.5pre1) with ESMTP id o3JMp8bH042710 ; Tue, 20 Apr 2010 00:51:08 +0200 (CEST) (envelope-from pierre.muller@ics-cnrs.unistra.fr) Received: from mailserver.u-strasbg.fr (ms2.u-strasbg.fr [IPv6:2001:660:2402:d::11]) by baal.u-strasbg.fr (8.14.0/jtpda-5.5pre1) with ESMTP id o3JMp71N029586 ; Tue, 20 Apr 2010 00:51:07 +0200 (CEST) (envelope-from pierre.muller@ics-cnrs.unistra.fr) Received: from d620muller (lec67-4-82-230-53-140.fbx.proxad.net [82.230.53.140]) (user=mullerp mech=LOGIN) by mailserver.u-strasbg.fr (8.14.3/jtpda-5.5pre1) with ESMTP id o3JMp6N1051597 (version=TLSv1/SSLv3 cipher=RC4-MD5 bits=128 verify=NO) ; Tue, 20 Apr 2010 00:51:07 +0200 (CEST) (envelope-from pierre.muller@ics-cnrs.unistra.fr) From: "Pierre Muller" To: Cc: "'Pedro Alves'" Subject: [RFA] [0/4] Mingw64 gdbserver support Date: Mon, 19 Apr 2010 22:51:00 -0000 Message-ID: <000c01cae012$d5269870$7f73c950$@muller@ics-cnrs.unistra.fr> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" 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: 2010-04/txt/msg00579.txt.bz2 As suggested by Pedro, I finally split this patch into several pieces, and also simplified it. Part 1: Adapt win32-low.c to 64-bit architecture Part 2: Add 64-bit parts to win32-i386-low.c (I completely removed the file renaming and new files). Part 3: Add 'x86_64-*-mingw*' pattern to configure.srv Part 4: Add build_gdbserver=yes to same pattern at gdb level. I hope these smaller patches will be easier to review. Pierre Muller