aboutsummaryrefslogtreecommitdiff
path: root/sim/m68hc11/ChangeLog
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2015-04-13 02:07:23 -0400
committerMike Frysinger <vapier@gentoo.org>2015-04-13 02:07:23 -0400
commitbea3f671c5734eb96a02055fbaa0c938ad535b66 (patch)
tree4f2e6335b998ce6b5daa088bbc8d8fc91650f1b9 /sim/m68hc11/ChangeLog
parent8ac57fbde478b8e8fb0ba169f620d713be319260 (diff)
downloadgdb-bea3f671c5734eb96a02055fbaa0c938ad535b66.zip
gdb-bea3f671c5734eb96a02055fbaa0c938ad535b66.tar.gz
gdb-bea3f671c5734eb96a02055fbaa0c938ad535b66.tar.bz2
sim: m68hc11: convert to sim-cpu
Make cpu allocation fully dynamic so we can leverage the common sim-cpu and its APIs.
Diffstat (limited to 'sim/m68hc11/ChangeLog')
-rw-r--r--sim/m68hc11/ChangeLog11
1 files changed, 11 insertions, 0 deletions
diff --git a/sim/m68hc11/ChangeLog b/sim/m68hc11/ChangeLog
index 36190a2..73adccb 100644
--- a/sim/m68hc11/ChangeLog
+++ b/sim/m68hc11/ChangeLog
@@ -1,3 +1,14 @@
+2015-04-13 Mike Frysinger <vapier@gentoo.org>
+
+ * Makefile.in (SIM_OBJS): Add sim-cpu.o.
+ * interp.c (m68hc11_pc_get, m68hc11_pc_set): New functions.
+ (sim_open): Declare new local var i. Call sim_cpu_alloc_all.
+ Call CPU_PC_FETCH & CPU_PC_STORE for all cpus.
+ (sim_pc_get): Delete.
+ * sim-main.h (SIM_CPU): Define.
+ (STATE_CPU): Drop &.
+ (struct sim_state): Change cpu to an array of pointers.
+
2015-04-06 Mike Frysinger <vapier@gentoo.org>
* Makefile.in (SIM_OBJS): Delete sim-engine.o and sim-hrw.o.