Fix Windows gdb build failure with Python 2 support
[deliverable/binutils-gdb.git] / opcodes / frv-desc.h
index eccc8dcca563a8bcac92cb67986d865d1b9e4f01..831d82f57c4a34b0a15a2f438033f5c175fcb4cc 100644 (file)
@@ -2,7 +2,7 @@
 
 THIS FILE IS MACHINE GENERATED WITH CGEN.
 
-Copyright (C) 1996-2014 Free Software Foundation, Inc.
+Copyright (C) 1996-2017 Free Software Foundation, Inc.
 
 This file is part of the GNU Binutils and/or GDB, the GNU debugger.
 
@@ -25,6 +25,10 @@ This file is part of the GNU Binutils and/or GDB, the GNU debugger.
 #ifndef FRV_CPU_H
 #define FRV_CPU_H
 
+#ifdef __cplusplus
+extern "C" {
+#endif
+
 #define CGEN_ARCH frv
 
 /* Given symbol S, return frv_cgen_<S>.  */
@@ -841,4 +845,8 @@ extern const CGEN_HW_ENTRY frv_cgen_hw_table[];
 
 
 
+   #ifdef __cplusplus
+   }
+   #endif
+
 #endif /* FRV_CPU_H */
This page took 0.040443 seconds and 4 git commands to generate.