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 | 51d04b5c845b7f78a121bfd1b9d0bdcfdb52a4f8 (patch) | |
tree | be77a06b0b96c8a5bd5d1ec64dd62b2c6896fc7e /include | |
parent | ca2269ab07c355cd62098c63d21b5657538d3a51 (diff) | |
download | gdb-51d04b5c845b7f78a121bfd1b9d0bdcfdb52a4f8.zip gdb-51d04b5c845b7f78a121bfd1b9d0bdcfdb52a4f8.tar.gz gdb-51d04b5c845b7f78a121bfd1b9d0bdcfdb52a4f8.tar.bz2 |
* xtensa-config.h (XCHAL_HAVE_MUL32_HIGH): Define.
Diffstat (limited to 'include')
-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 b364861..fe5e1c1 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 b48c196..5c0315d 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 |