comparison include/xtensa-config.h @ 67:f6334be47118

update gcc from gcc-4.6-20100522 to gcc-4.6-20110318
author nobuyasu <dimolto@cr.ie.u-ryukyu.ac.jp>
date Tue, 22 Mar 2011 17:18:12 +0900
parents a06113de4d67
children 04ced10e8804
comparison
equal deleted inserted replaced
65:65488c3d617d 67:f6334be47118
1 /* Xtensa configuration settings. 1 /* Xtensa configuration settings.
2 Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008 2 Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2010
3 Free Software Foundation, Inc. 3 Free Software Foundation, Inc.
4 Contributed by Bob Wilson (bwilson@tensilica.com) at Tensilica. 4 Contributed by Bob Wilson (bob.wilson@acm.org) at Tensilica.
5 5
6 This program is free software; you can redistribute it and/or modify 6 This program is free software; you can redistribute it and/or modify
7 it under the terms of the GNU General Public License as published by 7 it under the terms of the GNU General Public License as published by
8 the Free Software Foundation; either version 2, or (at your option) 8 the Free Software Foundation; either version 2, or (at your option)
9 any later version. 9 any later version.
43 #undef XCHAL_HAVE_L32R 43 #undef XCHAL_HAVE_L32R
44 #define XCHAL_HAVE_L32R 1 44 #define XCHAL_HAVE_L32R 1
45 45
46 #undef XSHAL_USE_ABSOLUTE_LITERALS 46 #undef XSHAL_USE_ABSOLUTE_LITERALS
47 #define XSHAL_USE_ABSOLUTE_LITERALS 0 47 #define XSHAL_USE_ABSOLUTE_LITERALS 0
48
49 #undef XSHAL_HAVE_TEXT_SECTION_LITERALS
50 #define XSHAL_HAVE_TEXT_SECTION_LITERALS 1 /* Set if there is some memory that allows both code and literals. */
48 51
49 #undef XCHAL_HAVE_MAC16 52 #undef XCHAL_HAVE_MAC16
50 #define XCHAL_HAVE_MAC16 0 53 #define XCHAL_HAVE_MAC16 0
51 54
52 #undef XCHAL_HAVE_MUL16 55 #undef XCHAL_HAVE_MUL16
98 #define XCHAL_HAVE_FP_SQRT 0 101 #define XCHAL_HAVE_FP_SQRT 0
99 102
100 #undef XCHAL_HAVE_FP_RSQRT 103 #undef XCHAL_HAVE_FP_RSQRT
101 #define XCHAL_HAVE_FP_RSQRT 0 104 #define XCHAL_HAVE_FP_RSQRT 0
102 105
106 #undef XCHAL_HAVE_DFP_accel
107 #define XCHAL_HAVE_DFP_accel 0
103 #undef XCHAL_HAVE_WINDOWED 108 #undef XCHAL_HAVE_WINDOWED
104 #define XCHAL_HAVE_WINDOWED 1 109 #define XCHAL_HAVE_WINDOWED 1
105 110
106 #undef XCHAL_NUM_AREGS 111 #undef XCHAL_NUM_AREGS
107 #define XCHAL_NUM_AREGS 32 112 #define XCHAL_NUM_AREGS 32