Fix argument type on gdbsim_detach prototype.
authorEdjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
Mon, 11 Nov 2013 13:00:14 +0000 (07:00 -0600)
committerEdjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
Mon, 11 Nov 2013 13:00:14 +0000 (07:00 -0600)
2013-11-11  Edjunior Barbosa Machado  <emachado@linux.vnet.ibm.com>

* remote-sim.c (gdbsim_detach): Fix prototype.

gdb/ChangeLog
gdb/remote-sim.c

index 79abe3ddc5897953ae322c1eee1a574ccf3b3d7d..5a0d35566a000a83edad3d236620555004af2a8d 100644 (file)
@@ -1,3 +1,7 @@
+2013-11-11  Edjunior Barbosa Machado  <emachado@linux.vnet.ibm.com>
+
+       * remote-sim.c (gdbsim_detach): Fix prototype.
+
 2013-11-08  Doug Evans  <dje@google.com>
 
        * dwarf2read.c (dwarf2_read_debug): Change to unsigned int.
index e095035484a9f8fc40114799a4e769cf721cca47..f7be6fa477a33bffa324759a12165503e22a02d9 100644 (file)
@@ -78,7 +78,7 @@ static void gdbsim_open (char *args, int from_tty);
 
 static void gdbsim_close (void);
 
-static void gdbsim_detach (struct target_ops *ops, char *args, int from_tty);
+static void gdbsim_detach (struct target_ops *ops, const char *args, int from_tty);
 
 static void gdbsim_prepare_to_store (struct regcache *regcache);
 
This page took 0.033576 seconds and 4 git commands to generate.