RISC-V: Support debug and float CSR as the unprivileged ones.
[deliverable/binutils-gdb.git] / include / opcode / riscv.h
index ba993e7d34dd621bcb8da31bfbbadab7a9633a80..5cd75157635b5bb0976071a261ae4fccd26f52a8 100644 (file)
@@ -373,6 +373,7 @@ enum riscv_csr_class
   CSR_CLASS_I,
   CSR_CLASS_I_32,      /* rv32 only */
   CSR_CLASS_F,         /* f-ext only */
+  CSR_CLASS_DEBUG      /* debug CSR */
 };
 
 /* The current supported privilege spec versions.  */
This page took 0.024025 seconds and 4 git commands to generate.