public inbox for gdb-patches@sourceware.org
 help / color / mirror / Atom feed
* [PATCH] sim: v850: rename v850.dc to align with other ports
@ 2022-11-10 18:43 Mike Frysinger
  0 siblings, 0 replies; only message in thread
From: Mike Frysinger @ 2022-11-10 18:43 UTC (permalink / raw)
  To: gdb-patches

Other arches use the .dc extension for the instruction decode table.
---
 sim/Makefile.in               | 2 +-
 sim/v850/local.mk             | 2 +-
 sim/v850/{v850-dc => v850.dc} | 0
 3 files changed, 2 insertions(+), 2 deletions(-)
 rename sim/v850/{v850-dc => v850.dc} (100%)

diff --git a/sim/v850/local.mk b/sim/v850/local.mk
index 367ca6ef1f4a..f5d47882dcec 100644
--- a/sim/v850/local.mk
+++ b/sim/v850/local.mk
@@ -51,7 +51,7 @@ $(%C%_BUILT_SRC_FROM_IGEN): %D%/stamp-igen
 
 %C%_IGEN_TRACE = # -G omit-line-numbers # -G trace-rule-selection -G trace-rule-rejection -G trace-entries
 %C%_IGEN_INSN = $(srcdir)/%D%/v850.igen
-%C%_IGEN_DC = $(srcdir)/%D%/v850-dc
+%C%_IGEN_DC = $(srcdir)/%D%/v850.dc
 %D%/stamp-igen: $(%C%_IGEN_INSN) $(%C%_IGEN_DC) $(IGEN)
 	$(AM_V_GEN)$(IGEN_RUN) \
 		$(%C%_IGEN_TRACE) \
diff --git a/sim/v850/v850-dc b/sim/v850/v850.dc
similarity index 100%
rename from sim/v850/v850-dc
rename to sim/v850/v850.dc
-- 
2.38.1


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

only message in thread, other threads:[~2022-11-10 18:43 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-11-10 18:43 [PATCH] sim: v850: rename v850.dc to align with other ports 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).