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

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.
---
 bfd/elfxx-riscv.c                              | 2 +-
 gas/testsuite/gas/riscv/march-imply-smcsrind.d | 6 ++++++
 2 files changed, 7 insertions(+), 1 deletion(-)
 create mode 100644 gas/testsuite/gas/riscv/march-imply-smcsrind.d

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"
-- 
2.39.3 (Apple Git-146)


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

only message in thread, other threads:[~2024-06-18  8:24 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:24 [committed] 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).