From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 21546 invoked by alias); 16 Dec 2011 17:26:19 -0000 Received: (qmail 21519 invoked by uid 22791); 16 Dec 2011 17:26:16 -0000 X-SWARE-Spam-Status: No, hits=-1.7 required=5.0 tests=AWL,BAYES_00,TW_SM X-Spam-Check-By: sourceware.org Received: from relay1.mentorg.com (HELO relay1.mentorg.com) (192.94.38.131) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Fri, 16 Dec 2011 17:26:01 +0000 Received: from nat-ies.mentorg.com ([192.94.31.2] helo=EU1-MAIL.mgc.mentorg.com) by relay1.mentorg.com with esmtp id 1RbbXj-0006Hv-Ss from pedro_alves@mentor.com ; Fri, 16 Dec 2011 09:26:00 -0800 Received: from scottsdale.localnet ([172.16.63.104]) by EU1-MAIL.mgc.mentorg.com with Microsoft SMTPSVC(6.0.3790.1830); Fri, 16 Dec 2011 17:25:58 +0000 From: Pedro Alves To: gdb@sourceware.org Subject: Re: [windows mingw]gdb cvs head build error in windows-nat.c Date: Fri, 16 Dec 2011 17:26:00 -0000 User-Agent: KMail/1.13.6 (Linux/2.6.38-13-generic; KDE/4.7.2; x86_64; ; ) Cc: Pierre Muller , "'asmwarrior'" , "'gdb-patches'" References: <4EEB53E4.3070207@gmail.com> <004501ccbc05$bc014540$3403cfc0$@muller@ics-cnrs.unistra.fr> <000001ccbc16$74bae6d0$5e30b470$@muller@ics-cnrs.unistra.fr> In-Reply-To: <000001ccbc16$74bae6d0$5e30b470$@muller@ics-cnrs.unistra.fr> MIME-Version: 1.0 Content-Type: Text/Plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Message-Id: <201112161725.52269.pedro@codesourcery.com> X-IsSubscribed: yes Mailing-List: contact gdb-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-owner@sourceware.org X-SW-Source: 2011-12/txt/msg00036.txt.bz2 On Friday 16 December 2011 17:16:30, Pierre Muller wrote: > ChangeLog entry: >=20 > 2011-12-16 Pierre Muller (obvious fix) >=20 > From asmwarrior =09 > * windows-nat.c (cygwin_get_dr, cygwin_get_dr7): Add missing prototypes. Please follow: http://www.gnu.org/prep/standards/html_node/Style-of-Change-Logs.html#Style= -of-Change-Logs " When you install someone else=E2=80=99s changes, put the contributor=E2=80= =99s name in the change=20 log entry rather than in the text of the entry. In other words, write this: 2002-07-14 John Doe * sewing.c: Make it sew. rather than this: 2002-07-14 Usual Maintainer * sewing.c: Make it sew. Patch by jdoe@gnu.org. " --=20 Pedro Alves