X-Git-Url: http://drtracing.org/?a=blobdiff_plain;f=opcodes%2Fxc16x-desc.c;h=cb58a364f978e45325a4f556d3054012a78378f4;hb=f11ad6bc0fc44b94c6970115bb6984b497b967e7;hp=aebf815cc48536cde53073c2850c580a330ca54e;hpb=05994f45db64e255bb77913bad21859e49b461cb;p=deliverable%2Fbinutils-gdb.git diff --git a/opcodes/xc16x-desc.c b/opcodes/xc16x-desc.c index aebf815cc4..cb58a364f9 100644 --- a/opcodes/xc16x-desc.c +++ b/opcodes/xc16x-desc.c @@ -2,7 +2,7 @@ THIS FILE IS MACHINE GENERATED WITH CGEN. -Copyright 1996-2010 Free Software Foundation, Inc. +Copyright (C) 1996-2016 Free Software Foundation, Inc. This file is part of the GNU Binutils and/or GDB, the GNU debugger. @@ -622,11 +622,7 @@ CGEN_KEYWORD xc16x_cgen_opval_memgr8_names = /* The hardware table. */ -#if defined (__STDC__) || defined (ALMOST_STDC) || defined (HAVE_STRINGIZE) #define A(a) (1 << CGEN_HW_##a) -#else -#define A(a) (1 << CGEN_HW_/**/a) -#endif const CGEN_HW_ENTRY xc16x_cgen_hw_table[] = { @@ -662,11 +658,7 @@ const CGEN_HW_ENTRY xc16x_cgen_hw_table[] = /* The instruction field table. */ -#if defined (__STDC__) || defined (ALMOST_STDC) || defined (HAVE_STRINGIZE) #define A(a) (1 << CGEN_IFLD_##a) -#else -#define A(a) (1 << CGEN_IFLD_/**/a) -#endif const CGEN_IFLD xc16x_cgen_ifld_table[] = { @@ -739,278 +731,270 @@ const CGEN_IFLD xc16x_cgen_ifld_table[] = /* The operand table. */ -#if defined (__STDC__) || defined (ALMOST_STDC) || defined (HAVE_STRINGIZE) #define A(a) (1 << CGEN_OPERAND_##a) -#else -#define A(a) (1 << CGEN_OPERAND_/**/a) -#endif -#if defined (__STDC__) || defined (ALMOST_STDC) || defined (HAVE_STRINGIZE) #define OPERAND(op) XC16X_OPERAND_##op -#else -#define OPERAND(op) XC16X_OPERAND_/**/op -#endif const CGEN_OPERAND xc16x_cgen_operand_table[] = { /* pc: program counter */ { "pc", XC16X_OPERAND_PC, HW_H_PC, 0, 0, - { 0, { (const PTR) &xc16x_cgen_ifld_table[XC16X_F_NIL] } }, + { 0, { (const PTR) &xc16x_cgen_ifld_table[XC16X_F_NIL] } }, { 0|A(SEM_ONLY), { { { (1<signed_overflow_ok_p = 0; - + return (CGEN_CPU_DESC) cd; } @@ -3516,7 +3492,7 @@ xc16x_cgen_cpu_close (CGEN_CPU_DESC cd) for (i = 0; i < cd->insn_table.num_init_entries; ++i, ++insns) if (CGEN_INSN_RX (insns)) regfree (CGEN_INSN_RX (insns)); - } + } if (cd->macro_insn_table.init_entries) free ((CGEN_INSN *) cd->macro_insn_table.init_entries);