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: [PATCH v2 2/2] Teach GDB that wchar_t is a built-in type in C++ mode


> From: Pedro Alves <palves@redhat.com>
> Date: Fri, 31 Mar 2017 12:03:15 +0100
> 
> New in v2:
> 
>   - Go through all ports and override wchar_t size/sign appropriately.

I think go32 needs the same treatment as Windows, since its system
headers say

  typedef unsigned short wchar_t;

Thanks.


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