gas: fix tests call-relax and asi-bump-warn in 32-bit SPARC ELF targets
[deliverable/binutils-gdb.git] / opcodes / lm32-opc.h
index 7d3ffd458be906d5d871be12bd43a58f6a9a12b3..0ae4971ba83be16da19e0735701109c4fd03b0cf 100644 (file)
@@ -2,7 +2,7 @@
 
 THIS FILE IS MACHINE GENERATED WITH CGEN.
 
-Copyright (C) 1996-2015 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,13 +25,17 @@ This file is part of the GNU Binutils and/or GDB, the GNU debugger.
 #ifndef LM32_OPC_H
 #define LM32_OPC_H
 
+#ifdef __cplusplus
+extern "C" {
+#endif
+
 /* -- opc.h */
 
 /* Allows reason codes to be output when assembler errors occur.  */
 #define CGEN_VERBOSE_ASSEMBLER_ERRORS
 
 #define CGEN_DIS_HASH_SIZE 64
-#define CGEN_DIS_HASH(buf,value) ((value >> 26) & 0x3f) 
+#define CGEN_DIS_HASH(buf,value) ((value >> 26) & 0x3f)
 
 /* -- asm.c */
 /* Enum declaration for lm32 instruction types.  */
@@ -102,4 +106,8 @@ struct cgen_fields
 }
 
 
+   #ifdef __cplusplus
+   }
+   #endif
+
 #endif /* LM32_OPC_H */
This page took 0.024488 seconds and 4 git commands to generate.