]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
xtensa.h (MAX_INT_TYPE_SIZE, [...]): Delete poisoned macro definitions.
authorBob Wilson <bob.wilson@acm.org>
Mon, 14 Apr 2003 15:31:30 +0000 (15:31 +0000)
committerBob Wilson <bwilson@gcc.gnu.org>
Mon, 14 Apr 2003 15:31:30 +0000 (15:31 +0000)
        * config/xtensa/xtensa.h (MAX_INT_TYPE_SIZE, IMPLICIT_FIX_EXPR,
        EASY_DIV_EXPR): Delete poisoned macro definitions.

From-SVN: r65579

gcc/ChangeLog
gcc/config/xtensa/xtensa.h

index 1e7b58270aa2f3907f5b03efe1faa87c49536514..8707eb064e2e5b8ca5288841ca1310a46b3c54b9 100644 (file)
@@ -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
index 13ba0f16eae2c951f0205889b4714989284e8df2..9aad11b4e06f5a11a71f1cc5bb7f47d082a9e28c 100644 (file)
@@ -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