* mon960-rom.c (_initialize_mon960): Call init_mon960_cmds
authorMark Alexander <marka@cygnus>
Fri, 22 Jan 1999 01:29:46 +0000 (01:29 +0000)
committerMark Alexander <marka@cygnus>
Fri, 22 Jan 1999 01:29:46 +0000 (01:29 +0000)
to fill in mon960_cmds structure properly.

gdb/ChangeLog
gdb/mon960-rom.c

index ff5d83eb5d46314d0174d04d79897fdc0cc49b9b..f11c86cd49cecd6aac7f82a4917f83743df56334 100644 (file)
@@ -1,3 +1,14 @@
+Thu Jan 21 17:25:46 1999  Mark Alexander  <marka@cygnus.com>
+
+       * mon960-rom.c (_initialize_mon960): Call init_mon960_cmds
+       to fill in mon960_cmds structure properly.
+
+Wed Jan 20 17:53:22 1999  Stan Shebs  <shebs@andros.cygnus.com>
+
+       * remote-sds.c (sds_ops): Define only once.
+       (init_sds_ops, sds_command, _initialize_remote_sds): Declare.
+       (init_sds_ops): Init only non-zero fields.
+
 Wed Jan 20 15:45:15 1999  Mark Alexander  <marka@cygnus.com>
 
        * h8300-tdep.c (original_register_names, h8300h_register_names,
@@ -20,7 +31,6 @@ Wed Jan 20 15:45:15 1999  Mark Alexander  <marka@cygnus.com>
        v850ice.c win32-nat.c: cosmetic changes to conform to coding
        standards. 
 
-
 1999-01-19  Jim Blandy  <jimb@zwingli.cygnus.com>
 
        Use aclocal to generate GDB's aclocal.m4 script.  
index 37510b88fee3146682d36778ef6d9d2be3c16d69..32dcaff7a998fe4be881d6c83d97aeae5a4353b6 100644 (file)
@@ -151,7 +151,7 @@ static char *mon960_inits[] = { "\r", NULL};
 static struct monitor_ops mon960_cmds ;
 
 static void 
-init_mon960_cmds(void)
+init_mon960_cmds (void)
 {
   mon960_cmds.flags =   MO_CLR_BREAK_USES_ADDR
     | MO_NO_ECHO_ON_OPEN   | MO_SEND_BREAK_ON_STOP   | MO_GETMEM_READ_SINGLE ;    /* flags */
@@ -242,6 +242,8 @@ _initialize_mon960 ()
 {
   memcpy(mon960_regnames, full_regnames, sizeof(full_regnames));
 
+  init_mon960_cmds ();
+
   init_monitor_ops (&mon960_ops);
 
   mon960_ops.to_shortname = "mon960"; /* for the target command */