summaryrefslogtreecommitdiff
path: root/include/xtensa-config.h
diff options
context:
space:
mode:
authorBob Wilson <bob.wilson@acm.org>2006-01-09 23:41:11 +0000
committerBob Wilson <bwilson@gcc.gnu.org>2006-01-09 23:41:11 +0000
commit134c8a506f983aaaf24163160b9a3399cd9add1f (patch)
tree76a450e08f54ee9462708d61f67f55f1f9ee77fd /include/xtensa-config.h
parent42801b989af277b4c094cce7e2d0136730bea815 (diff)
xtensa-config.h (XCHAL_HAVE_MUL32_HIGH): Define.
include: * xtensa-config.h (XCHAL_HAVE_MUL32_HIGH): Define. gcc: * config/xtensa/ieee754-df.S: New file. * config/xtensa/ieee754-sf.S: New file. * config/xtensa/t-xtensa (LIB2FUNCS_EXTRA): Remove fp-bit.c & dp-bit.c. (LIB1ASMFUNCS): Add SFmode and DFmode floating-point functions. * config/xtensa/lib1funcs.asm: Include ieee754-df.S and ieee754-sf.S. From-SVN: r109518
Diffstat (limited to 'include/xtensa-config.h')
-rw-r--r--include/xtensa-config.h3
1 files changed, 3 insertions, 0 deletions
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