public inbox for binutils-cvs@sourceware.org
 help / color / mirror / Atom feed
From: Nelson Chu <nelsonc1225@sourceware.org>
To: binutils-cvs@sourceware.org
Subject: [binutils-gdb] RISC-V: Fixed typo from smscrind to smcsrind in riscv_implicit_subsets.
Date: Tue, 18 Jun 2024 08:23:53 +0000 (GMT)	[thread overview]
Message-ID: <20240618082353.CFB7C3882118@sourceware.org> (raw)

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

commit c2db2b8a377bd6838cbd668ae12cce835a180093
Author: Nelson Chu <nelson@rivosinc.com>
Date:   Tue Jun 18 16:15:45 2024 +0800

    RISC-V: Fixed typo from smscrind to smcsrind in riscv_implicit_subsets.
    
    bfd/
            * elfxx-riscv.c (riscv_implicit_subsets): Fixed type from smscrind to
            smcsrind.
    gas/
            * testsuite/gas/riscv/march-imply-smcsrind.d: New testcase.  It fails
            without applying this patch.

Diff:
---
 bfd/elfxx-riscv.c                              | 2 +-
 gas/testsuite/gas/riscv/march-imply-smcsrind.d | 6 ++++++
 2 files changed, 7 insertions(+), 1 deletion(-)

diff --git a/bfd/elfxx-riscv.c b/bfd/elfxx-riscv.c
index 275b2ef848a..918bfc1aac5 100644
--- a/bfd/elfxx-riscv.c
+++ b/bfd/elfxx-riscv.c
@@ -1274,7 +1274,7 @@ static struct riscv_implicit_subset riscv_implicit_subsets[] =
   {"zcb", "zca",	check_implicit_always},
   {"zcmp", "zca",	check_implicit_always},
   {"smaia", "ssaia",		check_implicit_always},
-  {"smscrind", "sscsrind",	check_implicit_always},
+  {"smcsrind", "sscsrind",	check_implicit_always},
   {"smcntrpmf", "zicsr",	check_implicit_always},
   {"smstateen", "ssstateen",	check_implicit_always},
   {"smepmp", "zicsr",		check_implicit_always},
diff --git a/gas/testsuite/gas/riscv/march-imply-smcsrind.d b/gas/testsuite/gas/riscv/march-imply-smcsrind.d
new file mode 100644
index 00000000000..e028a067a43
--- /dev/null
+++ b/gas/testsuite/gas/riscv/march-imply-smcsrind.d
@@ -0,0 +1,6 @@
+#as: -march=rv32i_smcsrind -march-attr -misa-spec=20191213
+#readelf: -A
+#source: empty.s
+Attribute Section: riscv
+File Attributes
+  Tag_RISCV_arch: "rv32i2p1_zicsr2p0_smcsrind1p0_sscsrind1p0"

                 reply	other threads:[~2024-06-18  8:23 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=20240618082353.CFB7C3882118@sourceware.org \
    --to=nelsonc1225@sourceware.org \
    --cc=binutils-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).