diff options
Diffstat (limited to 'gdb/arc-linux-tdep.c')
-rw-r--r-- | gdb/arc-linux-tdep.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gdb/arc-linux-tdep.c b/gdb/arc-linux-tdep.c index d71c5bf..01c591f 100644 --- a/gdb/arc-linux-tdep.c +++ b/gdb/arc-linux-tdep.c @@ -506,7 +506,8 @@ arc_linux_skip_solib_resolver (struct gdbarch *gdbarch, CORE_ADDR pc) So we look for the symbol `_dl_linux_resolver', and if we are there, gdb sets a breakpoint at the return address, and continues. */ - bound_minimal_symbol resolver = lookup_minimal_symbol ("_dl_linux_resolver"); + bound_minimal_symbol resolver + = lookup_minimal_symbol (current_program_space, "_dl_linux_resolver"); if (arc_debug) { |