This is the mail archive of the gdb-patches@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [RFA] Fix cygwin compilation failure due to nameless LOAD_DLL_DEBUG_EVENT causes ntdll.dll to be missing


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  <yao@codesourcery.com>

	* 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  <muller@sourceware.org>
 
- 	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  <palves@redhat.com>
-- 
1.7.7.6


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]