Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(605)

Side by Side Diff: sim/bfin/config.in

Issue 11969036: Merge GDB 7.5.1 (Closed) Base URL: http://git.chromium.org/native_client/nacl-gdb.git@master
Patch Set: Created 7 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « sim/bfin/bfin-sim.c ('k') | sim/bfin/configure » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 /* config.in. Generated from configure.ac by autoheader. */ 1 /* config.in. Generated from configure.ac by autoheader. */
2 2
3 /* Define if building universal (internal helper macro) */ 3 /* Define if building universal (internal helper macro) */
4 #undef AC_APPLE_UNIVERSAL_BUILD 4 #undef AC_APPLE_UNIVERSAL_BUILD
5 5
6 /* Define to 1 if translation of program messages to the user's native 6 /* Define to 1 if translation of program messages to the user's native
7 language is requested. */ 7 language is requested. */
8 #undef ENABLE_NLS 8 #undef ENABLE_NLS
9 9
10 /* Define to 1 if you have the <dlfcn.h> header file. */ 10 /* Define to 1 if you have the <dlfcn.h> header file. */
(...skipping 112 matching lines...) Expand 10 before | Expand all | Expand 10 after
123 123
124 /* Define to 1 if you have the <unistd.h> header file. */ 124 /* Define to 1 if you have the <unistd.h> header file. */
125 #undef HAVE_UNISTD_H 125 #undef HAVE_UNISTD_H
126 126
127 /* Define to 1 if you have the <zlib.h> header file. */ 127 /* Define to 1 if you have the <zlib.h> header file. */
128 #undef HAVE_ZLIB_H 128 #undef HAVE_ZLIB_H
129 129
130 /* Define to 1 if you have the `__setfpucw' function. */ 130 /* Define to 1 if you have the `__setfpucw' function. */
131 #undef HAVE___SETFPUCW 131 #undef HAVE___SETFPUCW
132 132
133 /* Name of this package. */
134 #undef PACKAGE
135
133 /* Define to the address where bug reports for this package should be sent. */ 136 /* Define to the address where bug reports for this package should be sent. */
134 #undef PACKAGE_BUGREPORT 137 #undef PACKAGE_BUGREPORT
135 138
136 /* Define to the full name of this package. */ 139 /* Define to the full name of this package. */
137 #undef PACKAGE_NAME 140 #undef PACKAGE_NAME
138 141
139 /* Define to the full name and version of this package. */ 142 /* Define to the full name and version of this package. */
140 #undef PACKAGE_STRING 143 #undef PACKAGE_STRING
141 144
142 /* Define to the one symbol short name of this package. */ 145 /* Define to the one symbol short name of this package. */
(...skipping 10 matching lines...) Expand all
153 156
154 /* Bug reporting address */ 157 /* Bug reporting address */
155 #undef REPORT_BUGS_TO 158 #undef REPORT_BUGS_TO
156 159
157 /* Define as the return type of signal handlers (`int' or `void'). */ 160 /* Define as the return type of signal handlers (`int' or `void'). */
158 #undef RETSIGTYPE 161 #undef RETSIGTYPE
159 162
160 /* Define to 1 if you have the ANSI C header files. */ 163 /* Define to 1 if you have the ANSI C header files. */
161 #undef STDC_HEADERS 164 #undef STDC_HEADERS
162 165
166 /* Enable extensions on AIX 3, Interix. */
167 #ifndef _ALL_SOURCE
168 # undef _ALL_SOURCE
169 #endif
170 /* Enable GNU extensions on systems that have them. */
171 #ifndef _GNU_SOURCE
172 # undef _GNU_SOURCE
173 #endif
174 /* Enable threading extensions on Solaris. */
175 #ifndef _POSIX_PTHREAD_SEMANTICS
176 # undef _POSIX_PTHREAD_SEMANTICS
177 #endif
178 /* Enable extensions on HP NonStop. */
179 #ifndef _TANDEM_SOURCE
180 # undef _TANDEM_SOURCE
181 #endif
182 /* Enable general extensions on Solaris. */
183 #ifndef __EXTENSIONS__
184 # undef __EXTENSIONS__
185 #endif
186
187
163 /* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most 188 /* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most
164 significant byte first (like Motorola and SPARC, unlike Intel). */ 189 significant byte first (like Motorola and SPARC, unlike Intel). */
165 #if defined AC_APPLE_UNIVERSAL_BUILD 190 #if defined AC_APPLE_UNIVERSAL_BUILD
166 # if defined __BIG_ENDIAN__ 191 # if defined __BIG_ENDIAN__
167 # define WORDS_BIGENDIAN 1 192 # define WORDS_BIGENDIAN 1
168 # endif 193 # endif
169 #else 194 #else
170 # ifndef WORDS_BIGENDIAN 195 # ifndef WORDS_BIGENDIAN
171 # undef WORDS_BIGENDIAN 196 # undef WORDS_BIGENDIAN
172 # endif 197 # endif
173 #endif 198 #endif
199
200 /* Define to 1 if on MINIX. */
201 #undef _MINIX
202
203 /* Define to 2 if the system does not provide POSIX.1 features except with
204 this defined. */
205 #undef _POSIX_1_SOURCE
206
207 /* Define to 1 if you need to in order for `stat' and other things to work. */
208 #undef _POSIX_SOURCE
OLDNEW
« no previous file with comments | « sim/bfin/bfin-sim.c ('k') | sim/bfin/configure » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698