aboutsummaryrefslogtreecommitdiff
path: root/sim/h8300/ChangeLog
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2015-12-30 04:28:10 -0500
committerMike Frysinger <vapier@gentoo.org>2015-12-30 05:27:18 -0500
commit4ca9d09e826e959f382ab45b2e1dfa8125135124 (patch)
tree55f210b8f1c00b94ba1e367d156a06460b07ba48 /sim/h8300/ChangeLog
parent5658c2571f34fcf7f0f10dbd45ddc6680aa57576 (diff)
downloadgdb-4ca9d09e826e959f382ab45b2e1dfa8125135124.zip
gdb-4ca9d09e826e959f382ab45b2e1dfa8125135124.tar.gz
gdb-4ca9d09e826e959f382ab45b2e1dfa8125135124.tar.bz2
sim: h8300: switch to common sim-resume
Diffstat (limited to 'sim/h8300/ChangeLog')
-rw-r--r--sim/h8300/ChangeLog14
1 files changed, 14 insertions, 0 deletions
diff --git a/sim/h8300/ChangeLog b/sim/h8300/ChangeLog
index 0e5937f..6878ab9 100644
--- a/sim/h8300/ChangeLog
+++ b/sim/h8300/ChangeLog
@@ -1,5 +1,19 @@
2015-12-30 Mike Frysinger <vapier@gentoo.org>
+ * compile.c (lvalue): Change sim_engine_set_run_state calls to
+ sim_engine_halt. Declare local cpu.
+ (fetch_1): Likewise.
+ (store_1): Likewise.
+ (sim_resume): Rename to ...
+ (step_once): ... this. Declare init1, poll_count, reason, and
+ sigrc variables. Delete step checking. Change
+ sim_engine_set_run_state calls to sim_engine_halt. Delete poll
+ logic. Change while(1) loop to while(0).
+ (sim_engine_run): New function.
+ * Makefile.in (SIM_OBJS): Add sim-resume.o.
+
+2015-12-30 Mike Frysinger <vapier@gentoo.org>
+
* compile.c (sim_open): Delete current_alignment and
current_target_byte_order assignments.
* configure.ac: Call SIM_AC_OPTION_ENDIAN and