]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commitdiff
RISC-V: Fix typo in the testsuite
authorTsukasa OI <research_trasio@irq.a4lg.com>
Tue, 5 Sep 2023 03:59:02 +0000 (03:59 +0000)
committerTsukasa OI <research_trasio@irq.a4lg.com>
Tue, 5 Sep 2023 03:59:02 +0000 (03:59 +0000)
gas/ChangeLog:

* testsuite/gas/riscv/csr.s: Fix typo. mhcounteren is superseded
by minstretcfg, not mcyclecfg.

gas/testsuite/gas/riscv/csr.s

index 6457436af263f17d9b8a745f49fc7d13b0792a43..3d8da5488a047ded9baa2a3146b353c288a6e739 100644 (file)
        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