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/lm32/ChangeLog | 4 ++++ sim/lm32/Makefile.in | 3 +-- 2 files changed, 5 insertions(+), 2 deletions(-) (limited to 'sim/lm32') diff --git a/sim/lm32/ChangeLog b/sim/lm32/ChangeLog index e777204..31e621f 100644 --- a/sim/lm32/ChangeLog +++ b/sim/lm32/ChangeLog @@ -1,3 +1,7 @@ +2015-04-06 Mike Frysinger + + * Makefile.in (SIM_OBJS): Delete sim-engine.o and sim-hrw.o. + 2015-03-31 Mike Frysinger * config.in, configure: Regenerate. diff --git a/sim/lm32/Makefile.in b/sim/lm32/Makefile.in index 60420a1..ea2dd2d 100644 --- a/sim/lm32/Makefile.in +++ b/sim/lm32/Makefile.in @@ -8,12 +8,11 @@ SIM_OBJS = \ $(SIM_NEW_COMMON_OBJS) \ sim-cpu.o \ sim-hload.o \ - sim-hrw.o \ sim-model.o \ sim-reg.o \ sim-signal.o \ cgen-utils.o cgen-trace.o cgen-scache.o \ - cgen-run.o sim-reason.o sim-engine.o sim-stop.o \ + cgen-run.o sim-reason.o sim-stop.o \ sim-if.o arch.o \ cpu.o decode.o sem.o model.o mloop.o \ lm32.o traps.o user.o -- cgit v1.1