From 1fe0971e41a4097610862acabf54a896695fe834 Mon Sep 17 00:00:00 2001 From: Trevor Saunders Date: Sun, 29 May 2016 04:29:22 -0400 Subject: add more extern C opcodes/ChangeLog: 2016-06-01 Trevor Saunders * nds32-asm.h: Add extern "C". * sh-opc.h: Likewise. bfd/ChangeLog: 2016-06-01 Trevor Saunders * elf32-hppa.h: Add extern "C". * elf32-nds32.h: Likewise. * elf32-tic6x.h: Likewise. include/ChangeLog: 2016-06-01 Trevor Saunders * elf/mips.h: Likewise. * elf/sh.h: Likewise. * opcode/d10v.h: Likewise. * opcode/d30v.h: Likewise. * opcode/ia64.h: Likewise. * opcode/mips.h: Likewise. * opcode/ppc.h: Likewise. * opcode/sparc.h: Likewise. * opcode/tic6x.h: Likewise. * opcode/v850.h: Likewise. --- include/opcode/v850.h | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'include/opcode/v850.h') diff --git a/include/opcode/v850.h b/include/opcode/v850.h index 4f0c0d3..5e317da 100644 --- a/include/opcode/v850.h +++ b/include/opcode/v850.h @@ -22,6 +22,10 @@ #ifndef V850_H #define V850_H +#ifdef __cplusplus +extern "C" { +#endif + /* The opcode table is an array of struct v850_opcode. */ struct v850_opcode @@ -237,4 +241,8 @@ extern const struct v850_operand v850_operands[]; extern int v850_msg_is_out_of_range (const char *); +#ifdef __cplusplus +} +#endif + #endif /* V850_H */ -- cgit v1.1