diff options
author | Sterling Augustine <sterling@tensilica.com> | 2010-05-26 17:36:37 +0000 |
---|---|---|
committer | Sterling Augustine <sterling@gcc.gnu.org> | 2010-05-26 17:36:37 +0000 |
commit | db94b0d8594de05c65ace54404d25739965162c7 (patch) | |
tree | 807a0c7f9016318d8bcc0b166e8959adfef1b556 | |
parent | bf44d792784d0c44eba481754702916ed95c0469 (diff) | |
download | gcc-db94b0d8594de05c65ace54404d25739965162c7.zip gcc-db94b0d8594de05c65ace54404d25739965162c7.tar.gz gcc-db94b0d8594de05c65ace54404d25739965162c7.tar.bz2 |
MAINTAINERS (CPU Port Maintainers): Add myself for xtensa port.
2010-05-25 Sterling Augustine <sterling@tensilica.com>
* MAINTAINERS (CPU Port Maintainers): Add myself for xtensa port.
From-SVN: r159894
-rw-r--r-- | ChangeLog | 6 | ||||
-rw-r--r-- | MAINTAINERS | 2 | ||||
-rw-r--r-- | include/xtensa-config.h | 7 |
3 files changed, 12 insertions, 3 deletions
@@ -1,4 +1,8 @@ -2010-05-25 Maxim Kuvyrkov <maxim@codesourcery.com> +2010-05-25 Sterling Augustine <sterling@tensilica.com> + + * MAINTAINERS (CPU Port Maintainers): Add myself for xtensa port. + + 2010-05-25 Maxim Kuvyrkov <maxim@codesourcery.com> * config.sub: Update to version 2010-05-21. * config.guess: Update to version 2010-04-03. diff --git a/MAINTAINERS b/MAINTAINERS index feeafda..f28ebc4 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -101,7 +101,7 @@ v850 port Nick Clifton nickc@redhat.com vax port Matt Thomas matt@3am-software.com x86-64 port Jan Hubicka jh@suse.cz xstormy16 port Nick Clifton nickc@redhat.com -xtensa port Bob Wilson bob.wilson@acm.org +xtensa port Sterling Augustine sterling@tensilica.com OS Port Maintainers (OS alphabetical order) diff --git a/include/xtensa-config.h b/include/xtensa-config.h index bc99815..05ca5e5 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 |