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 6237dee1543b5058667d114d67890d88d8e3614d..b06339f2dab1205dd8c735839e00a95b50d480cb 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 79fbba14730192cb9944a90e02e6e5cee591943e..aebc2b858cb2c0f22d9063b117da074de88ab188 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 },
This page took 0.030283 seconds and 4 git commands to generate.