* remote.c (remote_kill): Add prototype.
authorStan Shebs <shebs@codesourcery.com>
Mon, 15 May 1995 21:55:42 +0000 (21:55 +0000)
committerStan Shebs <shebs@codesourcery.com>
Mon, 15 May 1995 21:55:42 +0000 (21:55 +0000)
* cpu32bug-rom.c (cpu32bug_open): Properly define as static.
* config/h8300/h8300hms.mt (TDEPFILES): Add monitor.o.

gdb/ChangeLog
gdb/cpu32bug-rom.c

index 33091380e2cff633668c004349829f4e6d346ca8..d7baf59f078fd911e2ada2f8d41400c200b66a46 100644 (file)
@@ -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
index dcf3bdf77b9b5c4b560460628e4b4f0d8fbee9f5..d63865e5910845a59cdc06686021fc3e33f3e8e5 100644 (file)
@@ -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;