* xtensa-config.h (XCHAL_HAVE_MUL32_HIGH): Define.
authorBob Wilson <bob.wilson@acm.org>
Mon, 9 Jan 2006 23:47:37 +0000 (23:47 +0000)
committerBob Wilson <bob.wilson@acm.org>
Mon, 9 Jan 2006 23:47:37 +0000 (23:47 +0000)
include/ChangeLog
include/xtensa-config.h

index b364861160dd05dbe51162ba01fcedf363bc94e5..fe5e1c16df822251a81b8d0f9ee1eb924877ae49 100644 (file)
@@ -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.
index b48c196350af4c6b3daaf051379b953d2f679785..5c0315d6198dcfca8716219cf24d4d7484f9604b 100644 (file)
@@ -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
 
This page took 0.024842 seconds and 4 git commands to generate.