diff options
Diffstat (limited to 'include/ChangeLog')
-rw-r--r-- | include/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/include/ChangeLog b/include/ChangeLog index b357064..a9e30ca 100644 --- a/include/ChangeLog +++ b/include/ChangeLog @@ -1,5 +1,11 @@ 2020-06-30 Nelson Chu <nelson.chu@sifive.com> + * opcode/riscv-opc.h: Support the unprivileged CSR. The versions + of the unprivileged CSR should be PRIV_SPEC_CLASS_NONE for now. + * opcode/riscv.h (enum riscv_csr_class): Add CSR_CLASS_DEBUG. + +2020-06-30 Nelson Chu <nelson.chu@sifive.com> + * opcode/riscv-opc.h: Cleanup and remove the unused macros. 2020-06-29 Alan Modra <amodra@gmail.com> |