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/microblaze/ChangeLog | 4 ++++ sim/microblaze/Makefile.in | 1 - 2 files changed, 4 insertions(+), 1 deletion(-) (limited to 'sim/microblaze') diff --git a/sim/microblaze/ChangeLog b/sim/microblaze/ChangeLog index 166262c..5120267 100644 --- a/sim/microblaze/ChangeLog +++ b/sim/microblaze/ChangeLog @@ -1,3 +1,7 @@ +2015-04-06 Mike Frysinger + + * Makefile.in (SIM_OBJS): Delete sim-engine.o. + 2015-03-31 Mike Frysinger * config.in, configure: Regenerate. diff --git a/sim/microblaze/Makefile.in b/sim/microblaze/Makefile.in index ca31766..0085948 100644 --- a/sim/microblaze/Makefile.in +++ b/sim/microblaze/Makefile.in @@ -21,7 +21,6 @@ SIM_OBJS = \ interp.o \ $(SIM_NEW_COMMON_OBJS) \ sim-cpu.o \ - sim-engine.o \ sim-hload.o \ sim-reason.o \ sim-stop.o -- cgit v1.1