remove msymbol_objfile
[deliverable/binutils-gdb.git] / gdb / symtab.h
index 32897aabb7da8511a365f0ad22d6dad234571eda..6d81507f57f929c909d096fda3c3d5e96520c4de 100644 (file)
@@ -1299,7 +1299,7 @@ struct symbol_search
 
   /* If msymbol is non-null, then a match was made on something for
      which only minimal_symbols exist.  */
-  struct minimal_symbol *msymbol;
+  struct bound_minimal_symbol msymbol;
 
   /* A link to the next match, or NULL for the end.  */
   struct symbol_search *next;
This page took 0.02537 seconds and 4 git commands to generate.