2007-01-04 Paolo Bonzini <bonzini@gnu.org>
[deliverable/binutils-gdb.git] / include / xtensa-config.h
index b48c196350af4c6b3daaf051379b953d2f679785..36f9719fe33dc5c7d6bb3875ac52e817033030b6 100644 (file)
@@ -1,5 +1,6 @@
 /* Xtensa configuration settings.
-   Copyright (C) 2001, 2002, 2003, 2004, 2005 Free Software Foundation, Inc.
+   Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006
+   Free Software Foundation, Inc.
    Contributed by Bob Wilson (bwilson@tensilica.com) at Tensilica.
 
    This program is free software; you can redistribute it and/or modify
@@ -54,6 +55,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
 
 #undef XCHAL_INST_FETCH_WIDTH
 #define XCHAL_INST_FETCH_WIDTH         4
 
+
+#undef XSHAL_ABI
+#undef XTHAL_ABI_WINDOWED
+#undef XTHAL_ABI_CALL0
+#define XSHAL_ABI                      XTHAL_ABI_WINDOWED
+#define XTHAL_ABI_WINDOWED             0
+#define XTHAL_ABI_CALL0                        1
+
 #endif /* !XTENSA_CONFIG_H */
This page took 0.023404 seconds and 4 git commands to generate.