This is the mail archive of the
gdb-patches@sourceware.org
mailing list for the GDB project.
Re: [RFC/RFA] Cleaner handling of character entities ?
Joel Brobecker <brobecker@adacore.com> writes:
> We would be left with:
>
> * dwarf2read.c (read_base_type): Set code to TYPE_CODE_CHAR
> for char and unsigned char types of Ada compilation units.
> * ada-lang.c (ada_is_character_type): Always return true if
> the type code is TYPE_CODE_CHAR.
>
> Would that be OK?
Yeah, I think that sounds like the right thing.