aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBob Wilson <bob.wilson@acm.org>2003-04-14 15:31:30 +0000
committerBob Wilson <bwilson@gcc.gnu.org>2003-04-14 15:31:30 +0000
commit8b083288ed6633320838ea653fef7017b303d402 (patch)
treed44f4922635f582049746b2b86eaf6a738968ec2
parent478a00c5c37d565dbba7f878782ad6c4b3bc4155 (diff)
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
-rw-r--r--gcc/ChangeLog5
-rw-r--r--gcc/config/xtensa/xtensa.h7
2 files changed, 5 insertions, 7 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index 1e7b58270aa..8707eb064e2 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -1,3 +1,8 @@
+2003-04-10 Bob Wilson <bob.wilson@asm.org>
+
+ * config/xtensa/xtensa.h (MAX_INT_TYPE_SIZE, IMPLICIT_FIX_EXPR,
+ EASY_DIV_EXPR): Delete poisoned macro definitions.
+
2003-04-09 Richard Henderson <rth@redhat.com>
PR opt/10352
diff --git a/gcc/config/xtensa/xtensa.h b/gcc/config/xtensa/xtensa.h
index 13ba0f16eae..9aad11b4e06 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