aboutsummaryrefslogtreecommitdiff
path: root/sim/h8300/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'sim/h8300/ChangeLog')
-rw-r--r--sim/h8300/ChangeLog14
1 files changed, 13 insertions, 1 deletions
diff --git a/sim/h8300/ChangeLog b/sim/h8300/ChangeLog
index 1f9281f..f4d7710 100644
--- a/sim/h8300/ChangeLog
+++ b/sim/h8300/ChangeLog
@@ -1,3 +1,16 @@
+2021-01-13 Mike Frysinger <vapier@gentoo.org>
+
+ * compile.c (memory_size): Move definition to top of file.
+ (h8_get_memory, h8_set_memory): Assert access is within memory_size.
+ (h8_get_eightbit_buf): Delete.
+ h8_set_eightbit_buf, h8_get_eightbit, h8_set_eightbit): Likewise.
+ (GET_MEMORY_L): Delete eightbit references.
+ (GET_MEMORY_W, GET_MEMORY_B, SET_MEMORY_L, SET_MEMORY_W,
+ SET_MEMORY_B, init_pointers, step_once, sim_load): Likewise.
+ (sim_write): Likewise. Return i instead of size.
+ (sim_read): Check addr is within memory_size.
+ * sim-main.h (struct h8300_cpu_state): Delete eightbit.
+
2021-01-11 Mike Frysinger <vapier@gentoo.org>
* configure.ac: Call SIM_AC_OPTION_WARNINGS.
@@ -1287,4 +1300,3 @@ Sun Jan 3 14:15:07 1993 Steve Chamberlain (sac@thepub.cygnus.com)
Tue Dec 22 13:56:48 1992 Steve Chamberlain (sac@thepub.cygnus.com)
* new
-