gdb: add target_ops::supports_displaced_step
[deliverable/binutils-gdb.git] / gdb / ft32-tdep.c
index 56c2165037b654c8e641d06d2afc0f68d85185e2..99ef69de770f4c585eb2d22bfdbc59c42151f242 100644 (file)
@@ -1,6 +1,6 @@
 /* Target-dependent code for FT32.
 
-   Copyright (C) 2009-2019 Free Software Foundation, Inc.
+   Copyright (C) 2009-2020 Free Software Foundation, Inc.
 
    This file is part of GDB.
 
@@ -616,8 +616,9 @@ ft32_gdbarch_init (struct gdbarch_info info, struct gdbarch_list *arches)
 
 /* Register this machine's init routine.  */
 
+void _initialize_ft32_tdep ();
 void
-_initialize_ft32_tdep (void)
+_initialize_ft32_tdep ()
 {
   register_gdbarch_init (bfd_arch_ft32, ft32_gdbarch_init);
 }
This page took 0.024969 seconds and 4 git commands to generate.