summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorsterling <sterling@138bc75d-0d04-0410-961f-82ee72b054a4>2010-05-26 17:36:37 +0000
committersterling <sterling@138bc75d-0d04-0410-961f-82ee72b054a4>2010-05-26 17:36:37 +0000
commitc03b5ae801800b3857ce83b544a1d42b16412eb7 (patch)
tree807a0c7f9016318d8bcc0b166e8959adfef1b556 /include
parent46d8a4425ca7e9dfac95a32ba3e5aaa42deff9ea (diff)
downloadppe42-gcc-c03b5ae801800b3857ce83b544a1d42b16412eb7.tar.gz
ppe42-gcc-c03b5ae801800b3857ce83b544a1d42b16412eb7.zip
2010-05-25 Sterling Augustine <sterling@tensilica.com>
* MAINTAINERS (CPU Port Maintainers): Add myself for xtensa port. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@159894 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'include')
-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 bc998156b1e..05ca5e5c429 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
OpenPOWER on IntegriCloud