summaryrefslogtreecommitdiff
path: root/include/xtensa-config.h
diff options
context:
space:
mode:
authorBob Wilson <bob.wilson@acm.org>2007-07-18 18:52:30 +0000
committerBob Wilson <bob.wilson@acm.org>2007-07-18 18:52:30 +0000
commit847a95ff43b30d740bc8dc7bab04a7fa6de480ee (patch)
tree1fa96d07f3ade63d17ea2322d90ce0390c47e4eb /include/xtensa-config.h
parent14b58dc5aec90ebdffb43970726fc6a0e3d5062e (diff)
downloadgdb-847a95ff43b30d740bc8dc7bab04a7fa6de480ee.tar.gz
* xtensa-config.h (XCHAL_HAVE_THREADPTR): New.
(XCHAL_HAVE_RELEASE_SYNC, XCHAL_HAVE_S32C1I): New.
Diffstat (limited to 'include/xtensa-config.h')
-rw-r--r--include/xtensa-config.h11
1 files changed, 10 insertions, 1 deletions
diff --git a/include/xtensa-config.h b/include/xtensa-config.h
index 36f9719fe33..2aca5feda05 100644
--- a/include/xtensa-config.h
+++ b/include/xtensa-config.h
@@ -1,5 +1,5 @@
/* Xtensa configuration settings.
- Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006
+ Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007
Free Software Foundation, Inc.
Contributed by Bob Wilson (bwilson@tensilica.com) at Tensilica.
@@ -73,6 +73,15 @@
#undef XCHAL_HAVE_LOOPS
#define XCHAL_HAVE_LOOPS 1
+#undef XCHAL_HAVE_THREADPTR
+#define XCHAL_HAVE_THREADPTR 1
+
+#undef XCHAL_HAVE_RELEASE_SYNC
+#define XCHAL_HAVE_RELEASE_SYNC 0
+
+#undef XCHAL_HAVE_S32C1I
+#define XCHAL_HAVE_S32C1I 0
+
#undef XCHAL_HAVE_BOOLEANS
#define XCHAL_HAVE_BOOLEANS 0