public inbox for gdb-cvs@sourceware.org
help / color / mirror / Atom feed
From: Michael Frysinger <vapier@sourceware.org>
To: gdb-cvs@sourceware.org
Subject: [binutils-gdb] sim: v850: rename v850.dc to align with other ports
Date: Thu, 10 Nov 2022 18:43:58 +0000 (GMT)	[thread overview]
Message-ID: <20221110184358.BC8EA3858298@sourceware.org> (raw)

https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=897fc27b25fe24167ce80b56e97f61d14140b6b1

commit 897fc27b25fe24167ce80b56e97f61d14140b6b1
Author: Mike Frysinger <vapier@gentoo.org>
Date:   Fri Nov 11 00:58:59 2022 +0700

    sim: v850: rename v850.dc to align with other ports
    
    Other arches use the .dc extension for the instruction decode table.

Diff:
---
 sim/Makefile.in               | 2 +-
 sim/v850/local.mk             | 2 +-
 sim/v850/{v850-dc => v850.dc} | 0
 3 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/sim/Makefile.in b/sim/Makefile.in
index 8eece9224ee..84c48c5b72c 100644
--- a/sim/Makefile.in
+++ b/sim/Makefile.in
@@ -1628,7 +1628,7 @@ testsuite_common_CPPFLAGS = \
 
 @SIM_ENABLE_ARCH_v850_TRUE@v850_IGEN_TRACE = # -G omit-line-numbers # -G trace-rule-selection -G trace-rule-rejection -G trace-entries
 @SIM_ENABLE_ARCH_v850_TRUE@v850_IGEN_INSN = $(srcdir)/v850/v850.igen
-@SIM_ENABLE_ARCH_v850_TRUE@v850_IGEN_DC = $(srcdir)/v850/v850-dc
+@SIM_ENABLE_ARCH_v850_TRUE@v850_IGEN_DC = $(srcdir)/v850/v850.dc
 all: config.h
 	$(MAKE) $(AM_MAKEFLAGS) all-recursive
 
diff --git a/sim/v850/local.mk b/sim/v850/local.mk
index 367ca6ef1f4..f5d47882dce 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

                 reply	other threads:[~2022-11-10 18:43 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20221110184358.BC8EA3858298@sourceware.org \
    --to=vapier@sourceware.org \
    --cc=gdb-cvs@sourceware.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).