remove msymbol_objfile
[deliverable/binutils-gdb.git] / gdb / ada-exp.y
index d9fa9acd0ce64c3c9d5d559f212134ae936dec69..702a32e83e9cd4514d703081672a06766a2ef39f 100644 (file)
@@ -1369,9 +1369,9 @@ write_var_or_type (const struct block *block, struct stoken name0)
            }
          else if (nsyms == 0) 
            {
-             struct minimal_symbol *msym 
+             struct bound_minimal_symbol msym
                = ada_lookup_simple_minsym (encoded_name);
-             if (msym != NULL)
+             if (msym.minsym != NULL)
                {
                  write_exp_msymbol (msym);
                  /* Maybe cause error here rather than later? FIXME? */
This page took 0.032551 seconds and 4 git commands to generate.