problem looking up some symbols when they have a linkage name
[deliverable/binutils-gdb.git] / gdb / rust-lang.c
index 35126da7a65a1e2252e207c762c24cbced292d18..6e0537f35807472a49b4fb167f85510405752bdf 100644 (file)
@@ -2070,6 +2070,7 @@ extern const struct language_defn rust_language_defn =
   default_read_var_value,      /* la_read_var_value */
   NULL,                                /* Language specific skip_trampoline */
   NULL,                                /* name_of_this */
+  false,                       /* la_store_sym_names_in_linkage_form_p */
   rust_lookup_symbol_nonlocal, /* lookup_symbol_nonlocal */
   basic_lookup_transparent_type,/* lookup_transparent_type */
   gdb_demangle,                        /* Language specific symbol demangler */
This page took 0.024433 seconds and 4 git commands to generate.