Whitespace fix in gdb.base/skip.exp
[deliverable/binutils-gdb.git] / include / xtensa-config.h
index bc998156b1e61c73e164a47b0397e711a8c7e1a5..13132583fb1d1b05ede49c910846859a17cf3830 100644 (file)
@@ -1,7 +1,6 @@
 /* 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.
+   Copyright (C) 2001-2019 Free Software Foundation, Inc.
+   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 +45,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
 
 #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
 
This page took 0.031648 seconds and 4 git commands to generate.