gdbserver: set IP_AGENT_EXPORT_FUNC to static when not building IPA, add declarations
[deliverable/binutils-gdb.git] / gdb / xstormy16-tdep.c
index 52a6f3e2aa786a2032d18f1d5c688fcce551c044..0206af8bebc5fa1e64c75f074b2b5293a40c1e43 100644 (file)
@@ -1,6 +1,6 @@
 /* Target-dependent code for the Sanyo Xstormy16a (LC590000) processor.
 
-   Copyright (C) 2001-2019 Free Software Foundation, Inc.
+   Copyright (C) 2001-2020 Free Software Foundation, Inc.
 
    This file is part of GDB.
 
@@ -833,8 +833,9 @@ xstormy16_gdbarch_init (struct gdbarch_info info, struct gdbarch_list *arches)
    Initializer function for the Sanyo Xstormy16a module.
    Called by gdb at start-up.  */
 
+void _initialize_xstormy16_tdep ();
 void
-_initialize_xstormy16_tdep (void)
+_initialize_xstormy16_tdep ()
 {
   register_gdbarch_init (bfd_arch_xstormy16, xstormy16_gdbarch_init);
 }
This page took 0.027389 seconds and 4 git commands to generate.