AArch64: Add SVE constraints verifier.
[deliverable/binutils-gdb.git] / include / opcode / tic6x.h
index 7ccffb096ecc0bbdb12af3e93c35cb8ebc96a4a7..3347eaee75d9e96e30bfd01b72b44c88420d471f 100644 (file)
@@ -1,5 +1,5 @@
 /* TI C6X opcode information.
-   Copyright (C) 2010-2014 Free Software Foundation, Inc.
+   Copyright (C) 2010-2018 Free Software Foundation, Inc.
 
    This program is free software; you can redistribute it and/or modify
    it under the terms of the GNU General Public License as published by
 #include "bfd.h"
 #include "symcat.h"
 
+#ifdef __cplusplus
+extern "C" {
+#endif
+
 /* A field in an instruction format.  The names are based on those
    used in the architecture manuals.  */
 typedef enum
@@ -715,4 +719,8 @@ typedef struct
   bfd_boolean p_bits[14];
 } tic6x_fetch_packet_header;
 
+#ifdef __cplusplus
+}
+#endif
+
 #endif /* OPCODE_TIC6X_H */
This page took 0.047832 seconds and 4 git commands to generate.