X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=opcodes%2Fmep-opc.h;h=e67356b5ee78cf44e9a4afd811c3a838c125396f;hb=268e4f09144c48e02f01d82ab3aab359457df214;hp=69680fe70d934aee7d7c900d0e879736be87af4b;hpb=22102fb0d9c6319d33b3a5c9d09cc2df1aa0c8c8;p=deliverable%2Fbinutils-gdb.git diff --git a/opcodes/mep-opc.h b/opcodes/mep-opc.h index 69680fe70d..e67356b5ee 100644 --- a/opcodes/mep-opc.h +++ b/opcodes/mep-opc.h @@ -1,8 +1,9 @@ +/* DO NOT EDIT! -*- buffer-read-only: t -*- vi:set ro: */ /* Instruction opcode header for mep. THIS FILE IS MACHINE GENERATED WITH CGEN. -Copyright 1996-2009 Free Software Foundation, Inc. +Copyright (C) 1996-2019 Free Software Foundation, Inc. This file is part of the GNU Binutils and/or GDB, the GNU debugger. @@ -25,6 +26,10 @@ This file is part of the GNU Binutils and/or GDB, the GNU debugger. #ifndef MEP_OPC_H #define MEP_OPC_H +#ifdef __cplusplus +extern "C" { +#endif + /* -- opc.h */ #undef CGEN_DIS_HASH_SIZE @@ -87,7 +92,7 @@ extern CGEN_ATTR_VALUE_BITSET_TYPE mep_all_core_isas_mask; ) /* A mask for all ISAs executed by a VLIW coprocessor. */ -#define MEP_ALL_COP_ISAS_MASK mep_all_cop_isas_mask +#define MEP_ALL_COP_ISAS_MASK mep_all_cop_isas_mask extern CGEN_ATTR_VALUE_BITSET_TYPE mep_all_cop_isas_mask; #define MEP_INSN_COP_P(insn) ( \ @@ -514,4 +519,8 @@ struct cgen_fields } + #ifdef __cplusplus + } + #endif + #endif /* MEP_OPC_H */