diff --git a/gcc/ChangeLog b/gcc/ChangeLog index a1af414e2ee..6e0ceee1438 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +2001-11-27 Hans-Peter Nilsson + + * config/cris/cris.h (INT_ASM_OP): Remove. + 2001-11-27 Rainer Orth * config/i386/sol2.h (WINT_TYPE): Redefine. diff --git a/gcc/config/cris/cris.h b/gcc/config/cris/cris.h index 2857788a968..40f01a6c40f 100644 --- a/gcc/config/cris/cris.h +++ b/gcc/config/cris/cris.h @@ -1592,9 +1592,6 @@ struct cum_args {int regs;}; #undef UNALIGNED_SHORT_ASM_OP #define UNALIGNED_SHORT_ASM_OP "\t.word\t" -#undef INT_ASM_OP -#define INT_ASM_OP "\t.dword\t" - #undef UNALIGNED_INT_ASM_OP #define UNALIGNED_INT_ASM_OP "\t.dword\t"