mirror of
https://github.com/bminor/binutils-gdb.git
synced 2025-12-27 17:40:49 +00:00
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:
@@ -968,7 +968,7 @@ struct builtin_type
|
||||
/* We use this for the '/c' print format, because c_char is just a
|
||||
one-byte integral type, which languages less laid back than C
|
||||
will print as ... well, a one-byte integral type. */
|
||||
struct type *true_char;
|
||||
struct type *builtin_true_char;
|
||||
|
||||
/* Implicit size/sign (based on the the architecture's ABI). */
|
||||
struct type *builtin_void;
|
||||
|
||||
Reference in New Issue
Block a user