diff options
author | Stan Shebs <shebs@codesourcery.com> | 1995-05-15 21:55:42 +0000 |
---|---|---|
committer | Stan Shebs <shebs@codesourcery.com> | 1995-05-15 21:55:42 +0000 |
commit | dfd7f395351b6782ac88ba890ad671ae333934dc (patch) | |
tree | 6605a8addd58a81b424cdcc112f08d2c34ca0bc9 /gdb | |
parent | 24e1a4e0eb1f2730dff03421d65df73fd5ac43e5 (diff) | |
download | gdb-dfd7f395351b6782ac88ba890ad671ae333934dc.zip gdb-dfd7f395351b6782ac88ba890ad671ae333934dc.tar.gz gdb-dfd7f395351b6782ac88ba890ad671ae333934dc.tar.bz2 |
* remote.c (remote_kill): Add prototype.
* cpu32bug-rom.c (cpu32bug_open): Properly define as static.
* config/h8300/h8300hms.mt (TDEPFILES): Add monitor.o.
Diffstat (limited to 'gdb')
-rw-r--r-- | gdb/ChangeLog | 6 | ||||
-rw-r--r-- | gdb/cpu32bug-rom.c | 2 |
2 files changed, 7 insertions, 1 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 3309138..d7baf59 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,9 @@ +Mon May 15 14:46:41 1995 Stan Shebs <shebs@andros.cygnus.com> + + * remote.c (remote_kill): Add prototype. + * cpu32bug-rom.c (cpu32bug_open): Properly define as static. + * config/h8300/h8300hms.mt (TDEPFILES): Add monitor.o. + Mon May 15 12:12:34 1995 Stu Grossman (grossman@cygnus.com) * sparclite/salib.c (win_ovf win_unf): Make window size constant diff --git a/gdb/cpu32bug-rom.c b/gdb/cpu32bug-rom.c index dcf3bdf..d63865e 100644 --- a/gdb/cpu32bug-rom.c +++ b/gdb/cpu32bug-rom.c @@ -148,7 +148,7 @@ static struct monitor_ops cpu32bug_cmds = MONITOR_OPS_MAGIC /* magic */ }; -void +static void cpu32bug_open(args, from_tty) char *args; int from_tty; |