diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 9fb614a4c84..d6a1db2c21e 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,8 @@ +2004-08-24 Nick Clifton + + * config/m32r/m32r.h (PREDICATE_CODES): Remove duplicate defintion + of seth_add3_operand. + 2004-08-24 Andreas Tobler * Makefile.in (HOOKS_H): Add dependency on MACHMODE_H. diff --git a/gcc/config/m32r/m32r.h b/gcc/config/m32r/m32r.h index 948ba2a5685..9befbeee570 100644 --- a/gcc/config/m32r/m32r.h +++ b/gcc/config/m32r/m32r.h @@ -1773,7 +1773,6 @@ enum m32r_function_type CONST_DOUBLE }}, \ { "two_insn_const_operand", { CONST_INT }}, \ { "symbolic_operand", { SYMBOL_REF, LABEL_REF, CONST }}, \ -{ "seth_add3_operand", { SYMBOL_REF, LABEL_REF, CONST }}, \ { "int8_operand", { CONST_INT }}, \ { "uint16_operand", { CONST_INT }}, \ { "reg_or_int16_operand", { REG, SUBREG, CONST_INT }}, \