commit | b291c12e8d08d01e598526ac6c9cb20543f41293 | [log] [tgz] |
---|---|---|
author | Xiao Zeng <zengxiao@eswincomputing.com> | Fri Dec 15 09:57:09 2023 +0800 |
committer | Nelson Chu <nelson@rivosinc.com> | Fri Dec 15 10:07:14 2023 +0800 |
tree | 14c678815bb9b42594720f0d44c6418846558c97 | |
parent | bf19fc7706c5c4bc942203af7a1df43cf392f89b [diff] |
RISC-V: Imply 'Zicntr' and 'Zihpm' implicitly depended on 'Zicsr' This commit adds support for ratified extensions: 'Zicntr' and 'Zihpm', Which are all implicitly depend on 'Zicsr'. This is based on: <https://github.com/riscv/riscv-isa-manual/releases/download/riscv-isa-release-056b6ff-2023-10-02/unpriv-isa-asciidoc.pdf> bfd/ChangeLog: * elfxx-riscv.c: Add 'Zicntr' and 'Zihpm' -> 'Zicsr'. (riscv_supported_std_z_ext) Add 'Zicntr' and 'Zihpm' to the list.