2006-03-10 Paul Brook <paul@codesourcery.com>
[deliverable/binutils-gdb.git] / include / xtensa-config.h
index 4ef5d64270f81e65b8b6e213398b0a0216aa6611..5c0315d6198dcfca8716219cf24d4d7484f9604b 100644 (file)
@@ -1,5 +1,5 @@
 /* Xtensa configuration settings.
-   Copyright (C) 2001, 2002, 2003, 2004 Free Software Foundation, Inc.
+   Copyright (C) 2001, 2002, 2003, 2004, 2005 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
@@ -14,7 +14,7 @@
 
    You should have received a copy of the GNU General Public License
    along with this program; if not, write to the Free Software
-   Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.  */
+   Foundation, 51 Franklin Street - Fifth Floor, Boston, MA 02110-1301, USA.  */
 
 #ifndef XTENSA_CONFIG_H
 #define 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
 
@@ -90,6 +93,9 @@
 #undef XCHAL_HAVE_WINDOWED
 #define XCHAL_HAVE_WINDOWED            1
 
+#undef XCHAL_HAVE_WIDE_BRANCHES
+#define XCHAL_HAVE_WIDE_BRANCHES       0
+
 #undef XCHAL_HAVE_PREDICTED_BRANCHES
 #define XCHAL_HAVE_PREDICTED_BRANCHES  0
 
This page took 0.025247 seconds and 4 git commands to generate.