]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blobdiff - include/opcode/ia64.h
Update year range in copyright notice of binutils files
[thirdparty/binutils-gdb.git] / include / opcode / ia64.h
index f18353f2f4108d088c3ad53a8f19519ea431f72f..79fbf2b4cbcd747a925a092b24462dea88c837c0 100644 (file)
@@ -1,5 +1,5 @@
 /* ia64.h -- Header file for ia64 opcode table
-   Copyright (C) 1998-2014 Free Software Foundation, Inc.
+   Copyright (C) 1998-2021 Free Software Foundation, Inc.
    Contributed by David Mosberger-Tang <davidm@hpl.hp.com>
 
    This file is part of BFD, the Binary File Descriptor library.
@@ -25,6 +25,9 @@
 
 #include "bfd.h"
 
+#ifdef __cplusplus
+extern "C" {
+#endif
 
 typedef BFD_HOST_U_64_BIT ia64_insn;
 
@@ -418,4 +421,8 @@ extern const struct ia64_dependency *ia64_find_dependency (int);
    in bfd/cpu-ia64-opc.c: */
 extern const struct ia64_operand elf64_ia64_operands[IA64_OPND_COUNT];
 
+#ifdef __cplusplus
+}
+#endif
+
 #endif /* opcode_ia64_h */