sim: sim-stop/sim-reason/sim-reg: move to common obj list
Now that all arches (for the most part) have moved over, move sim-stop.o, sim-reason.o, and sim-reg.o to the common object list and out of all the arch ports.
This commit is contained in:
parent
9db36cf86d
commit
797eee4264
44 changed files with 119 additions and 56 deletions
|
@ -1,3 +1,8 @@
|
|||
2015-11-15 Mike Frysinger <vapier@gentoo.org>
|
||||
|
||||
* Makefile.in (SIM_OBJS): Delete sim-reason.o, sim-reg.o, and
|
||||
sim-stop.o.
|
||||
|
||||
2015-11-14 Mike Frysinger <vapier@gentoo.org>
|
||||
|
||||
* sim-if.c (sim_close): Delete.
|
||||
|
|
|
@ -25,9 +25,8 @@ CRISV32F_OBJS = crisv32f.o cpuv32.o decodev32.o modelv32.o mloopv32f.o
|
|||
SIM_OBJS = \
|
||||
$(SIM_NEW_COMMON_OBJS) \
|
||||
sim-model.o \
|
||||
sim-reg.o \
|
||||
cgen-utils.o cgen-trace.o cgen-scache.o \
|
||||
cgen-run.o sim-reason.o sim-stop.o \
|
||||
cgen-run.o \
|
||||
sim-if.o arch.o \
|
||||
$(CRISV10F_OBJS) \
|
||||
$(CRISV32F_OBJS) \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue