[PATCH v5 0/3] RISC-V: Support more rigorous check for CSR
Jim Wilson
jimw@sifive.com
Fri Feb 21 00:55:00 GMT 2020
More information about the Binutils mailing list
Fri Feb 21 00:55:00 GMT 2020
- Previous message (by thread): [PATCH 1/3] RISC-V: Support the ISA-dependent CSR checking.
- Next message (by thread): [PATCH v5 0/3] RISC-V: Support more rigorous check for CSR
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
On Wed, Feb 12, 2020 at 2:18 AM Nelson Chu <nelson.chu@sifive.com> wrote: > * [PATCH v5 1/3] RISC-V: Support the ISA-dependent CSR checking. > a. Add missing comments for each function. > b. Add -march=rv32if option to the csr-dw-regnum test case. > c. Report warning messages rather than error for the CSR cheking. > d. Keep the consistent usage in gas/config/tc-riscv.c (from Andrew's suggestion) > d-1. Change the 'typedef struct {...} riscv_csr_extra' to > 'struct riscv_csr_extra {...}'. > d-2. Use 'if (hash_error != NULL)' in init_opcode_hash and riscv_init_csr_hash, since > hash_error is not a boolean. > > * [PATCH v5 2/3] RISC-V: Disable the CSR checking by default. > > * [PATCH v5 3/3] RISC-V: Support the read-only CSR checking. This looks good. I fixed a comment typo in part 3, and rewrote the ChangeLog entries a bit because you didn't mention all of the types, variables, and functions modified by the patches. Andrew Burgess had already approved the gdb parts, so I committed both the binutils and gdb patches. Jim
- Previous message (by thread): [PATCH 1/3] RISC-V: Support the ISA-dependent CSR checking.
- Next message (by thread): [PATCH v5 0/3] RISC-V: Support more rigorous check for CSR
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Binutils mailing list