Subversion Repositories Kolibri OS

Rev

Rev 5222 | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 5222 Rev 6324
Line 1... Line 1...
1
/* config.h.  Generated from config.in by configure.  */
1
/* config.h.  Generated from config.in by configure.  */
2
/* config.in.  Generated from configure.in by autoheader.  */
2
/* config.in.  Generated from configure.ac by autoheader.  */
Line 3... Line 3...
3
 
3
 
4
/* Check that config.h is #included before system headers
4
/* Check that config.h is #included before system headers
5
   (this works only for glibc, but that should be enough).  */
5
   (this works only for glibc, but that should be enough).  */
6
#if defined(__GLIBC__) && !defined(__FreeBSD_kernel__) && !defined(__CONFIG_H__)
6
#if defined(__GLIBC__) && !defined(__FreeBSD_kernel__) && !defined(__CONFIG_H__)
Line 35... Line 35...
35
/* #undef DEFAULT_CRIS_ARCH */
35
/* #undef DEFAULT_CRIS_ARCH */
Line 36... Line 36...
36
 
36
 
37
/* Default emulation. */
37
/* Default emulation. */
Line -... Line 38...
-
 
38
#define DEFAULT_EMULATION ""
-
 
39
 
-
 
40
/* Define if you want compressed debug sections by default. */
38
#define DEFAULT_EMULATION ""
41
/* #undef DEFAULT_FLAG_COMPRESS_DEBUG */
39
 
42
 
Line 40... Line 43...
40
/* Supported emulations. */
43
/* Supported emulations. */
41
#define EMULATIONS
44
#define EMULATIONS
Line 50... Line 53...
50
/* Define to 1 if you have `alloca', as a function or macro. */
53
/* Define to 1 if you have `alloca', as a function or macro. */
51
#define HAVE_ALLOCA 1
54
#define HAVE_ALLOCA 1
Line 52... Line 55...
52
 
55
 
53
/* Define to 1 if you have  and it should be used (not on Ultrix).
56
/* Define to 1 if you have  and it should be used (not on Ultrix).
54
   */
57
   */
-
 
58
#define HAVE_ALLOCA_H 1
-
 
59
 
-
 
60
/* Define to 1 if you have the `basename' function. */
-
 
61
#define HAVE_BASENAME 1
-
 
62
 
-
 
63
#define HAVE_DECL_BASENAME 1
-
 
64
 
-
 
65
/* Define to 1 if you have the declaration of `asprintf', and to 0 if you
-
 
66
   don't. */
Line 55... Line 67...
55
/* #undef HAVE_ALLOCA_H */
67
#define HAVE_DECL_ASPRINTF 1
56
 
68
 
57
/* Define to 1 if you have the declaration of `free', and to 0 if you don't.
69
/* Define to 1 if you have the declaration of `free', and to 0 if you don't.
Line 178... Line 190...
178
/* #undef MIPS_DEFAULT_64BIT */
190
/* #undef MIPS_DEFAULT_64BIT */
Line 179... Line 191...
179
 
191
 
180
/* Choose a default ABI for MIPS targets. */
192
/* Choose a default ABI for MIPS targets. */
Line -... Line 193...
-
 
193
/* #undef MIPS_DEFAULT_ABI */
-
 
194
 
-
 
195
/* Define value for nds32_arch_name */
-
 
196
/* #undef NDS32_DEFAULT_ARCH_NAME */
-
 
197
 
-
 
198
/* Define default value for nds32_audio_ext */
-
 
199
/* #undef NDS32_DEFAULT_AUDIO_EXT */
-
 
200
 
-
 
201
/* Define default value for nds32_dx_regs */
-
 
202
/* #undef NDS32_DEFAULT_DX_REGS */
-
 
203
 
-
 
204
/* Define default value for nds32_perf_ext */
-
 
205
/* #undef NDS32_DEFAULT_PERF_EXT */
-
 
206
 
-
 
207
/* Define default value for nds32_perf_ext2 */
-
 
208
/* #undef NDS32_DEFAULT_PERF_EXT2 */
-
 
209
 
-
 
210
/* Define default value for nds32_string_ext */
181
/* #undef MIPS_DEFAULT_ABI */
211
/* #undef NDS32_DEFAULT_STRING_EXT */
182
 
212
 
Line 183... Line 213...
183
/* Define if environ is not declared in system header files. */
213
/* Define if environ is not declared in system header files. */
184
/* #undef NEED_DECLARATION_ENVIRON */
214
/* #undef NEED_DECLARATION_ENVIRON */
Line 227... Line 257...
227
 
257
 
228
/* Define to the address where bug reports for this package should be sent. */
258
/* Define to the address where bug reports for this package should be sent. */
Line 229... Line 259...
229
#define PACKAGE_BUGREPORT ""
259
#define PACKAGE_BUGREPORT ""
230
 
260
 
Line 231... Line 261...
231
/* Define to the full name of this package. */
261
/* Define to the full name of this package. */
232
#define PACKAGE_NAME ""
262
#define PACKAGE_NAME "gas"
Line 233... Line 263...
233
 
263
 
234
/* Define to the full name and version of this package. */
264
/* Define to the full name and version of this package. */
Line 235... Line 265...
235
#define PACKAGE_STRING ""
265
#define PACKAGE_STRING "gas 2.26"
236
 
266
 
Line 237... Line 267...
237
/* Define to the one symbol short name of this package. */
267
/* Define to the one symbol short name of this package. */
238
#define PACKAGE_TARNAME ""
268
#define PACKAGE_TARNAME "gas"
Line 239... Line 269...
239
 
269
 
240
/* Define to the home page for this package. */
270
/* Define to the home page for this package. */
Line 241... Line 271...
241
#define PACKAGE_URL ""
271
#define PACKAGE_URL ""
Line 320... Line 350...
320
 
350
 
321
/* Using cgen code? */
351
/* Using cgen code? */
Line 322... Line 352...
322
/* #undef USING_CGEN */
352
/* #undef USING_CGEN */
323
 
353
 
Line 324... Line 354...
324
/* Version number of package */
354
/* Version number of package */
325
#define VERSION "2.24"
355
#define VERSION "2.26"
326
 
356
 
327
/* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most
357
/* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most