RISC-V: Report warning when linking the objects with different priv specs.
[deliverable/binutils-gdb.git] / include / opcode / riscv.h
index fecf41042f48cb2c442d3d739d0ad9cd795082b9..ba993e7d34dd621bcb8da31bfbbadab7a9633a80 100644 (file)
@@ -381,7 +381,6 @@ enum riscv_priv_spec_class
 {
   PRIV_SPEC_CLASS_NONE,
 
-  PRIV_SPEC_CLASS_1P9,
   PRIV_SPEC_CLASS_1P9P1,
   PRIV_SPEC_CLASS_1P10,
   PRIV_SPEC_CLASS_1P11,
@@ -491,9 +490,5 @@ extern const struct riscv_ext_version riscv_ext_version_table[];
 
 extern int
 riscv_get_isa_spec_class (const char *, enum riscv_isa_spec_class *);
-extern int
-riscv_get_priv_spec_class (const char *, enum riscv_priv_spec_class *);
-extern const char *
-riscv_get_priv_spec_name (enum riscv_priv_spec_class);
 
 #endif /* _RISCV_H_ */
This page took 0.024237 seconds and 4 git commands to generate.