From: Bob Wilson Date: Mon, 27 Nov 2006 18:48:57 +0000 (+0000) Subject: * config/xtensa/xtensa.h (XCHAL_HAVE_MUL32_HIGH): Provide default. X-Git-Tag: releases/gcc-4.3.0~8256 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=327e3a0331622c6be2844716fde0c00e6b5d0b87;p=thirdparty%2Fgcc.git * config/xtensa/xtensa.h (XCHAL_HAVE_MUL32_HIGH): Provide default. From-SVN: r119259 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 96a4c6bdc171..35dded235729 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +2006-11-27 Bob Wilson + + * config/xtensa/xtensa.h (XCHAL_HAVE_MUL32_HIGH): Provide default. + 2006-11-27 Roger Sayle Manuel Lopez-Ibanez diff --git a/gcc/config/xtensa/xtensa.h b/gcc/config/xtensa/xtensa.h index 4300e11d7114..d1fe0220b983 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