From: Mike Frysinger Date: Tue, 12 Jan 2021 09:06:18 +0000 (-0500) Subject: sim: or1k: clean up stale build entries X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=5e9e2f41ebaa79d983133bb1374423815adb2f58;p=binutils-gdb.git sim: or1k: clean up stale build entries This logic was migrated to the common code long ago so ports don't need to declare them themselves. --- diff --git a/sim/or1k/ChangeLog b/sim/or1k/ChangeLog index d305cb32264..e25c563b612 100644 --- a/sim/or1k/ChangeLog +++ b/sim/or1k/ChangeLog @@ -1,3 +1,10 @@ +2021-01-12 Mike Frysinger + + * Makefile.in (SIM_OBJS): Delete redundant sim-cpu.o, sim-hload.o, + sim-hrw.o, sim-reg.o, sim-reason.o, sim-engine.o, sim-model.o, + sim-stop.o, and $(TRAPS_OBJ) entries. + (SIM_RUN_OBJS): Delete. + 2021-01-12 Mike Frysinger * configure.ac (SIM_AC_OPTION_INLINE): Delete call. diff --git a/sim/or1k/Makefile.in b/sim/or1k/Makefile.in index e0b56053dc8..24625603cb0 100644 --- a/sim/or1k/Makefile.in +++ b/sim/or1k/Makefile.in @@ -31,21 +31,12 @@ OR1K_OBJS = \ SIM_OBJS = \ $(SIM_NEW_COMMON_OBJS) \ - sim-cpu.o \ - sim-hload.o \ - sim-hrw.o \ - sim-reg.o \ cgen-utils.o \ cgen-trace.o \ cgen-scache.o \ cgen-run.o \ cgen-fpu.o \ - cgen-accfp.o \ - sim-reason.o \ - sim-engine.o \ - sim-model.o \ - sim-stop.o \ - $(TRAPS_OBJ) + cgen-accfp.o SIM_OBJS += $(OR1K_OBJS) @@ -62,7 +53,6 @@ SIM_EXTRA_CFLAGS = SIM_EXTRA_LIBS = -lm -SIM_RUN_OBJS = nrun.o SIM_EXTRA_CLEAN = or1k-clean ## COMMON_POST_CONFIG_FRAG