reverse-finish: turn internal error into normal error
[deliverable/binutils-gdb.git] / gdb / solib-frv.c
index 0b111bccffdc45e1865895affd43ba6598c0ce0b..9724a3c74752754913a3071b755367137086b97e 100644 (file)
@@ -292,7 +292,7 @@ lm_base (void)
       return 0;
     }
 
-  addr = MSYMBOL_VALUE_ADDRESS (got_sym.minsym) + 8;
+  addr = BMSYMBOL_VALUE_ADDRESS (got_sym) + 8;
 
   if (solib_frv_debug)
     fprintf_unfiltered (gdb_stdlog,
@@ -926,7 +926,7 @@ main_got (void)
   if (got_sym.minsym == 0)
     return 0;
 
-  return MSYMBOL_VALUE_ADDRESS (got_sym.minsym);
+  return BMSYMBOL_VALUE_ADDRESS (got_sym);
 }
 
 /* Find the global pointer for the given function address ADDR.  */
This page took 0.02349 seconds and 4 git commands to generate.