make remote_protocol_features "const"
[deliverable/binutils-gdb.git] / gdb / solib-dsbt.c
index 01dc4b7cac826db97acfc080f7630fd5d9d5c500..4fe24f82e6e98002642f2a99eea10cbafc436695 100644 (file)
@@ -764,7 +764,7 @@ dsbt_in_dynsym_resolve_code (CORE_ADDR pc)
 
   return ((pc >= info->interp_text_sect_low && pc < info->interp_text_sect_high)
          || (pc >= info->interp_plt_sect_low && pc < info->interp_plt_sect_high)
-         || in_plt_section (pc, NULL));
+         || in_plt_section (pc));
 }
 
 /* Print a warning about being unable to set the dynamic linker
This page took 0.024726 seconds and 4 git commands to generate.