Change regcache list to be an hash map
[deliverable/binutils-gdb.git] / gdb / osabi.c
index dec1bddc4cef84b47c0a2b4c13622dcbd792e7a2..627b9d98151513d1af0126ae8474139c3a515350 100644 (file)
@@ -72,6 +72,7 @@ static const struct osabi_names gdb_osabi_names[] =
   { "DJGPP", NULL },
   { "QNX-Neutrino", NULL },
   { "Cygwin", NULL },
+  { "Windows", NULL },
   { "AIX", NULL },
   { "DICOS", NULL },
   { "Darwin", NULL },
@@ -653,8 +654,9 @@ show_osabi (struct ui_file *file, int from_tty, struct cmd_list_element *c,
                      gdbarch_osabi_name (GDB_OSABI_DEFAULT));
 }
 
+void _initialize_gdb_osabi ();
 void
-_initialize_gdb_osabi (void)
+_initialize_gdb_osabi ()
 {
   if (strcmp (gdb_osabi_names[GDB_OSABI_INVALID].pretty, "<invalid>") != 0)
     internal_error
This page took 0.03683 seconds and 4 git commands to generate.