Fix step-over-syscall.exp failure
[deliverable/binutils-gdb.git] / gdb / frame-unwind.c
index 61486652d4200ce7a2c47bd5fd61d295a725b0ae..35f2e82c57dda4d4d094c7a84829659886224043 100644 (file)
@@ -1,6 +1,6 @@
 /* Definitions for frame unwinder, for GDB, the GNU debugger.
 
-   Copyright (C) 2003-2019 Free Software Foundation, Inc.
+   Copyright (C) 2003-2020 Free Software Foundation, Inc.
 
    This file is part of GDB.
 
@@ -305,8 +305,9 @@ frame_unwind_got_address (struct frame_info *frame, int regnum,
   return reg_val;
 }
 
+void _initialize_frame_unwind ();
 void
-_initialize_frame_unwind (void)
+_initialize_frame_unwind ()
 {
   frame_unwind_data = gdbarch_data_register_pre_init (frame_unwind_init);
 }
This page took 0.025596 seconds and 4 git commands to generate.