X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=gdb%2Fglibc-tdep.c;h=e91421bc4f31d84d9c9a42230a55da5c49d76664;hb=228c8f4be0c428369ec6b68e25696863d1e62ed7;hp=8a210b469726164ab5214bc47e02ad6b386865d7;hpb=61baf725eca99af2569262d10aca03dcde2698f6;p=deliverable%2Fbinutils-gdb.git diff --git a/gdb/glibc-tdep.c b/gdb/glibc-tdep.c index 8a210b4697..e91421bc4f 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-2017 Free Software Foundation, Inc. + Copyright (C) 2002-2019 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) {