diff options
Diffstat (limited to 'sim/mips')
-rw-r--r-- | sim/mips/ChangeLog | 4 | ||||
-rw-r--r-- | sim/mips/Makefile.in | 1 |
2 files changed, 4 insertions, 1 deletions
diff --git a/sim/mips/ChangeLog b/sim/mips/ChangeLog index a22a19e..477c8c8 100644 --- a/sim/mips/ChangeLog +++ b/sim/mips/ChangeLog @@ -1,3 +1,7 @@ +2015-04-06 Mike Frysinger <vapier@gentoo.org> + + * Makefile.in (SIM_OBJS): Delete sim-engine.o. + 2015-04-01 Mike Frysinger <vapier@gentoo.org> * tconfig.h (SIM_HAVE_PROFILE): Delete. diff --git a/sim/mips/Makefile.in b/sim/mips/Makefile.in index b9151eb..2016db3 100644 --- a/sim/mips/Makefile.in +++ b/sim/mips/Makefile.in @@ -48,7 +48,6 @@ SIM_OBJS = \ dsp.o \ sim-main.o \ sim-hload.o \ - sim-engine.o \ sim-stop.o \ sim-resume.o \ sim-reason.o \ |