This is the mail archive of the
binutils@sourceware.org
mailing list for the binutils project.
[PATCH v4 0/3] RISC-V: Support more rigorous check for CSR
- From: Nelson Chu <nelson dot chu at sifive dot com>
- To: binutils at sourceware dot org, jimw at sifive dot com
- Date: Wed, 5 Feb 2020 01:35:47 -0800
- Subject: [PATCH v4 0/3] RISC-V: Support more rigorous check for CSR
Hi binutils,
Updated. Since I extend the DECLARE_CSR to record more informaton, riscv-gdb
also need to be updated. Therefore, I send these patches to gdb-patches mail
list and wait for approval, too.
* [PATCH v4 1/3] RISC-V: Support the ISA-dependent CSR checking.
1. Add missing comments for each function.
2. Add -march=rv32if option to the csr-dw-regnum test case.
3. Report warning messages rather than error for the CSR cheking.
* [PATCH v4 2/3] RISC-V: Disable the CSR checking by default.
* [PATCH v4 3/3] RISC-V: Support the read-only CSR checking.
Thanks
Nelson