Move elf32.em and elf-generic.em functions
[deliverable/binutils-gdb.git] / gdb / d-lang.c
index 08b638009ff06de4c40dad71bfffb1745e28652e..b80b374d6f1e3cde66015bb058309331ae141599 100644 (file)
@@ -25,6 +25,7 @@
 #include "c-lang.h"
 #include "demangle.h"
 #include "cp-support.h"
+#include "gdbarch.h"
 
 /* The name of the symbol to use to get the name of the main subprogram.  */
 static const char D_MAIN[] = "D main";
@@ -250,7 +251,9 @@ extern const struct language_defn d_language_defn =
   default_search_name_hash,
   &default_varobj_ops,
   NULL,
-  NULL
+  NULL,
+  c_is_string_type_p,
+  "{...}"                      /* la_struct_too_deep_ellipsis */
 };
 
 /* Build all D language types for the specified architecture.  */
This page took 0.024511 seconds and 4 git commands to generate.