RISC-V: Imply 'Zicsr' from privileged extensions with CSRs
authorTsukasa OI <research_trasio@irq.a4lg.com>
Mon, 5 Sep 2022 08:11:54 +0000 (08:11 +0000)
committerTsukasa OI <research_trasio@irq.a4lg.com>
Fri, 14 Oct 2022 05:21:42 +0000 (05:21 +0000)
commitb16e13328b14e2668e2a4355d587368ed040b680
tree2ac223eb3f8ab1eb823b983435c5faf8b527a175
parent637d7c14299eea2fbffb0e133ffe5e1883fbd43b
RISC-V: Imply 'Zicsr' from privileged extensions with CSRs

'H', 'Smstateen', 'Sscofpmf' and 'Sstc' are four privileged extensions with
their CSR definitions and 'Smepmp' is a privileged extension with additional
CSR bits.

Volume II: Privileged Architecture of the RISC-V ISA Manual states that the
privileged architecture requires the 'Zicsr' extension.  However, current
GNU Binutils has no direct way whether the program has dependency to the
privileged architecture itself.

As a workaround, we should add implications from privileged extensions that
either add new CSRs, extend existing CSRs or depends on using CSRs.

This commit adds such implications for existing privileged extensions that
satisfy this condition.

gas/ChangeLog:

* testsuite/gas/riscv/march-imply-h.d: New test, at least for 'H'.

bfd/ChangeLog:

* elfxx-riscv.c (riscv_implicit_subsets): Add 'Zicsr'
implicications for privileged extensions 'H', 'Smstateen',
'Sscofpmf', 'Sstc' and 'Smepmp'.
bfd/elfxx-riscv.c
gas/testsuite/gas/riscv/march-imply-h.d [new file with mode: 0644]