aboutsummaryrefslogtreecommitdiff
path: root/sim/v850/Makefile.in
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2015-04-13 02:11:24 -0400
committerMike Frysinger <vapier@gentoo.org>2015-04-13 02:11:50 -0400
commit14c9ad2edb6e0bb0b560fa45699b83d85aa28b94 (patch)
tree183183d1bc008d9da91182db3ced6f320f583716 /sim/v850/Makefile.in
parent7bebb329bbad32b948939c5f437b2b4eebe7e9fd (diff)
downloadfsf-binutils-gdb-14c9ad2edb6e0bb0b560fa45699b83d85aa28b94.zip
fsf-binutils-gdb-14c9ad2edb6e0bb0b560fa45699b83d85aa28b94.tar.gz
fsf-binutils-gdb-14c9ad2edb6e0bb0b560fa45699b83d85aa28b94.tar.bz2
sim: v850: convert to sim-cpu
Make cpu allocation fully dynamic so we can leverage the common sim-cpu and its APIs.
Diffstat (limited to 'sim/v850/Makefile.in')
-rw-r--r--sim/v850/Makefile.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/sim/v850/Makefile.in b/sim/v850/Makefile.in
index 726ed5e..e78fda9 100644
--- a/sim/v850/Makefile.in
+++ b/sim/v850/Makefile.in
@@ -23,6 +23,7 @@ SIM_OBJS = \
$(SIM_NEW_COMMON_OBJS) \
simops.o interp.o \
itable.o semantics.o idecode.o icache.o engine.o irun.o support.o \
+ sim-cpu.o \
sim-hload.o \
sim-resume.o \
sim-reason.o \