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:
Andrew Cagney
2004-07-28 14:32:19 +00:00
parent ccde110023
commit 685419e2ae
4 changed files with 64 additions and 5 deletions

View File

@@ -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;