aboutsummaryrefslogtreecommitdiff
path: root/sim/moxie/ChangeLog
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2015-03-22 23:59:45 -0400
committerMike Frysinger <vapier@gentoo.org>2015-03-24 01:08:56 -0400
commitcc8ab1ded5dbc6c2ddb1b8c62f0e0f8f486a5f17 (patch)
tree52cc1d85601a51a1e4ef3376e25e9bd4425d1afe /sim/moxie/ChangeLog
parent523ba8f92e3ff4c49f65b582c89b4563b1b665ad (diff)
downloadgdb-cc8ab1ded5dbc6c2ddb1b8c62f0e0f8f486a5f17.zip
gdb-cc8ab1ded5dbc6c2ddb1b8c62f0e0f8f486a5f17.tar.gz
gdb-cc8ab1ded5dbc6c2ddb1b8c62f0e0f8f486a5f17.tar.bz2
sim: moxie: convert to nrun.o
This port already used a lot of common/ files, so cutting it over to nrun.o and using a few more common objects is pretty straight forward.
Diffstat (limited to 'sim/moxie/ChangeLog')
-rw-r--r--sim/moxie/ChangeLog25
1 files changed, 25 insertions, 0 deletions
diff --git a/sim/moxie/ChangeLog b/sim/moxie/ChangeLog
index d7b4e50..8b09c84 100644
--- a/sim/moxie/ChangeLog
+++ b/sim/moxie/ChangeLog
@@ -1,5 +1,30 @@
2015-03-24 Mike Frysinger <vapier@gentoo.org>
+ * configure: Regenerate.
+ * configure.ac: Call SIM_AC_OPTION_WARNINGS.
+ * interp.c: Delete gdb/callback.h include. Add sim-options.h include.
+ (callback, myname, sim_kind): Delete.
+ (tracefile, tracine, TRACE): Move code together and add a TODO.
+ (struct moxie_regset): Add a TODO.
+ (cpu): Likewise.
+ (callback, issue_messages, sim_size, sim_write, sim_read, sim_trace,
+ sim_stop_reason, sim_stop, sim_info, sim_load, sim_set_callbacks):
+ Delete.
+ (set_initial_gprs): Change prototype to (void).
+ (free_state): New function.
+ (sim_open): Call sim_cpu_alloc_all, sim_parse_args, and
+ sim_analyze_program. Move set_initial_gprs to the end. Set
+ STATE_WATCHPOINTS pc data. Delete callback, myname, and
+ issue_messages. Call free_state on error.
+ (sim_create_inferior): Delete references to issue_messages and
+ set_initial_gprs.
+ * Makefile.in (SIM_RUN_OBJS, SIM_EXTRA_CFLAGS): Delete.
+ (SIM_OBJS): Change to $(SIM_NEW_COMMON_OBJS).
+ * sim-main.h (struct sim_state): Change cpu to a pointer array.
+ (STATE_CPU): Drop the &.
+
+2015-03-24 Mike Frysinger <vapier@gentoo.org>
+
* Makefile.in (SIM_OBJS): Add sim-command.o.
* interp.c (sim_do_command): Delete.