Remove symtab links from dwarf2_psymtab and dwarf2_per_cu_quick_data
[deliverable/binutils-gdb.git] / gdb / glibc-tdep.c
index df45438d4539e5c346ad30d23ad2c64ab4eec44d..09a230dbd84a101ab10d5579793c68f3c37dbc09 100644 (file)
@@ -1,6 +1,6 @@
 /* Target-dependent code for the GNU C Library (glibc).
 
-   Copyright (C) 2002-2016 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)
     {
This page took 0.030856 seconds and 4 git commands to generate.