PR ld/16021
[deliverable/binutils-gdb.git] / gdb / arm-tdep.c
index b169e3578adb2de6159c2e1413ad878e332e3d88..7c78a617f3e8ccede3452dd78769e142676cc336 100644 (file)
@@ -2907,7 +2907,7 @@ arm_stub_unwind_sniffer (const struct frame_unwind *self,
   gdb_byte dummy[4];
 
   addr_in_block = get_frame_address_in_block (this_frame);
-  if (in_plt_section (addr_in_block, NULL)
+  if (in_plt_section (addr_in_block)
       /* We also use the stub winder if the target memory is unreadable
         to avoid having the prologue unwinder trying to read it.  */
       || target_read_memory (get_frame_pc (this_frame), dummy, 4) != 0)
This page took 0.023989 seconds and 4 git commands to generate.