aboutsummaryrefslogtreecommitdiff
path: root/sim/cr16
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2015-11-15 20:06:42 -0800
committerMike Frysinger <vapier@gentoo.org>2015-11-16 00:41:59 -0500
commit797eee4264d1b504aabcbcabb6de2f1108441261 (patch)
tree148efaf024bc68c071fb8de6f1797b472652f6d8 /sim/cr16
parent9db36cf86d58f93def38a94ed05e1854beda3b20 (diff)
downloadfsf-binutils-gdb-797eee4264d1b504aabcbcabb6de2f1108441261.zip
fsf-binutils-gdb-797eee4264d1b504aabcbcabb6de2f1108441261.tar.gz
fsf-binutils-gdb-797eee4264d1b504aabcbcabb6de2f1108441261.tar.bz2
sim: sim-stop/sim-reason/sim-reg: move to common obj list
Now that all arches (for the most part) have moved over, move sim-stop.o, sim-reason.o, and sim-reg.o to the common object list and out of all the arch ports.
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