From: Hans-Peter Nilsson Date: Tue, 27 Nov 2001 16:38:54 +0000 (+0000) Subject: * config/cris/cris.h (INT_ASM_OP): Remove. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=ae08d4c0e94fd3f08cd1e47ed92b1fb1628f15e2;p=gcc.git * config/cris/cris.h (INT_ASM_OP): Remove. From-SVN: r47384 --- 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"