From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 18062 invoked by alias); 16 Mar 2012 10:55:45 -0000 Received: (qmail 18053 invoked by uid 22791); 16 Mar 2012 10:55:44 -0000 X-SWARE-Spam-Status: No, hits=-1.4 required=5.0 tests=AWL,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; Fri, 16 Mar 2012 10:55:32 +0000 Received: from md1.u-strasbg.fr (md1.u-strasbg.fr [IPv6:2001:660:2402::186]) by mailhost.u-strasbg.fr (8.14.3/jtpda-5.5pre1) with ESMTP id q2GAtOIv076735 ; Fri, 16 Mar 2012 11:55:25 +0100 (CET) (envelope-from pierre.muller@ics-cnrs.unistra.fr) Received: from mailserver.u-strasbg.fr (ms2.u-strasbg.fr [130.79.204.11]) by md1.u-strasbg.fr (8.14.4/jtpda-5.5pre1) with ESMTP id q2GAtO3E003478 ; Fri, 16 Mar 2012 11:55:24 +0100 (CET) (envelope-from pierre.muller@ics-cnrs.unistra.fr) Received: from E6510Muller (gw-ics.u-strasbg.fr [130.79.210.225]) (user=mullerp mech=LOGIN) by mailserver.u-strasbg.fr (8.14.4/jtpda-5.5pre1) with ESMTP id q2GAtN9h070427 (version=TLSv1/SSLv3 cipher=AES128-SHA bits=128 verify=NO) ; Fri, 16 Mar 2012 11:55:23 +0100 (CET) (envelope-from pierre.muller@ics-cnrs.unistra.fr) From: "Pierre Muller" To: "'Pedro Alves'" Cc: References: <4f631340.65b1b60a.6213.14dfSMTPIN_ADDED@mx.google.com> <4F63158C.7040600@redhat.com> In-Reply-To: <4F63158C.7040600@redhat.com> Subject: RE: [RFA] Fix mingw64 compilation Date: Fri, 16 Mar 2012 10:55:00 -0000 Message-ID: <002501cd0363$4b34ce90$e19e6bb0$@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: 2012-03/txt/msg00597.txt.bz2 > -----Message d'origine----- > De=A0: gdb-patches-owner@sourceware.org [mailto:gdb-patches- > owner@sourceware.org] De la part de Pedro Alves > Envoy=E9=A0: vendredi 16 mars 2012 11:27 > =C0=A0: Pierre Muller > Cc=A0: gdb-patches@sourceware.org > Objet=A0: Re: [RFA] Fix mingw64 compilation >=20 > On 03/16/2012 10:17 AM, Pierre Muller wrote: >=20 > > One more native target > > that was not yet fixed for -Wmissing-prototypes > > option. > > > > This is a simple adaptation of what > > is in i386-windows-nat.c. > > > > I didn't use OBVIOUS rule > > as I don't know if there was a 'better' > > comment to put before... >=20 >=20 > If it was good for i386-windows-nat.c, then this should be good. > If it wasn't, then whoever wants to change it can change both > i386-windows-nat.c and amd64-windows-nat.c at the same time in > a follow up patch, using just about the same effort as just > changing i386-windows-nat.c now. >=20 > IOW, just go ahead and commit this to fix the build. You are of course right, I committed this patch. Thanks for the approval, Pierre