forked from Imagelibrary/binutils-gdb
2004-07-28 Andrew Cagney <cagney@gnu.org>
* gdbtypes.h (struct builtin_type): Rename true_char to builtin_true_char. * gdbtypes.c (gdbtypes_post_init): Update. * c-lang.c (arch_info): New function. (enum c_primitive_types): New enum. (c_language_defn): Instead of string_char_type and primitive_type_vector set la_language_arch_info.
This commit is contained in:
@@ -3380,7 +3380,7 @@ gdbtypes_post_init (struct gdbarch *gdbarch)
|
||||
(TYPE_FLAG_NOSIGN
|
||||
| (TARGET_CHAR_SIGNED ? 0 : TYPE_FLAG_UNSIGNED)),
|
||||
"char", (struct objfile *) NULL);
|
||||
builtin_type->true_char =
|
||||
builtin_type->builtin_true_char =
|
||||
init_type (TYPE_CODE_CHAR, TARGET_CHAR_BIT / TARGET_CHAR_BIT,
|
||||
0,
|
||||
"true character", (struct objfile *) NULL);
|
||||
|
||||
Reference in New Issue
Block a user