aboutsummaryrefslogtreecommitdiff
path: root/gas
diff options
context:
space:
mode:
authorTsukasa OI <research_trasio@irq.a4lg.com>2023-09-05 03:59:02 +0000
committerTsukasa OI <research_trasio@irq.a4lg.com>2023-09-05 03:59:02 +0000
commit2a546455f456ad190e8c4785fd2b170659bf2236 (patch)
treef6abf355883f654c7b1c1717e38c3461b567236c /gas
parenta303646f1754f9c6178448bedc6100d871f118c0 (diff)
downloadbinutils-2a546455f456ad190e8c4785fd2b170659bf2236.zip
binutils-2a546455f456ad190e8c4785fd2b170659bf2236.tar.gz
binutils-2a546455f456ad190e8c4785fd2b170659bf2236.tar.bz2
RISC-V: Fix typo in the testsuite
gas/ChangeLog: * testsuite/gas/riscv/csr.s: Fix typo. mhcounteren is superseded by minstretcfg, not mcyclecfg.
Diffstat (limited to 'gas')
-rw-r--r--gas/testsuite/gas/riscv/csr.s2
1 files changed, 1 insertions, 1 deletions
diff --git a/gas/testsuite/gas/riscv/csr.s b/gas/testsuite/gas/riscv/csr.s
index 6457436..3d8da54 100644
--- a/gas/testsuite/gas/riscv/csr.s
+++ b/gas/testsuite/gas/riscv/csr.s
@@ -447,7 +447,7 @@
csr mbadaddr # 0x343 in 1.9.1, but the value is mtval since 1.10
csr mucounteren # 0x320 in 1.9.1, dropped in 1.10, but the value is mcountinhibit since 1.11
csr mscounteren # 0x321 in 1.9.1, dropped in 1.10, but the value is mcyclecfg for Smcntrpmf extension
- csr mhcounteren # 0x322 in 1.9.1, dropped in 1.10, but the value is mcyclecfg for Smcntrpmf extension
+ csr mhcounteren # 0x322 in 1.9.1, dropped in 1.10, but the value is minstretcfg for Smcntrpmf extension
csr mbase # 0x380 in 1.9.1, dropped in 1.10
csr mbound # 0x381 in 1.9.1, dropped in 1.10
csr mibase # 0x382 in 1.9.1, dropped in 1.10