From: Doug Evans Date: Thu, 12 Feb 1998 03:28:18 +0000 (+0000) Subject: Regenerated to use correct symbol concat macro. X-Git-Tag: gdb-4_18~3400 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=b2f9c13cb7d7834a9ffa8749161000e3b7df0708;p=thirdparty%2Fbinutils-gdb.git Regenerated to use correct symbol concat macro. --- diff --git a/opcodes/m32r-opc.c b/opcodes/m32r-opc.c index 3a3227683fd..1a5b9c5907e 100644 --- a/opcodes/m32r-opc.c +++ b/opcodes/m32r-opc.c @@ -311,7 +311,7 @@ static const CGEN_HW_ENTRY m32r_cgen_hw_entries[] = /* The operand table. */ -#define OP_ENT(op) m32r_cgen_operand_table[SYMCAT2 (M32R_OPERAND_,op)] +#define OP_ENT(op) m32r_cgen_operand_table[CONCAT2 (M32R_OPERAND_,op)] const CGEN_OPERAND m32r_cgen_operand_table[MAX_OPERANDS] = { /* pc: program counter */