aboutsummaryrefslogtreecommitdiff
path: root/sim/h8300/ChangeLog
diff options
context:
space:
mode:
authorJeff Law <law@redhat.com>1996-05-23 04:25:43 +0000
committerJeff Law <law@redhat.com>1996-05-23 04:25:43 +0000
commit7e1e013fd98c1332e5340ea7e97229bf2de0edd9 (patch)
tree02e13fa83ef94648615d0003cdc6773c5ddaa176 /sim/h8300/ChangeLog
parentfe6e29571a4ee4824ed7c243af5014281e13c91c (diff)
downloadgdb-7e1e013fd98c1332e5340ea7e97229bf2de0edd9.zip
gdb-7e1e013fd98c1332e5340ea7e97229bf2de0edd9.tar.gz
gdb-7e1e013fd98c1332e5340ea7e97229bf2de0edd9.tar.bz2
* compile.c (sim_resume): Correctly handle divu.
More bugfixing. HMSE
Diffstat (limited to 'sim/h8300/ChangeLog')
-rw-r--r--sim/h8300/ChangeLog23
1 files changed, 22 insertions, 1 deletions
diff --git a/sim/h8300/ChangeLog b/sim/h8300/ChangeLog
index b20fc31..cf5e61e 100644
--- a/sim/h8300/ChangeLog
+++ b/sim/h8300/ChangeLog
@@ -1,4 +1,25 @@
-Fri Apr 12 16:44:10 1996 Jeffrey A Law (law@cygnus.com)
+Wed May 22 22:23:37 1996 Jeffrey A Law (law@cygnus.com)
+
+ * compile.c (sim_resume): Correctly handle divu.
+
+Tue May 7 02:13:05 1996 Jeffrey A Law (law@cygnus.com)
+
+ * compile.c (sim_resume): Never allow the PC to have an
+ odd value.
+
+Fri Apr 12 16:50:37 1996 Jeffrey A Law (law@cygnus.com)
+
+ * inst.h: Expand on comments regarding H8300H_MSIZE. Note
+ separate memory is allocate for the 8-bit area.
+ (struct cpu_state_type): Add new "eightbit' field.
+ * compile.c (GET_MEMORY_L): Handle access into the 8-bit
+ area.
+ (GET_MEMORY_W, GET_MEMORY_B): Likewise.
+ (SET_MEMORY_L, SET_MEMORY_W, SET_MEMORY_B): Likewise.
+ (init_pointers): Initialize space for the 8-bit area.
+ (sim_write): Handle writing into the 8-bit area.
+ (sim_read): Handle reading from the 8-bit area.
+ (sim_load): Reallocate space for the 8-bit area.
* compile.c (sim_load): Re-allocate memory for the simulator
here.