aboutsummaryrefslogtreecommitdiff
path: root/sim/arm
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/arm
parentdc081549e71d715a229becaf37d0909836c52a9d (diff)
downloadgdb-122bbfb52a7990dbed5f5da79cf8d9eb305ca7e3.zip
gdb-122bbfb52a7990dbed5f5da79cf8d9eb305ca7e3.tar.gz
gdb-122bbfb52a7990dbed5f5da79cf8d9eb305ca7e3.tar.bz2
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/arm')
-rw-r--r--sim/arm/ChangeLog4
-rw-r--r--sim/arm/Makefile.in1
2 files changed, 4 insertions, 1 deletions
diff --git a/sim/arm/ChangeLog b/sim/arm/ChangeLog
index 1cd5df6..88d6c7a 100644
--- a/sim/arm/ChangeLog
+++ b/sim/arm/ChangeLog
@@ -1,3 +1,7 @@
+2015-04-06 Mike Frysinger <vapier@gentoo.org>
+
+ * Makefile.in (SIM_OBJS): Delete sim-engine.o.
+
2015-04-01 Mike Frysinger <vapier@gentoo.org>
* Makefile.in (armos.o, armcopro.o, maverick.o, iwmmxt.o, arminit.o,
diff --git a/sim/arm/Makefile.in b/sim/arm/Makefile.in
index aad18fb..00c9bdf 100644
--- a/sim/arm/Makefile.in
+++ b/sim/arm/Makefile.in
@@ -22,7 +22,6 @@ SIM_EXTRA_CFLAGS = -DMODET
SIM_OBJS = \
$(SIM_NEW_COMMON_OBJS) \
sim-cpu.o \
- sim-engine.o \
sim-hload.o \
armemu26.o armemu32.o arminit.o armos.o armsupp.o \
armvirt.o bag.o thumbemu.o wrapper.o \