projects
/
binutils-gdb.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f5ddda0
)
* remote-sim.c (gdbsim_cntrl_c): Lose ANSI prototype.
author
Jeff Law
<law@redhat.com>
Thu, 27 Nov 1997 06:01:08 +0000
(06:01 +0000)
committer
Jeff Law
<law@redhat.com>
Thu, 27 Nov 1997 06:01:08 +0000
(06:01 +0000)
gdb/ChangeLog
patch
|
blob
|
history
gdb/remote-sim.c
patch
|
blob
|
history
diff --git
a/gdb/ChangeLog
b/gdb/ChangeLog
index e3c1c6ec4e2991d99c1ccdc8528833bd74c57c3e..e992e2532340596e082e1515b0c99ec1b3a58300 100644
(file)
--- a/
gdb/ChangeLog
+++ b/
gdb/ChangeLog
@@
-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>
* gdbtk.c (gdb_loc): symtab_to_filename can return NULL
diff --git
a/gdb/remote-sim.c
b/gdb/remote-sim.c
index 816e9cc6bc23d27c08412fd58a7eb2d62d5a98f0..22952ca3cefa30bc2a0b8229266a6aa01a6a5c17 100644
(file)
--- a/
gdb/remote-sim.c
+++ b/
gdb/remote-sim.c
@@
-672,7
+672,8
@@
gdb_os_poll_quit (p)
just as `wait' would. */
static void
-gdbsim_cntrl_c (int signo)
+gdbsim_cntrl_c (signo)
+ int signo;
{
gdbsim_stop ();
}