X-Git-Url: http://drtracing.org/?a=blobdiff_plain;f=opcodes%2Fm32c-opc.h;h=5458c3d0e270981c1dd0bd1606cd81a627e48678;hb=4162bb66c684478bfd0f6f0e121c25b6830d8191;hp=67461feba07196db3dfb000582c5cf06b476463b;hpb=87337981d937b6b00c55827ea15438e19c518884;p=deliverable%2Fbinutils-gdb.git diff --git a/opcodes/m32c-opc.h b/opcodes/m32c-opc.h index 67461feba0..5458c3d0e2 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-2009 Free Software Foundation, Inc. +Copyright (C) 1996-2017 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 */