public inbox for binutils-cvs@sourceware.org
 help / color / mirror / Atom feed
* [binutils-gdb] RISC-V: Fixed typo from smscrind to smcsrind in riscv_implicit_subsets.
@ 2024-06-18  8:23 Nelson Chu
  0 siblings, 0 replies; only message in thread
From: Nelson Chu @ 2024-06-18  8:23 UTC (permalink / raw)
  To: binutils-cvs

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"

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

only message in thread, other threads:[~2024-06-18  8:23 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-06-18  8:23 [binutils-gdb] RISC-V: Fixed typo from smscrind to smcsrind in riscv_implicit_subsets Nelson Chu

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).