Add support for the Q extension to the RISCV ISA.
[binutils-gdb.git] / opcodes / epiphany-desc.h
index 1557e329e20caa628fede1d8582fef6ce815ebb2..55334d610c4a49a3a70d0b9eb7c5ae50b37ee85c 100644 (file)
@@ -25,6 +25,10 @@ This file is part of the GNU Binutils and/or GDB, the GNU debugger.
 #ifndef EPIPHANY_CPU_H
 #define EPIPHANY_CPU_H
 
+#ifdef __cplusplus
+extern "C" {
+#endif
+
 #define CGEN_ARCH epiphany
 
 /* Given symbol S, return epiphany_cgen_<S>.  */
@@ -399,4 +403,8 @@ extern const CGEN_HW_ENTRY epiphany_cgen_hw_table[];
 
 
 
+   #ifdef __cplusplus
+   }
+   #endif
+
 #endif /* EPIPHANY_CPU_H */