Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDJ Delorie <dj@redhat.com>2010-05-26 22:16:13 +0400
committerDJ Delorie <dj@redhat.com>2010-05-26 22:16:13 +0400
commit659d18d29b245c4bf2bc5aadfe524de6ac02ce46 (patch)
tree5a1902cfa6a08691f888b26794059e1b758c6c02 /include/xtensa-config.h
parent88addc64769772c3468fd23787068a5147513fa2 (diff)
merge from gcc
Diffstat (limited to 'include/xtensa-config.h')
-rw-r--r--include/xtensa-config.h7
1 files changed, 6 insertions, 1 deletions
diff --git a/include/xtensa-config.h b/include/xtensa-config.h
index bc998156b..05ca5e5c4 100644
--- a/include/xtensa-config.h
+++ b/include/xtensa-config.h
@@ -1,7 +1,7 @@
/* Xtensa configuration settings.
Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008
Free Software Foundation, Inc.
- Contributed by Bob Wilson (bwilson@tensilica.com) at Tensilica.
+ Contributed by Bob Wilson (bob.wilson@acm.org) at Tensilica.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
@@ -46,6 +46,9 @@
#undef XSHAL_USE_ABSOLUTE_LITERALS
#define XSHAL_USE_ABSOLUTE_LITERALS 0
+#undef XSHAL_HAVE_TEXT_SECTION_LITERALS
+#define XSHAL_HAVE_TEXT_SECTION_LITERALS 1 /* Set if there is some memory that allows both code and literals. */
+
#undef XCHAL_HAVE_MAC16
#define XCHAL_HAVE_MAC16 0
@@ -100,6 +103,8 @@
#undef XCHAL_HAVE_FP_RSQRT
#define XCHAL_HAVE_FP_RSQRT 0
+#undef XCHAL_HAVE_DFP_accel
+#define XCHAL_HAVE_DFP_accel 0
#undef XCHAL_HAVE_WINDOWED
#define XCHAL_HAVE_WINDOWED 1