diff options
author | Mike Frysinger <vapier@gentoo.org> | 2015-04-13 02:09:55 -0400 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2015-04-13 02:09:55 -0400 |
commit | 7bebb329bbad32b948939c5f437b2b4eebe7e9fd (patch) | |
tree | 21d8d4de00bcafc93578c9eeb08fb1e28ca3bc7a /sim/mips/Makefile.in | |
parent | bea3f671c5734eb96a02055fbaa0c938ad535b66 (diff) | |
download | gdb-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.in | 1 |
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 \ |