aboutsummaryrefslogtreecommitdiff
path: root/sim/cr16
diff options
context:
space:
mode:
Diffstat (limited to 'sim/cr16')
-rw-r--r--sim/cr16/ChangeLog5
-rw-r--r--sim/cr16/Makefile.in3
2 files changed, 5 insertions, 3 deletions
diff --git a/sim/cr16/ChangeLog b/sim/cr16/ChangeLog
index 6f7b850..c63586a 100644
--- a/sim/cr16/ChangeLog
+++ b/sim/cr16/ChangeLog
@@ -1,5 +1,10 @@
2015-11-15 Mike Frysinger <vapier@gentoo.org>
+ * Makefile.in (SIM_OBJS): Delete sim-reason.o, sim-reg.o, and
+ sim-stop.o.
+
+2015-11-15 Mike Frysinger <vapier@gentoo.org>
+
* cr16_sim.h (cr16_callback): Delete.
* interp.c (cr16_callback): Delete.
(do_run): Delete cr16_callback. Replace
diff --git a/sim/cr16/Makefile.in b/sim/cr16/Makefile.in
index a3db8da..e593218 100644
--- a/sim/cr16/Makefile.in
+++ b/sim/cr16/Makefile.in
@@ -20,10 +20,7 @@
SIM_OBJS = \
$(SIM_NEW_COMMON_OBJS) \
sim-hload.o \
- sim-reason.o \
- sim-reg.o \
sim-resume.o \
- sim-stop.o \
interp.o \
table.o \
simops.o