From: Bob Wilson Date: Mon, 9 Jan 2006 23:47:37 +0000 (+0000) Subject: * xtensa-config.h (XCHAL_HAVE_MUL32_HIGH): Define. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=51d04b5c845b7f78a121bfd1b9d0bdcfdb52a4f8;p=binutils-gdb.git * xtensa-config.h (XCHAL_HAVE_MUL32_HIGH): Define. --- diff --git a/include/ChangeLog b/include/ChangeLog index b364861160d..fe5e1c16df8 100644 --- a/include/ChangeLog +++ b/include/ChangeLog @@ -1,3 +1,7 @@ +2006-01-09 Bob Wilson + + * xtensa-config.h (XCHAL_HAVE_MUL32_HIGH): Define. + 2005-12-30 Bob Wilson * xtensa-config.h (XCHAL_HAVE_WIDE_BRANCHES): New. diff --git a/include/xtensa-config.h b/include/xtensa-config.h index b48c196350a..5c0315d6198 100644 --- a/include/xtensa-config.h +++ b/include/xtensa-config.h @@ -54,6 +54,9 @@ #undef XCHAL_HAVE_MUL32 #define XCHAL_HAVE_MUL32 0 +#undef XCHAL_HAVE_MUL32_HIGH +#define XCHAL_HAVE_MUL32_HIGH 0 + #undef XCHAL_HAVE_DIV32 #define XCHAL_HAVE_DIV32 0