diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 08be63ed9f5..d6644a88db8 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,8 @@ +2003-06-30 Kazu Hirata + + * config/h8300/h8300.h (LEGITIMATE_CONSTANT_P): Make it always + 1. + 2003-06-30 Ulrich Weigand * config.gcc [s390*-*-*]: Support --with-arch, --with-tune, and diff --git a/gcc/config/h8300/h8300.h b/gcc/config/h8300/h8300.h index c04e531e725..c6918c2ebec 100644 --- a/gcc/config/h8300/h8300.h +++ b/gcc/config/h8300/h8300.h @@ -802,7 +802,7 @@ struct cum_arg /* Nonzero if the constant value X is a legitimate general operand. It is given that X satisfies CONSTANT_P or is a CONST_DOUBLE. */ -#define LEGITIMATE_CONSTANT_P(X) (GET_CODE (X) != CONST_DOUBLE) +#define LEGITIMATE_CONSTANT_P(X) (1) /* The macros REG_OK_FOR..._P assume that the arg is a REG rtx and check its validity for a certain class.