Don't write to inferior_ptid in tracectf.c
[deliverable/binutils-gdb.git] / include / opcode / v850.h
index 02ef3d4ccbbe16624f0cfa0669b417e6403fa96d..214f9526ceb0de2ee465025a8d029b66e91a5a09 100644 (file)
@@ -1,5 +1,5 @@
 /* v850.h -- Header file for NEC V850 opcode table
 /* v850.h -- Header file for NEC V850 opcode table
-   Copyright 1996-2013 Free Software Foundation, Inc.
+   Copyright (C) 1996-2020 Free Software Foundation, Inc.
    Written by J.T. Conklin, Cygnus Support
 
    This file is part of GDB, GAS, and the GNU binutils.
    Written by J.T. Conklin, Cygnus Support
 
    This file is part of GDB, GAS, and the GNU binutils.
 #ifndef V850_H
 #define V850_H
 
 #ifndef V850_H
 #define V850_H
 
+#ifdef __cplusplus
+extern "C" {
+#endif
+
 /* The opcode table is an array of struct v850_opcode.  */
 
 struct v850_opcode
 /* The opcode table is an array of struct v850_opcode.  */
 
 struct v850_opcode
@@ -226,10 +230,10 @@ extern const struct v850_operand v850_operands[];
 /* The operand has '%' prefix.  */
 #define V850_OPERAND_PERCENT   0x200000
 
 /* The operand has '%' prefix.  */
 #define V850_OPERAND_PERCENT   0x200000
 
-/* This operand is a cache oparation.  */
+/* This operand is a cache operation.  */
 #define V850_OPERAND_CACHEOP   0x400000
 
 #define V850_OPERAND_CACHEOP   0x400000
 
-/* This operand is a prefetch oparation.  */
+/* This operand is a prefetch operation.  */
 #define V850_OPERAND_PREFOP    0x800000
 
 /* A PC-relative displacement where a positive value indicates a backwards displacement.  */
 #define V850_OPERAND_PREFOP    0x800000
 
 /* A PC-relative displacement where a positive value indicates a backwards displacement.  */
@@ -237,4 +241,8 @@ extern const struct v850_operand v850_operands[];
 
 extern int v850_msg_is_out_of_range (const char *);
 
 
 extern int v850_msg_is_out_of_range (const char *);
 
+#ifdef __cplusplus
+}
+#endif
+
 #endif /* V850_H */
 #endif /* V850_H */
This page took 0.027887 seconds and 4 git commands to generate.