mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-23 11:39:26 +08:00
* remote-sim.c (gdbsim_cntrl_c): Lose ANSI prototype.
This commit is contained in:
@ -1,3 +1,7 @@
|
|||||||
|
Wed Nov 26 22:59:04 1997 Jeffrey A Law (law@cygnus.com)
|
||||||
|
|
||||||
|
* remote-sim.c (gdbsim_cntrl_c): Lose ANSI prototype.
|
||||||
|
|
||||||
Wed Nov 26 15:02:43 1997 Keith Seitz <keiths@onions.cygnus.com>
|
Wed Nov 26 15:02:43 1997 Keith Seitz <keiths@onions.cygnus.com>
|
||||||
|
|
||||||
* gdbtk.c (gdb_loc): symtab_to_filename can return NULL
|
* gdbtk.c (gdb_loc): symtab_to_filename can return NULL
|
||||||
|
@ -672,7 +672,8 @@ gdb_os_poll_quit (p)
|
|||||||
just as `wait' would. */
|
just as `wait' would. */
|
||||||
|
|
||||||
static void
|
static void
|
||||||
gdbsim_cntrl_c (int signo)
|
gdbsim_cntrl_c (signo)
|
||||||
|
int signo;
|
||||||
{
|
{
|
||||||
gdbsim_stop ();
|
gdbsim_stop ();
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user