Minor reformatting in remote-sim.c (gdbsim_detach declaration).
gdb/ChangeLog: * remote-sim.c (gdbsim_detach): Break declaration into shorter lines. No code change.
This commit is contained in:
parent
7a06d43074
commit
8ca5801b3a
2 changed files with 7 additions and 1 deletions
|
@ -1,3 +1,8 @@
|
|||
2013-11-11 Joel Brobecker <brobecker@adacore.com>
|
||||
|
||||
* remote-sim.c (gdbsim_detach): Break declaration into
|
||||
shorter lines. No code change.
|
||||
|
||||
2013-11-11 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
|
||||
|
||||
* remote-sim.c (gdbsim_detach): Fix prototype.
|
||||
|
|
|
@ -78,7 +78,8 @@ static void gdbsim_open (char *args, int from_tty);
|
|||
|
||||
static void gdbsim_close (void);
|
||||
|
||||
static void gdbsim_detach (struct target_ops *ops, const 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);
|
||||
|
||||
|
|
Loading…
Reference in a new issue