From 122bbfb52a7990dbed5f5da79cf8d9eb305ca7e3 Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Mon, 6 Apr 2015 23:40:00 -0400 Subject: sim: move sim-engine.o/sim-hrw.o to the common list This makes these two objects available to all sims by default. --- sim/mips/ChangeLog | 4 ++++ sim/mips/Makefile.in | 1 - 2 files changed, 4 insertions(+), 1 deletion(-) (limited to 'sim/mips') 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 + + * Makefile.in (SIM_OBJS): Delete sim-engine.o. + 2015-04-01 Mike Frysinger * 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 \ -- cgit v1.1