Add support for the Q extension to the RISCV ISA.
[binutils-gdb.git] / opcodes / or1k-opc.h
index 5c2117645e536757602b991d3322918212171b35..2fe5b5af794389cf7b237028785eabad337de2bf 100644 (file)
@@ -25,6 +25,10 @@ This file is part of the GNU Binutils and/or GDB, the GNU debugger.
 #ifndef OR1K_OPC_H
 #define OR1K_OPC_H
 
+#ifdef __cplusplus
+extern "C" {
+#endif
+
 /* -- opc.h */
 
 #undef  CGEN_DIS_HASH_SIZE
@@ -132,4 +136,8 @@ struct cgen_fields
 }
 
 
+   #ifdef __cplusplus
+   }
+   #endif
+
 #endif /* OR1K_OPC_H */