diff options
Diffstat (limited to 'sim/cris')
-rw-r--r-- | sim/cris/ChangeLog | 4 | ||||
-rw-r--r-- | sim/cris/Makefile.in | 1 |
2 files changed, 4 insertions, 1 deletions
diff --git a/sim/cris/ChangeLog b/sim/cris/ChangeLog index ad903fb..e1f3f9e 100644 --- a/sim/cris/ChangeLog +++ b/sim/cris/ChangeLog @@ -1,3 +1,7 @@ +2015-03-14 Mike Frysinger <vapier@gentoo.org> + + * Makefile.in (SIM_RUN_OBJS): Delete. + 2014-12-03 Joel Brobecker <brobecker@adacore.com> * traps.c (cris_break_13_handler): Adjust call to "fstat" callback diff --git a/sim/cris/Makefile.in b/sim/cris/Makefile.in index a4332c8..1281ac3 100644 --- a/sim/cris/Makefile.in +++ b/sim/cris/Makefile.in @@ -45,7 +45,6 @@ SIM_EXTRA_DEPS = \ $(CGEN_INCLUDE_DEPS) $(srccom)/cgen-ops.h \ arch.h cpuall.h cris-sim.h cris-desc.h -SIM_RUN_OBJS = nrun.o SIM_EXTRA_CLEAN = cris-clean # This selects the cris newlib/libgloss syscall definitions. |