]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
xtensa-config.h (XCHAL_HAVE_WIDE_BRANCHES): New.
authorBob Wilson <bob.wilson@acm.org>
Sat, 31 Dec 2005 00:29:42 +0000 (00:29 +0000)
committerBob Wilson <bwilson@gcc.gnu.org>
Sat, 31 Dec 2005 00:29:42 +0000 (00:29 +0000)
include/
* xtensa-config.h (XCHAL_HAVE_WIDE_BRANCHES): New.

From-SVN: r109191

include/ChangeLog
include/xtensa-config.h

index 71fe4253afa4249e98611e2b240afa9d5410b900..fd9b34efa0c2de50022412181ca14145374b8682 100644 (file)
@@ -1,3 +1,7 @@
+2005-12-30  Bob Wilson  <bob.wilson@acm.org>
+
+       * xtensa-config.h (XCHAL_HAVE_WIDE_BRANCHES): New.
+
 2005-12-10  Terry Laurenzo  <tlaurenzo@gmail.com>
 
        PR java/9861
index 7ea676bdc17061041920a2dc5294d629c7a564d8..b48c196350af4c6b3daaf051379b953d2f679785 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
@@ -90,6 +90,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