diff options
author | Bob Wilson <bob.wilson@acm.org> | 2006-01-09 23:47:37 +0000 |
---|---|---|
committer | Bob Wilson <bob.wilson@acm.org> | 2006-01-09 23:47:37 +0000 |
commit | e93a726084f267493f22c139ab233c08471324aa (patch) | |
tree | 6df3849697dbf5132e33b90940f2b063a49b2eba | |
parent | 64ae8ab5f066f569d60e61eab27cbaab3f495760 (diff) | |
download | cygnal-e93a726084f267493f22c139ab233c08471324aa.tar.gz cygnal-e93a726084f267493f22c139ab233c08471324aa.tar.bz2 cygnal-e93a726084f267493f22c139ab233c08471324aa.zip |
* xtensa-config.h (XCHAL_HAVE_MUL32_HIGH): Define.
-rw-r--r-- | include/ChangeLog | 4 | ||||
-rw-r--r-- | include/xtensa-config.h | 3 |
2 files changed, 7 insertions, 0 deletions
diff --git a/include/ChangeLog b/include/ChangeLog index b36486116..fe5e1c16d 100644 --- a/include/ChangeLog +++ b/include/ChangeLog @@ -1,3 +1,7 @@ +2006-01-09 Bob Wilson <bob.wilson@acm.org> + + * xtensa-config.h (XCHAL_HAVE_MUL32_HIGH): Define. + 2005-12-30 Bob Wilson <bob.wilson@acm.org> * xtensa-config.h (XCHAL_HAVE_WIDE_BRANCHES): New. diff --git a/include/xtensa-config.h b/include/xtensa-config.h index b48c19635..5c0315d61 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 |