From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 23033 invoked by alias); 20 Apr 2010 09:59:39 -0000 Received: (qmail 23022 invoked by uid 22791); 20 Apr 2010 09:59:38 -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.152) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Tue, 20 Apr 2010 09:59:30 +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 o3K9xEv8002562 ; Tue, 20 Apr 2010 11:59:14 +0200 (CEST) (envelope-from pierre.muller@ics-cnrs.unistra.fr) Received: from mailserver.u-strasbg.fr (ms1.u-strasbg.fr [IPv6:2001:660:2402:d::10]) by baal.u-strasbg.fr (8.14.0/jtpda-5.5pre1) with ESMTP id o3K9xEaF018164 ; Tue, 20 Apr 2010 11:59:14 +0200 (CEST) (envelope-from pierre.muller@ics-cnrs.unistra.fr) Received: from d620muller (gw-ics.u-strasbg.fr [130.79.210.225]) (user=mullerp mech=LOGIN) by mailserver.u-strasbg.fr (8.14.3/jtpda-5.5pre1) with ESMTP id o3K9xEaW000768 (version=TLSv1/SSLv3 cipher=RC4-MD5 bits=128 verify=NO) ; Tue, 20 Apr 2010 11:59:14 +0200 (CEST) (envelope-from pierre.muller@ics-cnrs.unistra.fr) From: "Pierre Muller" To: "'Pedro Alves'" Cc: References: <001201cae013$b858d3b0$290a7b10$@muller@ics-cnrs.unistra.fr> <201004200022.31807.pedro@codesourcery.com> <001501cae050$1feea720$5fcbf560$@muller@ics-cnrs.unistra.fr> <201004201052.09282.pedro@codesourcery.com> In-Reply-To: <201004201052.09282.pedro@codesourcery.com> Subject: RE: [RFA] [2/4] Mingw64 gdbserver support Date: Tue, 20 Apr 2010 09:59:00 -0000 Message-ID: <001501cae070$2ea08070$8be18150$@muller@ics-cnrs.unistra.fr> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable 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/msg00607.txt.bz2 > -----Message d'origine----- > De=A0: Pedro Alves [mailto:pedro@codesourcery.com] > Envoy=E9=A0: Tuesday, April 20, 2010 11:52 AM > =C0=A0: Pierre Muller > Cc=A0: gdb-patches@sourceware.org > Objet=A0: Re: [RFA] [2/4] Mingw64 gdbserver support >=20 > On Tuesday 20 April 2010 07:10:06, Pierre Muller wrote: > > 2010-04-20 Pierre Muller > > > > * win32-i386-low.c: Use __x86_64__ macro instead of __x86_64 > to > > be consistent with other sources of this directory. > > (init_registers_amd64): Correct name of source file of this > function > > in the comment. >=20 > This is okay. Thanks. Committed, thanks. Pierre