public inbox for gdb-patches@sourceware.org
 help / color / mirror / Atom feed
* [PATCH] sim: v850: delete old gencode logic
@ 2021-10-31  6:47 Mike Frysinger
  0 siblings, 0 replies; only message in thread
From: Mike Frysinger @ 2021-10-31  6:47 UTC (permalink / raw)
  To: gdb-patches

The v850 port used to have a gencode helper, but it was deleted long
ago.  Clean up the settings that no longer make sense w/out it.
---
 sim/v850/Makefile.in | 9 ++-------
 1 file changed, 2 insertions(+), 7 deletions(-)

diff --git a/sim/v850/Makefile.in b/sim/v850/Makefile.in
index 2c0c5df7c24b..072c75027885 100644
--- a/sim/v850/Makefile.in
+++ b/sim/v850/Makefile.in
@@ -25,13 +25,11 @@ SIM_OBJS = \
 
 # List of extra dependencies.
 # Generally this consists of simulator specific files included by sim-main.h.
-SIM_EXTRA_DEPS = v850_sim.h sim-main.h simops.h itable.h
+SIM_EXTRA_DEPS = v850_sim.h sim-main.h
 
 # List of flags to always pass to $(CC)
 SIM_EXTRA_CFLAGS = \
-	-DDEBUG \
-	-I$(srcdir)/../../newlib/libc/sys/sysnecv850
-SIM_EXTRA_CLEAN = clean-extra
+	-DDEBUG
 
 NL_TARGET = -DNL_TARGET_v850
 
@@ -103,6 +101,3 @@ tmp-igen: $(IGEN_INSN) $(IGEN_DC) $(IGEN)
 	$(SILENCE) $(SHELL) $(srcroot)/move-if-change tmp-engine.c engine.c
 	$(SILENCE) $(SHELL) $(srcroot)/move-if-change tmp-irun.c irun.c
 	$(SILENCE) touch $@
-
-clean-extra: clean-igen
-	rm -f table.c simops.h gencode
-- 
2.33.0


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

only message in thread, other threads:[~2021-10-31  6:47 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-10-31  6:47 [PATCH] sim: v850: delete old gencode logic 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).