* [Xtensa] update include/xtensa-config.h to match gcc
@ 2007-07-18 19:10 Bob Wilson
0 siblings, 0 replies; only message in thread
From: Bob Wilson @ 2007-07-18 19:10 UTC (permalink / raw)
To: binutils, gdb-patches
[-- Attachment #1: Type: text/plain, Size: 310 bytes --]
I've committed this patch to update the xtensa-config.h header. This isn't
currently needed for binutils or gdb, but the file needs to stay in sync with gcc.
2007-07-18 Bob Wilson <bob.wilson@acm.org>
* xtensa-config.h (XCHAL_HAVE_THREADPTR): New.
(XCHAL_HAVE_RELEASE_SYNC, XCHAL_HAVE_S32C1I): New.
[-- Attachment #2: src-xtensa-config.patch --]
[-- Type: text/x-diff, Size: 889 bytes --]
Index: xtensa-config.h
===================================================================
RCS file: /cvs/src/src/include/xtensa-config.h,v
retrieving revision 1.9
diff -u -r1.9 xtensa-config.h
--- xtensa-config.h 27 Nov 2006 20:14:52 -0000 1.9
+++ xtensa-config.h 18 Jul 2007 18:02:40 -0000
@@ -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
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2007-07-18 18:55 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2007-07-18 19:10 [Xtensa] update include/xtensa-config.h to match gcc Bob Wilson
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).