diff options
author | bwilson <bwilson@138bc75d-0d04-0410-961f-82ee72b054a4> | 2006-11-27 18:48:57 +0000 |
---|---|---|
committer | bwilson <bwilson@138bc75d-0d04-0410-961f-82ee72b054a4> | 2006-11-27 18:48:57 +0000 |
commit | 4b2042e8fa533d7a2b6db695eb6f26d25029839f (patch) | |
tree | 9d8e97331e45bae41ca16f856b0899114077fa2e /gcc/config/xtensa | |
parent | da1fb07bf2c44daf251a610e57a70a56a6f36b58 (diff) | |
download | gcc-4b2042e8fa533d7a2b6db695eb6f26d25029839f.tar.gz |
* config/xtensa/xtensa.h (XCHAL_HAVE_MUL32_HIGH): Provide default.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@119259 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/config/xtensa')
-rw-r--r-- | gcc/config/xtensa/xtensa.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/gcc/config/xtensa/xtensa.h b/gcc/config/xtensa/xtensa.h index 4300e11d711..d1fe0220b98 100644 --- a/gcc/config/xtensa/xtensa.h +++ b/gcc/config/xtensa/xtensa.h @@ -43,6 +43,9 @@ extern unsigned xtensa_current_frame_size; /* Macros used in the machine description to select various Xtensa configuration options. */ +#ifndef XCHAL_HAVE_MUL32_HIGH +#define XCHAL_HAVE_MUL32_HIGH 0 +#endif #define TARGET_BIG_ENDIAN XCHAL_HAVE_BE #define TARGET_DENSITY XCHAL_HAVE_DENSITY #define TARGET_MAC16 XCHAL_HAVE_MAC16 |