This is the mail archive of the
gdb-patches@sourceware.org
mailing list for the GDB project.
7.3 commit [RFA-v6] Handle cygwin wchar_t specifics
- From: "Pierre Muller" <pierre dot muller at ics-cnrs dot unistra dot fr>
- To: "'Tom Tromey'" <tromey at redhat dot com>
- Cc: <gdb-patches at sourceware dot org>, "'Pedro Alves'" <pedro at codesourcery dot com>
- Date: Thu, 21 Apr 2011 23:17:46 +0200
- Subject: 7.3 commit [RFA-v6] Handle cygwin wchar_t specifics
- References: <5928.31498147479$1302882967@news.gmane.org> <m3wriq3zbu.fsf@fleche.redhat.com> <000201cbff30$e2266030$a6732090$@muller@ics-cnrs.unistra.fr> <201104202208.15956.pedro@codesourcery.com> <002c01cbfff1$53197690$f94c63b0$@muller@ics-cnrs.unistra.fr> <003e01cbfff4$18f602f0$4ae208d0$@muller@ics-cnrs.unistra.fr> <24274.3825926029$1303376558@news.gmane.org> <m3pqofzo72.fsf@fleche.redhat.com> <4691.37052209607$1303396084@news.gmane.org> <m37hanzltg.fsf@fleche.redhat.com> <25400.1310132027$1303403986@news.gmane.org> <m3hb9rxshp.fsf@fleche.redhat.com>
> -----Message d'origine-----
> De?: gdb-patches-owner@sourceware.org [mailto:gdb-patches-
> owner@sourceware.org] De la part de Tom Tromey
> Envoyé?: jeudi 21 avril 2011 22:25
> À?: Pierre Muller
> Cc?: gdb-patches@sourceware.org; 'Pedro Alves'
> Objet?: Re: [RFA-v6] Handle cygwin wchar_t specifics
>
> >>>>> "Pierre" == Pierre Muller <pierre.muller@ics-cnrs.unistra.fr>
writes:
>
> Pierre> The only thing that worries me,
> Pierre> is that it finally changes the default when
> Pierre> gdb_wchar_t is of size 4 from UCS-4XE to UTF-32XE,
> Pierre> is this OK for everyone?
>
> I don't think it will be a problem.
>
> Tom
With Tom's approval,
I committed the patch to support gdb_wchar_t of size 2
to 7.3 branch.
Thanks Tom,
Pierre