Mirror of the gdb-patches mailing list
 help / color / mirror / Atom feed
* [PATCH 00/11] C++/MinGW patches
@ 2015-11-02 19:36 Pedro Alves
  2015-11-02 19:36 ` [PATCH 02/11] [C++/mingw] Misc alloca casts Pedro Alves
                   ` (12 more replies)
  0 siblings, 13 replies; 52+ messages in thread
From: Pedro Alves @ 2015-11-02 19:36 UTC (permalink / raw)
  To: gdb-patches

I tried cross building gdb for --host=x86_64-w64-mingw32 using Fedora
20's g++ (gcc version 4.8.4 20141219 (Fedora MinGW 4.8.4-1.fc20)).

This fixes all issues I found which aren't already sorted in the C++
branch and/or have fixes already posted.

This is only build-tested.

Pedro Alves (11):
  [C++/mingw] ser-mingw.c casts
  [C++/mingw] Misc alloca casts
  [C++/mingw] gdb-dlfcn.c casts
  [C++/mingw] windows-nat.c casts
  [C++/mingw] gdbserver casts
  [C++/mingw] ser-tcp.c casts
  [C++/mingw] Define __STDC_CONSTANT_MACROS / __STDC_LIMIT_MACROS for
    stdint.h
  [C++/mingw] Simplify first chance exception handling
  [C++/mingw] handle_output_debug_string
  [C++/mingw] Fix windows-nat.c::xlate
  [C++/mingw] gdbserver: gdb/host signal mixup

 gdb/common/common-defs.h       |  16 +++++
 gdb/exec.c                     |   2 +-
 gdb/gdb-dlfcn.c                |   4 +-
 gdb/gdbserver/win32-i386-low.c |   5 +-
 gdb/gdbserver/win32-low.c      |  38 ++++++------
 gdb/ser-mingw.c                |  51 ++++++++--------
 gdb/ser-tcp.c                  |  19 ++++--
 gdb/symfile.c                  |   2 +-
 gdb/utils.c                    |   4 +-
 gdb/windows-nat.c              | 129 ++++++++++++++++++++++-------------------
 10 files changed, 151 insertions(+), 119 deletions(-)

-- 
1.9.3


^ permalink raw reply	[flat|nested] 52+ messages in thread

end of thread, other threads:[~2015-11-30 15:48 UTC | newest]

Thread overview: 52+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-11-02 19:36 [PATCH 00/11] C++/MinGW patches Pedro Alves
2015-11-02 19:36 ` [PATCH 02/11] [C++/mingw] Misc alloca casts Pedro Alves
2015-11-02 19:36 ` [PATCH 01/11] [C++/mingw] ser-mingw.c casts Pedro Alves
2015-11-02 19:36 ` [PATCH 06/11] [C++/mingw] ser-tcp.c casts Pedro Alves
2015-11-02 20:40   ` Simon Marchi
2015-11-02 20:55     ` Pedro Alves
2015-11-02 21:06       ` Pedro Alves
2015-11-02 19:36 ` [PATCH 04/11] [C++/mingw] windows-nat.c casts Pedro Alves
2015-11-02 19:36 ` [PATCH 11/11] [C++/mingw] gdbserver: gdb/host signal mixup Pedro Alves
2015-11-02 19:36 ` [PATCH 10/11] [C++/mingw] Fix windows-nat.c::xlate Pedro Alves
2015-11-02 19:36 ` [PATCH 03/11] [C++/mingw] gdb-dlfcn.c casts Pedro Alves
2015-11-02 19:43 ` [PATCH 09/11] [C++/mingw] handle_output_debug_string Pedro Alves
2015-11-02 19:44 ` [PATCH 05/11] [C++/mingw] gdbserver casts Pedro Alves
2015-11-02 19:44 ` [PATCH 07/11] [C++/mingw] Define __STDC_CONSTANT_MACROS / __STDC_LIMIT_MACROS for stdint.h Pedro Alves
2015-11-02 20:47   ` Simon Marchi
2015-11-03 13:58     ` Simon Marchi
2015-11-03 14:07       ` Pedro Alves
2015-11-03 14:15         ` Simon Marchi
2015-11-03 15:13           ` Pedro Alves
2015-11-02 19:45 ` [PATCH 08/11] [C++/mingw] Simplify first chance exception handling Pedro Alves
2015-11-02 21:01   ` Simon Marchi
2015-11-02 21:09     ` Pedro Alves
2015-11-02 20:05 ` [PATCH 00/11] C++/MinGW patches Pedro Alves
2015-11-02 20:22   ` Qian Hong
2015-11-02 20:46     ` Pedro Alves
2015-11-02 21:17       ` Qian Hong
2015-11-02 23:31         ` Pedro Alves
2015-11-03  9:06           ` Qian Hong
2015-11-03 10:47       ` Qian Hong
2015-11-03 11:15         ` Qian Hong
2015-11-03 11:26           ` Pedro Alves
2015-11-03 11:41             ` Qian Hong
2015-11-03 12:11               ` Qian Hong
2015-11-03 12:34               ` Pedro Alves
2015-11-03 11:20         ` Pedro Alves
2015-11-03 16:54           ` Pedro Alves
2015-11-03 18:59             ` Qian Hong
2015-11-03 21:03             ` Qian Hong
2015-11-03 22:39               ` Pedro Alves
2015-11-09  9:53                 ` Qian Hong
2015-11-17 14:50                   ` Pedro Alves
2015-11-30 15:03                     ` Qian Hong
2015-11-30 15:48                       ` Pedro Alves
2015-11-03 12:24     ` Qian Hong
2015-11-03 12:27       ` Pedro Alves
2015-11-03 12:56         ` Qian Hong
2015-11-03 13:08           ` Pedro Alves
2015-11-03 13:23             ` Qian Hong
2015-11-03 16:52               ` Pedro Alves
2015-11-03 13:10           ` Pedro Alves
2015-11-02 21:04 ` Simon Marchi
2015-11-17 15:28   ` Pedro Alves

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox