Change find_pcs_for_symtab_line to return a std::vector
[binutils-gdb.git] / opcodes / or1k-desc.h
index be7d1db637e5777a4d651221ade0ccf75eb68bf0..5d2f5cd23fe11a01f7291b7c7f0383a8bfe2cdf0 100644 (file)
@@ -25,6 +25,10 @@ This file is part of the GNU Binutils and/or GDB, the GNU debugger.
 #ifndef OR1K_CPU_H
 #define OR1K_CPU_H
 
+#ifdef __cplusplus
+extern "C" {
+#endif
+
 #define CGEN_ARCH or1k
 
 /* Given symbol S, return or1k_cgen_<S>.  */
@@ -679,4 +683,8 @@ extern const CGEN_HW_ENTRY or1k_cgen_hw_table[];
 
 
 
+   #ifdef __cplusplus
+   }
+   #endif
+
 #endif /* OR1K_CPU_H */