[COMMITTED] Fix incomplete constification in remote-sim.c

Message ID CAB=4xhrf8aY6u7zWOhJaZdE=WBobs8W3FGjX3gT5nLFrESWxrg@mail.gmail.com
State Committed
Headers

Commit Message

Roland McGrath July 30, 2014, 8:13 p.m. UTC
  Committed as obvious.


Thanks,
Roland


gdb/
2014-07-30  Roland McGrath  <mcgrathr@google.com>

* remote-sim.c (gdbsim_open): Apply constification to forward decl.
  

Patch

--- a/gdb/remote-sim.c
+++ b/gdb/remote-sim.c
@@ -76,7 +76,7 @@  static void gdbsim_kill (struct target_ops *);
 static void gdbsim_load (struct target_ops *self, const char *prog,
  int fromtty);

-static void gdbsim_open (char *args, int from_tty);
+static void gdbsim_open (const char *args, int from_tty);

 static void gdbsim_close (struct target_ops *self);