(hms_fetch_register): Take out REGISTER_TYPE.
authorSteve Chamberlain <sac@cygnus>
Sat, 5 Feb 1994 01:06:21 +0000 (01:06 +0000)
committerSteve Chamberlain <sac@cygnus>
Sat, 5 Feb 1994 01:06:21 +0000 (01:06 +0000)
gdb/ChangeLog
gdb/remote-hms.c

index af2c909a564ec269f49303174927587e0b53dcba..784ead69f619496acda500d3a4fce91d70e336f0 100644 (file)
@@ -6,6 +6,13 @@ Fri Feb  4 15:53:18 1994  Steve Chamberlain  (sac@cygnus.com)
        change memory model.
        * remote-7000.c (initialize_remote_e7000): Change name of snoop
        command.
+       * remote-hms.c (hms_load): Remove breakpoints when loaded.
+       (hms_wait): Use new status structure
+       (hms_open): Push the target here. (hms_before_main_loop): Not
+       here.  (supply_val, hms_fetch_register, hms_store_register):  Cope
+       with H8/500 names too. (hms_fetch_register): Take out REGISTER_TYPE.
+       * sh-tdep.c (show_regs, initialize_sh_tdep): New command to print
+       all registers in a compact way.
 
 Fri Feb  4 07:41:13 1994  Jim Kingdon  (kingdon@deneb.cygnus.com)
 
index f8c46b8a412b25058979075194c00fa07bb07db0..02d5fd6b949a46b1703bb219c1307af51f80075d 100644 (file)
@@ -920,8 +920,7 @@ hms_fetch_register (dummy)
   int s;
   int gottok;
 
-  REGISTER_TYPE reg[NUM_REGS];
-  int foo[NUM_REGS];
+  LONGEST reg[NUM_REGS];
   check_open ();
 
   do
@@ -998,7 +997,6 @@ hms_fetch_register (dummy)
   int gottok;
 
   unsigned LONGEST reg[NUM_REGS];
-  int foo[8];
 
   check_open ();