mirror of
https://github.com/bminor/binutils-gdb.git
synced 2025-12-28 01:50:48 +00:00
* ada-lang.c (ada_is_character_type): Add recognition of type
"Wide_Wide_Character".
This commit is contained in:
@@ -1,3 +1,8 @@
|
||||
2007-12-24 Joel Brobecker <brobecker@adacore.com>
|
||||
|
||||
* ada-lang.c (ada_is_character_type): Add recognition of type
|
||||
"Wide_Wide_Character".
|
||||
|
||||
2007-12-24 Joel Brobecker <brobecker@adacore.com>
|
||||
|
||||
* dwarf2read.c (read_base_type): Set code to TYPE_CODE_CHAR
|
||||
|
||||
@@ -7301,6 +7301,7 @@ ada_is_character_type (struct type *type)
|
||||
|| TYPE_CODE (type) == TYPE_CODE_RANGE)
|
||||
&& (strcmp (name, "character") == 0
|
||||
|| strcmp (name, "wide_character") == 0
|
||||
|| strcmp (name, "wide_wide_character") == 0
|
||||
|| strcmp (name, "unsigned char") == 0));
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user