hurd: Add shared mig declarations
[deliverable/binutils-gdb.git] / gdb / target-dcache.c
index c8a415512c5b3d06e6b4b65bcdb8f981ba43110e..0226d6727808810c861af6d5d1d78d5fa65e7fe7 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (C) 1992-2019 Free Software Foundation, Inc.
+/* Copyright (C) 1992-2020 Free Software Foundation, Inc.
 
    This file is part of GDB.
 
@@ -152,8 +152,9 @@ code_cache_enabled_p (void)
   return code_cache_enabled;
 }
 
+void _initialize_target_dcache ();
 void
-_initialize_target_dcache (void)
+_initialize_target_dcache ()
 {
   add_setshow_boolean_cmd ("stack-cache", class_support,
                           &stack_cache_enabled_1, _("\
This page took 0.024381 seconds and 4 git commands to generate.