aboutsummaryrefslogtreecommitdiff
path: root/sim/v850
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2022-11-11 00:58:59 +0700
committerMike Frysinger <vapier@gentoo.org>2022-11-11 01:42:29 +0700
commit897fc27b25fe24167ce80b56e97f61d14140b6b1 (patch)
tree2185fc6c5687d31ec6ab3f824282261a56736991 /sim/v850
parentef7c5fd15dbe0937a2b5c729d88263beec507b42 (diff)
downloadgdb-897fc27b25fe24167ce80b56e97f61d14140b6b1.zip
gdb-897fc27b25fe24167ce80b56e97f61d14140b6b1.tar.gz
gdb-897fc27b25fe24167ce80b56e97f61d14140b6b1.tar.bz2
sim: v850: rename v850.dc to align with other ports
Other arches use the .dc extension for the instruction decode table.
Diffstat (limited to 'sim/v850')
-rw-r--r--sim/v850/local.mk2
-rw-r--r--sim/v850/v850.dc (renamed from sim/v850/v850-dc)0
2 files changed, 1 insertions, 1 deletions
diff --git a/sim/v850/local.mk b/sim/v850/local.mk
index 367ca6e..f5d4788 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
index 9189833..9189833 100644
--- a/sim/v850/v850-dc
+++ b/sim/v850/v850.dc