From: Mike Frysinger Date: Sun, 31 Oct 2021 05:49:17 +0000 (-0400) Subject: sim: v850: delete old gencode logic X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=68c2129ae6130d073ac9d1792897e738eebfe030;p=binutils-gdb.git sim: v850: delete old gencode logic 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. --- diff --git a/sim/v850/Makefile.in b/sim/v850/Makefile.in index 2c0c5df7c24..072c7502788 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