* config/tc-hppa.c: Fix comment typos.
[deliverable/binutils-gdb.git] / gdb / infrun.c
index 6bc22a6531bc022dfaf73082aef01f7971ea4ea6..82cbb83150f45a7e56fc31bf6a3f65b5efc3be4e 100644 (file)
@@ -2331,7 +2331,8 @@ process_event_stop_test:
   if (step_over_calls == STEP_OVER_UNDEBUGGABLE
       && IN_SOLIB_DYNSYM_RESOLVE_CODE (stop_pc))
     {
-      CORE_ADDR pc_after_resolver = SKIP_SOLIB_RESOLVER (stop_pc);
+      CORE_ADDR pc_after_resolver =
+       gdbarch_skip_solib_resolver (current_gdbarch, stop_pc);
 
       if (pc_after_resolver)
        {
This page took 0.024442 seconds and 4 git commands to generate.