> 2013-11-11 Edjunior Barbosa Machado > > * remote-sim.c (gdbsim_detach): Fix prototype. Thanks! I just noticed that one line then became too long. So I pushed a checkin of my own as well... > -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); gdb/ChangeLog: * remote-sim.c (gdbsim_detach): Break declaration into shorter lines. No code change. -- Joel