* ld-cris/expdyn1.d, ld-cris/expdyn5.d, ld-cris/expdyn6.d,
[deliverable/binutils-gdb.git] / gdb / m2-lang.c
index c66b70341e2ba0f304dbcd0f55e880cf99ef4508..722805e2faf31e2839ef61a84c03679b97045ca2 100644 (file)
@@ -431,6 +431,7 @@ const struct language_defn m2_language_defn =
   basic_lookup_symbol_nonlocal,        /* lookup_symbol_nonlocal */
   basic_lookup_transparent_type,/* lookup_transparent_type */
   NULL,                                /* Language specific symbol demangler */
+  NULL,                                /* Language specific class_name_from_physname */
   {"", "", "", ""},            /* Binary format info */
   {"%loB", "", "o", "B"},      /* Octal format info */
   {"%ld", "", "d", ""},                /* Decimal format info */
@@ -440,6 +441,7 @@ const struct language_defn m2_language_defn =
   0,                           /* String lower bound */
   &builtin_type_m2_char,       /* Type of string elements */
   default_word_break_characters,
+  NULL, /* FIXME: la_language_arch_info.  */
   LANG_MAGIC
 };
 
This page took 0.023916 seconds and 4 git commands to generate.