diff options
Diffstat (limited to 'sim/cris')
-rw-r--r-- | sim/cris/ChangeLog | 5 | ||||
-rw-r--r-- | sim/cris/Makefile.in | 3 |
2 files changed, 6 insertions, 2 deletions
diff --git a/sim/cris/ChangeLog b/sim/cris/ChangeLog index 42ff285..4bca1e1 100644 --- a/sim/cris/ChangeLog +++ b/sim/cris/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/cris/Makefile.in b/sim/cris/Makefile.in index 945eaa6..f7762dd 100644 --- a/sim/cris/Makefile.in +++ b/sim/cris/Makefile.in @@ -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) \ |