* language.c (lang_bool_type): Return a builtin bool type in the
authorJoel Brobecker <brobecker@gnat.com>
Fri, 13 Mar 2009 01:12:21 +0000 (01:12 +0000)
committerJoel Brobecker <brobecker@gnat.com>
Fri, 13 Mar 2009 01:12:21 +0000 (01:12 +0000)
        Ada case.

gdb/ChangeLog
gdb/ada-lang.c

index d3e9c2c..cdf308a 100644 (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
index 0724804..0ec724f 100644 (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;
 }
 \f