From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 22552 invoked by alias); 18 Dec 2013 03:37:35 -0000 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 Received: (qmail 22543 invoked by uid 89); 18 Dec 2013 03:37:35 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=1.5 required=5.0 tests=AWL,BAYES_00,GARBLED_BODY autolearn=no version=3.3.2 X-HELO: relay1.mentorg.com Received: from relay1.mentorg.com (HELO relay1.mentorg.com) (192.94.38.131) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Wed, 18 Dec 2013 03:37:34 +0000 Received: from svr-orw-exc-10.mgc.mentorg.com ([147.34.98.58]) by relay1.mentorg.com with esmtp id 1Vt7ww-0001y3-AD from Yao_Qi@mentor.com ; Tue, 17 Dec 2013 19:37:30 -0800 Received: from SVR-ORW-FEM-03.mgc.mentorg.com ([147.34.97.39]) by SVR-ORW-EXC-10.mgc.mentorg.com with Microsoft SMTPSVC(6.0.3790.4675); Tue, 17 Dec 2013 19:37:30 -0800 Received: from qiyao.dyndns.org (147.34.91.1) by svr-orw-fem-03.mgc.mentorg.com (147.34.97.39) with Microsoft SMTP Server id 14.2.247.3; Tue, 17 Dec 2013 19:37:29 -0800 Message-ID: <52B11808.2090400@codesourcery.com> Date: Wed, 18 Dec 2013 03:37:00 -0000 From: Yao Qi User-Agent: Mozilla/5.0 (X11; Linux i686; rv:17.0) Gecko/20130110 Thunderbird/17.0.2 MIME-Version: 1.0 To: Pierre Muller CC: Subject: Re: [RFA] Fix cygwin compilation failure due to nameless LOAD_DLL_DEBUG_EVENT causes ntdll.dll to be missing References: <002f01cef853$f44500e0$dccf02a0$@muller@ics-cnrs.unistra.fr> In-Reply-To: <002f01cef853$f44500e0$dccf02a0$@muller@ics-cnrs.unistra.fr> Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 8bit X-IsSubscribed: yes X-SW-Source: 2013-12/txt/msg00683.txt.bz2 On 12/14/2013 06:37 AM, Pierre Muller wrote: > Following this thread > https://sourceware.org/ml/gdb-patches/2013-12/msg00073.html > > The patch > https://sourceware.org/ml/gdb-cvs/2013-12/msg00054.html > > introduced a failure for cygwin native build. > The problem is that __USEWIDE is not considered in the patch. > > The patch below fixes this compilation error > and should allow cygwin to work as mingw. Subject: [PATCH] Fix the format of one ChangeLog entry I notice that two lines of a recent changelog entry are not prefixed with tab. They are prefixed with a space and a tab. This patch is to remove the spaces. Pushed. -- Yao (齐尧) gdb: 2013-12-18 Yao Qi * ChangeLog: Fix the format of one entry. --- gdb/ChangeLog | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/gdb/ChangeLog b/gdb/ChangeLog index e9cb6ca..6e67bac 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -51,8 +51,8 @@ 2013-12-16 Pierre Muller - Fix compilation error for cygwin native build. - * windows-nat.c (windows_ensure_ntdll_loaded) [__USEWIDE]: + Fix compilation error for cygwin native build. + * windows-nat.c (windows_ensure_ntdll_loaded) [__USEWIDE]: Call wcstombs. 2013-12-16 Pedro Alves -- 1.7.7.6