X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=opcodes%2Flm32-opc.h;h=80c15d4e5b486ed3d4ebd22be837b70e6fdfee9b;hb=8f595e9b4fd0a3a74d53ddffd69f2825627ae5c6;hp=d75a6d516e44fa3e8ee87f194c4bc6477d0bde5a;hpb=84e94c9023c5d75f0ab10f9aa572003f9612b6ab;p=deliverable%2Fbinutils-gdb.git diff --git a/opcodes/lm32-opc.h b/opcodes/lm32-opc.h index d75a6d516e..80c15d4e5b 100644 --- a/opcodes/lm32-opc.h +++ b/opcodes/lm32-opc.h @@ -1,8 +1,9 @@ +/* DO NOT EDIT! -*- buffer-read-only: t -*- vi:set ro: */ /* Instruction opcode header for lm32. THIS FILE IS MACHINE GENERATED WITH CGEN. -Copyright 1996-2007 Free Software Foundation, Inc. +Copyright (C) 1996-2020 Free Software Foundation, Inc. This file is part of the GNU Binutils and/or GDB, the GNU debugger. @@ -25,13 +26,17 @@ This file is part of the GNU Binutils and/or GDB, the GNU debugger. #ifndef LM32_OPC_H #define LM32_OPC_H +#ifdef __cplusplus +extern "C" { +#endif + /* -- opc.h */ /* Allows reason codes to be output when assembler errors occur. */ #define CGEN_VERBOSE_ASSEMBLER_ERRORS #define CGEN_DIS_HASH_SIZE 64 -#define CGEN_DIS_HASH(buf,value) ((value >> 26) & 0x3f) +#define CGEN_DIS_HASH(buf,value) ((value >> 26) & 0x3f) /* -- asm.c */ /* Enum declaration for lm32 instruction types. */ @@ -102,4 +107,8 @@ struct cgen_fields } + #ifdef __cplusplus + } + #endif + #endif /* LM32_OPC_H */