* language.c (lang_bool_type): Return a builtin bool type in the

Ada case.
This commit is contained in:
Joel Brobecker 2009-03-13 01:12:21 +00:00
parent b79819baf7
commit 47e729a854
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
2009-03-12 Jerome Guitton <guitton@adacore.com>
* language.c (lang_bool_type): Return a builtin bool type in the
Ada case.
2009-03-12 Joel Brobecker <brobecker@adacore.com>
* ada-lang.c (ada_evaluate_subexp) [OP_VAR_VALUE]: For tagged

View File

@ -11013,7 +11013,7 @@ ada_language_arch_info (struct gdbarch *gdbarch,
TYPE_NAME (lai->primitive_type_vector [ada_primitive_type_system_address])
= "system__address";
lai->bool_type_symbol = "boolean";
lai->bool_type_symbol = NULL;
lai->bool_type_default = builtin->builtin_bool;
}