aboutsummaryrefslogtreecommitdiff
path: root/sim/mips/Makefile.in
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2015-04-13 02:09:55 -0400
committerMike Frysinger <vapier@gentoo.org>2015-04-13 02:09:55 -0400
commit7bebb329bbad32b948939c5f437b2b4eebe7e9fd (patch)
tree21d8d4de00bcafc93578c9eeb08fb1e28ca3bc7a /sim/mips/Makefile.in
parentbea3f671c5734eb96a02055fbaa0c938ad535b66 (diff)
downloadgdb-7bebb329bbad32b948939c5f437b2b4eebe7e9fd.zip
gdb-7bebb329bbad32b948939c5f437b2b4eebe7e9fd.tar.gz
gdb-7bebb329bbad32b948939c5f437b2b4eebe7e9fd.tar.bz2
sim: mips: convert to sim-cpu
Make cpu allocation fully dynamic so we can leverage the common sim-cpu and its APIs.
Diffstat (limited to 'sim/mips/Makefile.in')
-rw-r--r--sim/mips/Makefile.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/sim/mips/Makefile.in b/sim/mips/Makefile.in
index 17eeab6..96131ae 100644
--- a/sim/mips/Makefile.in
+++ b/sim/mips/Makefile.in
@@ -46,6 +46,7 @@ SIM_OBJS = \
cp1.o \
mdmx.o \
dsp.o \
+ sim-cpu.o \
sim-main.o \
sim-hload.o \
sim-stop.o \