public inbox for gdb-patches@sourceware.org
 help / color / mirror / Atom feed
* [PATCH/committed] sim: or1k: clean up stale build entries
@ 2021-01-12  9:14 Mike Frysinger
  0 siblings, 0 replies; only message in thread
From: Mike Frysinger @ 2021-01-12  9:14 UTC (permalink / raw)
  To: gdb-patches

This logic was migrated to the common code long ago so ports don't
need to declare them themselves.
---
 sim/or1k/ChangeLog   |  7 +++++++
 sim/or1k/Makefile.in | 12 +-----------
 2 files changed, 8 insertions(+), 11 deletions(-)

diff --git a/sim/or1k/ChangeLog b/sim/or1k/ChangeLog
index d305cb32264e..e25c563b6122 100644
--- a/sim/or1k/ChangeLog
+++ b/sim/or1k/ChangeLog
@@ -1,3 +1,10 @@
+2021-01-12  Mike Frysinger  <vapier@gentoo.org>
+
+	* 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  <vapier@gentoo.org>
 
 	* configure.ac (SIM_AC_OPTION_INLINE): Delete call.
diff --git a/sim/or1k/Makefile.in b/sim/or1k/Makefile.in
index e0b56053dc80..24625603cb07 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
-- 
2.28.0


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2021-01-12  9:14 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-01-12  9:14 [PATCH/committed] sim: or1k: clean up stale build entries Mike Frysinger

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).