diff options
Diffstat (limited to 'opcodes/ip2k-desc.c')
-rw-r--r-- | opcodes/ip2k-desc.c | 26 |
1 files changed, 1 insertions, 25 deletions
diff --git a/opcodes/ip2k-desc.c b/opcodes/ip2k-desc.c index bba2edf..4a90db5 100644 --- a/opcodes/ip2k-desc.c +++ b/opcodes/ip2k-desc.c @@ -263,11 +263,7 @@ CGEN_KEYWORD ip2k_cgen_opval_register_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 ip2k_cgen_hw_table[] = { @@ -292,11 +288,7 @@ const CGEN_HW_ENTRY ip2k_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 ip2k_cgen_ifld_table[] = { @@ -333,16 +325,8 @@ const CGEN_IFLD ip2k_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) IP2K_OPERAND_##op -#else -#define OPERAND(op) IP2K_OPERAND_/**/op -#endif const CGEN_OPERAND ip2k_cgen_operand_table[] = { @@ -410,11 +394,7 @@ const CGEN_OPERAND ip2k_cgen_operand_table[] = /* The instruction table. */ #define OP(field) CGEN_SYNTAX_MAKE_FIELD (OPERAND (field)) -#if defined (__STDC__) || defined (ALMOST_STDC) || defined (HAVE_STRINGIZE) #define A(a) (1 << CGEN_INSN_##a) -#else -#define A(a) (1 << CGEN_INSN_/**/a) -#endif static const CGEN_IBASE ip2k_cgen_insn_table[MAX_INSNS] = { @@ -1059,11 +1039,7 @@ ip2k_cgen_rebuild_tables (CGEN_CPU_TABLE *cd) CGEN_CPU_OPEN_END: terminates arguments ??? Simultaneous multiple isas might not make sense, but it's not (yet) - precluded. - - ??? We only support ISO C stdargs here, not K&R. - Laziness, plus experiment to see if anything requires K&R - eventually - K&R will no longer be supported - e.g. GDB is currently trying this. */ + precluded. */ CGEN_CPU_DESC ip2k_cgen_cpu_open (enum cgen_cpu_open_arg arg_type, ...) |