gdb/
authorYao Qi <yao@codesourcery.com>
Fri, 31 Aug 2012 08:30:38 +0000 (08:30 +0000)
committerYao Qi <yao@codesourcery.com>
Fri, 31 Aug 2012 08:30:38 +0000 (08:30 +0000)
* mi/mi-cmds.c (mi_cmds): Add 'static'.

gdb/ChangeLog
gdb/mi/mi-cmds.c

index 6237dee..b06339f 100644 (file)
@@ -1,3 +1,7 @@
+2012-08-31  Yao Qi  <yao@codesourcery.com>
+
+       * mi/mi-cmds.c (mi_cmds): Add 'static'.
+
 2012-08-29  Doug Evans  <dje@google.com>
 
        * main.c (print_gdb_help): Remove reference to
index 79fbba1..aebc2b8 100644 (file)
@@ -30,7 +30,7 @@ struct mi_cmd;
 static struct mi_cmd **lookup_table (const char *command);
 static void build_table (struct mi_cmd *commands);
 
-struct mi_cmd mi_cmds[] =
+static struct mi_cmd mi_cmds[] =
 {
   { "ada-task-info", { NULL, 0 }, mi_cmd_ada_task_info },
   { "add-inferior", { NULL, 0 }, mi_cmd_add_inferior },