summaryrefslogtreecommitdiff
path: root/sim/cris
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2015-04-06 23:40:00 -0400
committerMike Frysinger <vapier@gentoo.org>2015-04-06 23:56:47 -0400
commit122bbfb52a7990dbed5f5da79cf8d9eb305ca7e3 (patch)
tree39b3c098a8c4ad20b26d6774ed5428e27d8c5c09 /sim/cris
parentdc081549e71d715a229becaf37d0909836c52a9d (diff)
downloadbinutils-gdb-122bbfb52a7990dbed5f5da79cf8d9eb305ca7e3.tar.gz
sim: move sim-engine.o/sim-hrw.o to the common list
This makes these two objects available to all sims by default.
Diffstat (limited to 'sim/cris')
-rw-r--r--sim/cris/ChangeLog4
-rw-r--r--sim/cris/Makefile.in3
2 files changed, 5 insertions, 2 deletions
diff --git a/sim/cris/ChangeLog b/sim/cris/ChangeLog
index 26e9752c3ec..0c56cb92808 100644
--- a/sim/cris/ChangeLog
+++ b/sim/cris/ChangeLog
@@ -1,3 +1,7 @@
+2015-04-06 Mike Frysinger <vapier@gentoo.org>
+
+ * Makefile.in (SIM_OBJS): Delete sim-engine.o and sim-hrw.o.
+
2015-03-31 Mike Frysinger <vapier@gentoo.org>
* config.in, configure: Regenerate.
diff --git a/sim/cris/Makefile.in b/sim/cris/Makefile.in
index 0b444011f11..5459c0e7a2e 100644
--- a/sim/cris/Makefile.in
+++ b/sim/cris/Makefile.in
@@ -25,11 +25,10 @@ CRISV32F_OBJS = crisv32f.o cpuv32.o decodev32.o modelv32.o mloopv32f.o
SIM_OBJS = \
$(SIM_NEW_COMMON_OBJS) \
sim-cpu.o \
- sim-hrw.o \
sim-model.o \
sim-reg.o \
cgen-utils.o cgen-trace.o cgen-scache.o \
- cgen-run.o sim-reason.o sim-engine.o sim-stop.o \
+ cgen-run.o sim-reason.o sim-stop.o \
sim-if.o arch.o \
$(CRISV10F_OBJS) \
$(CRISV32F_OBJS) \