* 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

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