Change objfile::partial_symtabs to be a unique_ptr
[deliverable/binutils-gdb.git] / include / opcode / d10v.h
index 72004cd68693f46f07e5a200a31eeeaf85b902e8..d2ca6f1f906266af5416f1600728c2716380d665 100644 (file)
@@ -1,5 +1,5 @@
 /* d10v.h -- Header file for D10V opcode table
-   Copyright (C) 1996-2015 Free Software Foundation, Inc.
+   Copyright (C) 1996-2019 Free Software Foundation, Inc.
    Written by Martin Hunt (hunt@cygnus.com), Cygnus Support
 
    This file is part of GDB, GAS, and the GNU binutils.
 #ifndef D10V_H
 #define D10V_H
 
+#ifdef __cplusplus
+extern "C" {
+#endif
+
 /* Format Specifier */
 #define FM00   0
 #define FM01   0x40000000
@@ -205,4 +209,8 @@ int d10v_reg_name_cnt (void);
 /* by setting high bits to indicate type */
 #define REGISTER_MASK  0xFF
 
+#ifdef __cplusplus
+}
+#endif
+
 #endif /* D10V_H */
This page took 0.023001 seconds and 4 git commands to generate.