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:
Mike Frysinger 2015-11-15 20:06:42 -08:00
parent 9db36cf86d
commit 797eee4264
44 changed files with 119 additions and 56 deletions

View file

@ -1,3 +1,7 @@
2015-11-15 Mike Frysinger <vapier@gentoo.org>
* Makefile.in (SIM_OBJS): Delete sim-reason.o and sim-stop.o.
2015-11-14 Mike Frysinger <vapier@gentoo.org>
* interp.c (sim_close): Delete.

View file

@ -21,8 +21,6 @@ SIM_OBJS = \
interp.o \
$(SIM_NEW_COMMON_OBJS) \
sim-hload.o \
sim-reason.o \
sim-resume.o \
sim-stop.o
sim-resume.o
## COMMON_POST_CONFIG_FRAG