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] defs.h: Define GDB_DEFAULT_TARGET_[WIDE_]CHARSET for Cygwin and MingW builds


On Sun, Feb 28, 2010 at 04:03:18PM +0100, Corinna Vinschen wrote:
> If the codeset is target-specific anyway, then the idea of the
> GDB_DEFAULT_TARGET_WIDE_CHARSET and GDB_DEFAULT_TARGET_CHARSET variables
> is either wrong, or it must be possible to define them somewhere
> on a per-target base.  What about windows-tdep.h?

If it has to be per-target at all, it needs to go in gdbarch; it can't
be a #define any more, because we support multiple compiled-in
architectures.  This is going to be significantly more complicated,
though; there needs to be an "auto (currently cp1252)" style setting.

-- 
Daniel Jacobowitz
CodeSourcery


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