diff options
Diffstat (limited to 'sim/iq2000')
-rw-r--r-- | sim/iq2000/ChangeLog | 5 | ||||
-rw-r--r-- | sim/iq2000/Makefile.in | 3 |
2 files changed, 6 insertions, 2 deletions
diff --git a/sim/iq2000/ChangeLog b/sim/iq2000/ChangeLog index dcb6cc5..c52689a 100644 --- a/sim/iq2000/ChangeLog +++ b/sim/iq2000/ChangeLog @@ -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. diff --git a/sim/iq2000/Makefile.in b/sim/iq2000/Makefile.in index 0871877..3ca3924 100644 --- a/sim/iq2000/Makefile.in +++ b/sim/iq2000/Makefile.in @@ -23,9 +23,8 @@ SIM_OBJS = \ $(SIM_NEW_COMMON_OBJS) \ sim-hload.o \ 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 \ $(IQ2000_OBJS) |