Index: gdb/m2-lang.c |
diff --git a/gdb/m2-lang.c b/gdb/m2-lang.c |
index e91ea32287d43c0822a494e3c87cef9bc6b78187..8faa6c1465b439ee09eecc47b4a243c32797e52e 100644 |
--- a/gdb/m2-lang.c |
+++ b/gdb/m2-lang.c |
@@ -385,6 +385,7 @@ const struct language_defn m2_language_defn = |
m2_print_typedef, /* Print a typedef using appropriate syntax */ |
m2_val_print, /* Print a value using appropriate syntax */ |
c_value_print, /* Print a top-level value */ |
+ default_read_var_value, /* la_read_var_value */ |
NULL, /* Language specific skip_trampoline */ |
NULL, /* name_of_this */ |
basic_lookup_symbol_nonlocal, /* lookup_symbol_nonlocal */ |
@@ -401,7 +402,7 @@ const struct language_defn m2_language_defn = |
default_print_array_index, |
default_pass_by_reference, |
default_get_string, |
- strcmp_iw_ordered, |
+ NULL, /* la_get_symbol_name_cmp */ |
iterate_over_symbols, |
LANG_MAGIC |
}; |