Fix incomplete constification in remote-sim.c

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

	* remote-sim.c (gdbsim_open): Apply constification to forward decl.
This commit is contained in:
Roland McGrath 2014-07-30 13:06:52 -07:00
parent 014f9477f4
commit 74228e7790
2 changed files with 28 additions and 24 deletions

View File

@ -1,3 +1,7 @@
2014-07-30 Roland McGrath <mcgrathr@google.com>
* remote-sim.c (gdbsim_open): Apply constification to forward decl.
2014-07-30 Tom Tromey <tromey@redhat.com>
* bsd-kvm.c (bsd_kvm_open): Constify.

View File

@ -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);