From: Bob Wilson Date: Mon, 14 Apr 2003 15:31:30 +0000 (+0000) Subject: xtensa.h (MAX_INT_TYPE_SIZE, [...]): Delete poisoned macro definitions. X-Git-Tag: releases/gcc-3.2.3~17 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8b083288ed6633320838ea653fef7017b303d402;p=thirdparty%2Fgcc.git xtensa.h (MAX_INT_TYPE_SIZE, [...]): Delete poisoned macro definitions. * config/xtensa/xtensa.h (MAX_INT_TYPE_SIZE, IMPLICIT_FIX_EXPR, EASY_DIV_EXPR): Delete poisoned macro definitions. From-SVN: r65579 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 1e7b58270aa2..8707eb064e2e 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,8 @@ +2003-04-10 Bob Wilson + + * config/xtensa/xtensa.h (MAX_INT_TYPE_SIZE, IMPLICIT_FIX_EXPR, + EASY_DIV_EXPR): Delete poisoned macro definitions. + 2003-04-09 Richard Henderson PR opt/10352 diff --git a/gcc/config/xtensa/xtensa.h b/gcc/config/xtensa/xtensa.h index 13ba0f16eae2..9aad11b4e06f 100644 --- a/gcc/config/xtensa/xtensa.h +++ b/gcc/config/xtensa/xtensa.h @@ -251,7 +251,6 @@ extern unsigned xtensa_current_frame_size; /* Size in bits of various types on the target machine. */ #define INT_TYPE_SIZE 32 -#define MAX_INT_TYPE_SIZE 32 #define SHORT_TYPE_SIZE 16 #define LONG_TYPE_SIZE 32 #define MAX_LONG_TYPE_SIZE 32 @@ -1264,12 +1263,6 @@ typedef struct xtensa_args { Do not define this if the table should contain absolute addresses. */ /* #define CASE_VECTOR_PC_RELATIVE */ -/* Specify the tree operation to be used to convert reals to integers. */ -#define IMPLICIT_FIX_EXPR FIX_ROUND_EXPR - -/* This is the kind of divide that is easiest to do in the general case. */ -#define EASY_DIV_EXPR TRUNC_DIV_EXPR - /* Define this as 1 if 'char' should by default be signed; else as 0. */ #define DEFAULT_SIGNED_CHAR 0