X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=gdb%2Fglibc-tdep.c;h=09a230dbd84a101ab10d5579793c68f3c37dbc09;hb=f5a7c406b1975cde626efed526960f2cf1bdaceb;hp=ef84736a1f0949db1b0c055a861986388ab5205b;hpb=32d0add0a654c1204ab71dc8a55d9374538c4b33;p=deliverable%2Fbinutils-gdb.git diff --git a/gdb/glibc-tdep.c b/gdb/glibc-tdep.c index ef84736a1f..09a230dbd8 100644 --- a/gdb/glibc-tdep.c +++ b/gdb/glibc-tdep.c @@ -1,6 +1,6 @@ /* Target-dependent code for the GNU C Library (glibc). - Copyright (C) 2002-2015 Free Software Foundation, Inc. + Copyright (C) 2002-2020 Free Software Foundation, Inc. This file is part of GDB. @@ -54,7 +54,7 @@ glibc_skip_solib_resolver (struct gdbarch *gdbarch, CORE_ADDR pc) debugging programs that use shared libraries. */ struct bound_minimal_symbol resolver - = lookup_minimal_symbol_and_objfile ("_dl_runtime_resolve"); + = lookup_bound_minimal_symbol ("_dl_runtime_resolve"); if (resolver.minsym) {