Commit 327e3a03 by Bob Wilson Committed by Bob Wilson

* config/xtensa/xtensa.h (XCHAL_HAVE_MUL32_HIGH): Provide default.

From-SVN: r119259
parent 91c41804
2006-11-27 Bob Wilson <bob.wilson@acm.org>
* config/xtensa/xtensa.h (XCHAL_HAVE_MUL32_HIGH): Provide default.
2006-11-27 Roger Sayle <roger@eyesopen.com> 2006-11-27 Roger Sayle <roger@eyesopen.com>
Manuel Lopez-Ibanez <manu@gcc.gnu.org> Manuel Lopez-Ibanez <manu@gcc.gnu.org>
......
...@@ -43,6 +43,9 @@ extern unsigned xtensa_current_frame_size; ...@@ -43,6 +43,9 @@ extern unsigned xtensa_current_frame_size;
/* Macros used in the machine description to select various Xtensa /* Macros used in the machine description to select various Xtensa
configuration options. */ configuration options. */
#ifndef XCHAL_HAVE_MUL32_HIGH
#define XCHAL_HAVE_MUL32_HIGH 0
#endif
#define TARGET_BIG_ENDIAN XCHAL_HAVE_BE #define TARGET_BIG_ENDIAN XCHAL_HAVE_BE
#define TARGET_DENSITY XCHAL_HAVE_DENSITY #define TARGET_DENSITY XCHAL_HAVE_DENSITY
#define TARGET_MAC16 XCHAL_HAVE_MAC16 #define TARGET_MAC16 XCHAL_HAVE_MAC16
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment