include/elf/ChangeLog:
[deliverable/binutils-gdb.git] / gdb / remote-hms.c
index ee40051fb3c1a794076e939d3b27fab0744c8a28..1107b6acf6305ee5fa7bd27336c366cfa4ea533d 100644 (file)
@@ -1,5 +1,5 @@
 /* Remote debugging interface for Renesas HMS Monitor Version 1.0
-   Copyright 1995, 1996, 1998, 1999, 2000, 2001
+   Copyright (C) 1995, 1996, 1998, 1999, 2000, 2001
    Free Software Foundation, Inc.
    Contributed by Cygnus Support.  Written by Steve Chamberlain
    (sac@cygnus.com).
@@ -18,8 +18,8 @@
 
    You should have received a copy of the GNU General Public License
    along with this program; if not, write to the Free Software
-   Foundation, Inc., 59 Temple Place - Suite 330,
-   Boston, MA 02111-1307, USA.  */
+   Foundation, Inc., 51 Franklin Street, Fifth Floor,
+   Boston, MA 02110-1301, USA.  */
 
 #include "defs.h"
 #include "gdbcore.h"
@@ -28,6 +28,8 @@
 #include "serial.h"
 #include "regcache.h"
 
+#define CCR_REGNUM 8
+
 static void hms_open (char *args, int from_tty);
 static void
 hms_supply_register (char *regname, int regnamelen, char *val, int vallen)
@@ -119,7 +121,7 @@ init_hms_cmds (void)
   hms_cmds.getreg.term_cmd = "\003";   /* getreg.term_cmd */
   hms_cmds.dump_registers = "r\r";     /* dump_registers */
   hms_cmds.register_pattern = "\\(\\w+\\)=\\([0-9a-fA-F]+\\)"; /* register_pattern */
-  hms_cmds.supply_register = hms_supply_register;      /* supply_register */
+  hms_cmds.supply_register = hms_supply_register;
   hms_cmds.load_routine = NULL;        /* load_routine (defaults to SRECs) */
   hms_cmds.load = "tl\r";      /* download command */
   hms_cmds.loadresp = NULL;    /* load response */
This page took 0.025557 seconds and 4 git commands to generate.