* objfiles.h (pc_in_section): New prototype.
[deliverable/binutils-gdb.git] / gdb / solib-target.c
index 483e5f9f022bc6176fb53c1c30c0fb2d23736268..570827687fdf01282906cd5c06abf2adbc03998b 100644 (file)
@@ -476,7 +476,7 @@ solib_target_in_dynsym_resolve_code (CORE_ADDR pc)
   /* We don't have a range of addresses for the dynamic linker; there
      may not be one in the program's address space.  So only report
      PLT entries (which may be import stubs).  */
-  return in_plt_section (pc, NULL);
+  return in_plt_section (pc);
 }
 
 struct target_so_ops solib_target_so_ops;
This page took 0.023213 seconds and 4 git commands to generate.