Automatic date update in version.in
[deliverable/binutils-gdb.git] / opcodes / microblaze-dis.h
index 4742bbcc05903fb5a60e21a92391eba177d6538e..584cb3d1b864aa2f40338e263f8e5a96c0bdf020 100644 (file)
@@ -1,6 +1,6 @@
 /* Disassemble Xilinx microblaze instructions.
 
-   Copyright 2009 Free Software Foundation, Inc.
+   Copyright (C) 2009-2021 Free Software Foundation, Inc.
 
    This file is part of the GNU opcodes library.
 
 #ifndef MICROBLAZE_DIS_H
 #define MICROBLAZE_DIS_H 1
 
-extern enum microblaze_instr microblaze_decode_insn (long, int *, int *, 
-                                                    int *, int *);
-extern unsigned long microblaze_get_target_address (long, bfd_boolean, int,
-                              long, long, long, bfd_boolean *, bfd_boolean *);
+#ifdef __cplusplus
+extern "C" {
+#endif
 
-extern enum microblaze_instr get_insn_microblaze (long, bfd_boolean *, 
+extern enum microblaze_instr microblaze_decode_insn (long, int *, int *,
+                                                    int *, int *);
+extern unsigned long microblaze_get_target_address (long, bool, int,
+                                                   long, long, long,
+                                                   bool *, bool *);
+extern enum microblaze_instr get_insn_microblaze (long, bool *,
                                                  enum microblaze_instr_type *,
                                                  short *);
 
+#ifdef __cplusplus
+}
+#endif
+
 #endif /* microblaze-dis.h */
This page took 0.025056 seconds and 4 git commands to generate.