Trivial patch to remove dependency on host unsigned long type
[deliverable/binutils-gdb.git] / gdb / solib-frv.c
index 28fb4a49a210d65fb589219a412b535108c3fbc7..65c7e012dabf816f09894771eaa55e0bcb9ca937 100644 (file)
@@ -448,7 +448,7 @@ frv_in_dynsym_resolve_code (CORE_ADDR pc)
 {
   return ((pc >= interp_text_sect_low && pc < interp_text_sect_high)
          || (pc >= interp_plt_sect_low && pc < interp_plt_sect_high)
-         || in_plt_section (pc, NULL));
+         || in_plt_section (pc));
 }
 
 /* Given a loadmap and an address, return the displacement needed
This page took 0.025601 seconds and 4 git commands to generate.