diff options
author | Dave Brolley <brolley@redhat.com> | 2001-03-05 15:55:01 +0000 |
---|---|---|
committer | Dave Brolley <brolley@redhat.com> | 2001-03-05 15:55:01 +0000 |
commit | b3466c39bc29323e1912f5fa17c70e63af56e001 (patch) | |
tree | a14bfd8c10860de783fdc96506fb1a033cb925e6 /opcodes/m32r-opinst.c | |
parent | 1c7566d1677731631c070b1e30d80ad5b97ed8d5 (diff) | |
download | gdb-b3466c39bc29323e1912f5fa17c70e63af56e001.zip gdb-b3466c39bc29323e1912f5fa17c70e63af56e001.tar.gz gdb-b3466c39bc29323e1912f5fa17c70e63af56e001.tar.bz2 |
2001-03-05 Dave Brolley <brolley@redhat.co
* opcodes/fr30-asm.c: Regenerate.
* opcodes/fr30-desc.c: Regenerate.
* opcodes/fr30-desc.h: Regenerate.
* opcodes/fr30-dis.c: Regenerate.
* opcodes/fr30-ibld.c: Regenerate.
* opcodes/fr30-opc.c: Regenerate.
* opcodes/fr30-opc.h: Regenerate.
* opcodes/m32r-asm.c: Regenerate.
* opcodes/m32r-desc.c: Regenerate.
* opcodes/m32r-desc.h: Regenerate.
* opcodes/m32r-dis.c: Regenerate.
* opcodes/m32r-ibld.c: Regenerate.
* opcodes/m32r-opc.c: Regenerate.
* opcodes/m32r-opc.h: Regenerate.
* opcodes/m32r-opinst.c: Regenerate.
Diffstat (limited to 'opcodes/m32r-opinst.c')
-rw-r--r-- | opcodes/m32r-opinst.c | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/opcodes/m32r-opinst.c b/opcodes/m32r-opinst.c index 269651f..969d77f 100644 --- a/opcodes/m32r-opinst.c +++ b/opcodes/m32r-opinst.c @@ -2,7 +2,7 @@ THIS FILE IS MACHINE GENERATED WITH CGEN. -Copyright (C) 1996, 1997, 1998, 1999 Free Software Foundation, Inc. +Copyright (C) 1996, 1997, 1998, 1999, 2000 Free Software Foundation, Inc. This file is part of the GNU Binutils and/or GDB, the GNU debugger. @@ -31,11 +31,15 @@ with this program; if not, write to the Free Software Foundation, Inc., /* Operand references. */ +#if defined (__STDC__) || defined (ALMOST_STDC) || defined (HAVE_STRINGIZE) +#define OP_ENT(op) M32R_OPERAND_##op +#else +#define OP_ENT(op) M32R_OPERAND_/**/op +#endif #define INPUT CGEN_OPINST_INPUT #define OUTPUT CGEN_OPINST_OUTPUT #define END CGEN_OPINST_END #define COND_REF CGEN_OPINST_COND_REF -#define OP_ENT(op) CONCAT2 (M32R_OPERAND_,op) static const CGEN_OPINST sfmt_empty_ops[] = { { END } @@ -513,11 +517,11 @@ static const CGEN_OPINST sfmt_sc_ops[] = { { END } }; +#undef OP_ENT #undef INPUT #undef OUTPUT #undef END #undef COND_REF -#undef OP_ENT /* Operand instance lookup table. */ |