* objfiles.h (pc_in_section): New prototype.
[deliverable/binutils-gdb.git] / gdb / nto-tdep.c
index 748869f84d8afc237dc9622fa09266f25ab5aead..b1a431ccaf15730670325469286e8d5a413aec52 100644 (file)
@@ -318,7 +318,7 @@ nto_relocate_section_addresses (struct so_list *so, struct target_section *sec)
 int
 nto_in_dynsym_resolve_code (CORE_ADDR pc)
 {
-  if (in_plt_section (pc, NULL))
+  if (in_plt_section (pc))
     return 1;
   return 0;
 }
This page took 0.023074 seconds and 4 git commands to generate.