diff options
author | Bob Wilson <bob.wilson@acm.org> | 2005-12-31 00:29:42 +0000 |
---|---|---|
committer | Bob Wilson <bwilson@gcc.gnu.org> | 2005-12-31 00:29:42 +0000 |
commit | 4fb358b857c0e95cfe2abca7cc9608c26c61ad90 (patch) | |
tree | 08d4ef45de18c7042d3d78ddb1c323a8ca70a84b /include/xtensa-config.h | |
parent | ea79aa1a408bf03f7a2c21a82f909962762dd61b (diff) | |
download | gcc-4fb358b857c0e95cfe2abca7cc9608c26c61ad90.tar.gz |
xtensa-config.h (XCHAL_HAVE_WIDE_BRANCHES): New.
include/
* xtensa-config.h (XCHAL_HAVE_WIDE_BRANCHES): New.
From-SVN: r109191
Diffstat (limited to 'include/xtensa-config.h')
-rw-r--r-- | include/xtensa-config.h | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/include/xtensa-config.h b/include/xtensa-config.h index 7ea676bdc17..b48c196350a 100644 --- a/include/xtensa-config.h +++ b/include/xtensa-config.h @@ -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 |