* xtensa-config.h (XCHAL_HAVE_THREADPTR): New.
(XCHAL_HAVE_RELEASE_SYNC, XCHAL_HAVE_S32C1I): New.
This commit is contained in:
parent
5fdec53f8c
commit
be52c4c7c8
@ -1,3 +1,8 @@
|
|||||||
|
2007-07-18 Bob Wilson <bob.wilson@acm.org>
|
||||||
|
|
||||||
|
* xtensa-config.h (XCHAL_HAVE_THREADPTR): New.
|
||||||
|
(XCHAL_HAVE_RELEASE_SYNC, XCHAL_HAVE_S32C1I): New.
|
||||||
|
|
||||||
2007-07-17 Nick Clifton <nickc@redhat.com>
|
2007-07-17 Nick Clifton <nickc@redhat.com>
|
||||||
|
|
||||||
* COPYING3: New file. Contains version 3 of the GNU General
|
* COPYING3: New file. Contains version 3 of the GNU General
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
/* Xtensa configuration settings.
|
/* Xtensa configuration settings.
|
||||||
Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006
|
Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007
|
||||||
Free Software Foundation, Inc.
|
Free Software Foundation, Inc.
|
||||||
Contributed by Bob Wilson (bwilson@tensilica.com) at Tensilica.
|
Contributed by Bob Wilson (bwilson@tensilica.com) at Tensilica.
|
||||||
|
|
||||||
@ -73,6 +73,15 @@
|
|||||||
#undef XCHAL_HAVE_LOOPS
|
#undef XCHAL_HAVE_LOOPS
|
||||||
#define XCHAL_HAVE_LOOPS 1
|
#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
|
#undef XCHAL_HAVE_BOOLEANS
|
||||||
#define XCHAL_HAVE_BOOLEANS 0
|
#define XCHAL_HAVE_BOOLEANS 0
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user