x86: fix SSE4a dependencies of ".arch .nosse*"
[deliverable/binutils-gdb.git] / gdb / dcache.c
index 76d14a2443dd6462fba94933fc32ea68c67ff1c1..f018882bf95db897cedf527a4d4590edbf045f53 100644 (file)
@@ -684,8 +684,9 @@ show_dcache_command (const char *args, int from_tty)
   cmd_show_list (dcache_show_list, from_tty, "");
 }
 
+void _initialize_dcache ();
 void
-_initialize_dcache (void)
+_initialize_dcache ()
 {
   add_setshow_boolean_cmd ("remotecache", class_support,
                           &dcache_enabled_p, _("\
This page took 0.026541 seconds and 4 git commands to generate.