X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=opcodes%2Fm32c-opc.h;h=d13aa7fd8b0086cb5a3a49920d78e8f971e20a0c;hb=40c75bc8b07abc5d5774ea1c439b69c96e7fd485;hp=2577fc096129088766b91a64d0209c3221bef64f;hpb=9b201bb5e5daa9b4f783e6ece9cbfbdbf9f1d6f4;p=deliverable%2Fbinutils-gdb.git diff --git a/opcodes/m32c-opc.h b/opcodes/m32c-opc.h index 2577fc0961..d13aa7fd8b 100644 --- a/opcodes/m32c-opc.h +++ b/opcodes/m32c-opc.h @@ -1,8 +1,9 @@ +/* DO NOT EDIT! -*- buffer-read-only: t -*- vi:set ro: */ /* Instruction opcode header for m32c. 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,11 +26,15 @@ This file is part of the GNU Binutils and/or GDB, the GNU debugger. #ifndef M32C_OPC_H #define M32C_OPC_H +#ifdef __cplusplus +extern "C" { +#endif + /* -- opc.h */ /* Needed for RTL's 'ext' and 'trunc' operators. */ -#include "cgen-types.h" -#include "cgen-ops.h" +#include "cgen/basic-modes.h" +#include "cgen/basic-ops.h" /* We can't use the default hash size because many bits are used by operands. */ @@ -3241,4 +3246,8 @@ struct cgen_fields } + #ifdef __cplusplus + } + #endif + #endif /* M32C_OPC_H */