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

Side by Side Diff: gdb/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 | « gdb/completer.c ('k') | gdb/config/alpha/alpha-linux.mh » ('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 the compiler is building for multiple architectures of Apple
4 platforms at once. */
5 #undef AA_APPLE_UNIVERSAL_BUILD
6
7 /* Define if building universal (internal helper macro) */ 3 /* Define if building universal (internal helper macro) */
8 #undef AC_APPLE_UNIVERSAL_BUILD 4 #undef AC_APPLE_UNIVERSAL_BUILD
9 5
10 /* Define to the number of bits in type 'ptrdiff_t'. */ 6 /* Directories from which to load auto-loaded scripts. */
11 #undef BITSIZEOF_PTRDIFF_T 7 #undef AUTO_LOAD_DIR
12 8
13 /* Define to the number of bits in type 'sig_atomic_t'. */ 9 /* Directories safe to hold auto-loaded files. */
14 #undef BITSIZEOF_SIG_ATOMIC_T 10 #undef AUTO_LOAD_SAFE_PATH
15 11
16 /* Define to the number of bits in type 'size_t'. */ 12 /* Directory of programs. */
17 #undef BITSIZEOF_SIZE_T 13 #undef BINDIR
18
19 /* Define to the number of bits in type 'wchar_t'. */
20 #undef BITSIZEOF_WCHAR_T
21
22 /* Define to the number of bits in type 'wint_t'. */
23 #undef BITSIZEOF_WINT_T
24 14
25 /* Define to 1 if the compiler supports long long. */ 15 /* Define to 1 if the compiler supports long long. */
26 #undef CC_HAS_LONG_LONG 16 #undef CC_HAS_LONG_LONG
27 17
28 /* Define to one of `_getb67', `GETB67', `getb67' for Cray-2 and Cray-YMP 18 /* Define to one of `_getb67', `GETB67', `getb67' for Cray-2 and Cray-YMP
29 systems. This function is required for `alloca.c' support on those systems. 19 systems. This function is required for `alloca.c' support on those systems.
30 */ 20 */
31 #undef CRAY_STACKSEG_END 21 #undef CRAY_STACKSEG_END
32 22
33 /* Define to 1 if using `alloca.c'. */ 23 /* Define to 1 if using `alloca.c'. */
(...skipping 34 matching lines...) Expand 10 before | Expand all | Expand 10 after
68 58
69 /* Host long double floatformat */ 59 /* Host long double floatformat */
70 #undef GDB_HOST_LONG_DOUBLE_FORMAT 60 #undef GDB_HOST_LONG_DOUBLE_FORMAT
71 61
72 /* nativefile */ 62 /* nativefile */
73 #undef GDB_NM_FILE 63 #undef GDB_NM_FILE
74 64
75 /* Define to the default OS ABI for this configuration. */ 65 /* Define to the default OS ABI for this configuration. */
76 #undef GDB_OSABI_DEFAULT 66 #undef GDB_OSABI_DEFAULT
77 67
78 /* Define to 1 when the gnulib module memchr should be tested. */
79 #undef GNULIB_TEST_MEMCHR
80
81 /* Define to 1 when the gnulib module memmem should be tested. */
82 #undef GNULIB_TEST_MEMMEM
83
84 /* Define to 1 if you have `alloca', as a function or macro. */ 68 /* Define to 1 if you have `alloca', as a function or macro. */
85 #undef HAVE_ALLOCA 69 #undef HAVE_ALLOCA
86 70
87 /* Define to 1 if you have <alloca.h> and it should be used (not on Ultrix). 71 /* Define to 1 if you have <alloca.h> and it should be used (not on Ultrix).
88 */ 72 */
89 #undef HAVE_ALLOCA_H 73 #undef HAVE_ALLOCA_H
90 74
91 /* Define to 1 if you have the <bp-sym.h> header file. */
92 #undef HAVE_BP_SYM_H
93
94 /* Define to 1 if you have the `btowc' function. */ 75 /* Define to 1 if you have the `btowc' function. */
95 #undef HAVE_BTOWC 76 #undef HAVE_BTOWC
96 77
97 /* Define to 1 if you have the `canonicalize_file_name' function. */ 78 /* Define to 1 if you have the `canonicalize_file_name' function. */
98 #undef HAVE_CANONICALIZE_FILE_NAME 79 #undef HAVE_CANONICALIZE_FILE_NAME
99 80
100 /* Define to 1 if you have the <ctype.h> header file. */ 81 /* Define to 1 if you have the <ctype.h> header file. */
101 #undef HAVE_CTYPE_H 82 #undef HAVE_CTYPE_H
102 83
103 /* Define to 1 if you have the <cursesX.h> header file. */ 84 /* Define to 1 if you have the <cursesX.h> header file. */
(...skipping 15 matching lines...) Expand all
119 #undef HAVE_DECL_GETOPT 100 #undef HAVE_DECL_GETOPT
120 101
121 /* Define to 1 if you have the declaration of `getthrds', and to 0 if you 102 /* Define to 1 if you have the declaration of `getthrds', and to 0 if you
122 don't. */ 103 don't. */
123 #undef HAVE_DECL_GETTHRDS 104 #undef HAVE_DECL_GETTHRDS
124 105
125 /* Define to 1 if you have the declaration of `malloc', and to 0 if you don't. 106 /* Define to 1 if you have the declaration of `malloc', and to 0 if you don't.
126 */ 107 */
127 #undef HAVE_DECL_MALLOC 108 #undef HAVE_DECL_MALLOC
128 109
129 /* Define to 1 if you have the declaration of `memmem', and to 0 if you don't.
130 */
131 #undef HAVE_DECL_MEMMEM
132
133 /* Define to 1 if you have the declaration of `ptrace', and to 0 if you don't. 110 /* Define to 1 if you have the declaration of `ptrace', and to 0 if you don't.
134 */ 111 */
135 #undef HAVE_DECL_PTRACE 112 #undef HAVE_DECL_PTRACE
136 113
137 /* Define to 1 if you have the declaration of `realloc', and to 0 if you 114 /* Define to 1 if you have the declaration of `realloc', and to 0 if you
138 don't. */ 115 don't. */
139 #undef HAVE_DECL_REALLOC 116 #undef HAVE_DECL_REALLOC
140 117
141 /* Define to 1 if you have the declaration of `snprintf', and to 0 if you 118 /* Define to 1 if you have the declaration of `snprintf', and to 0 if you
142 don't. */ 119 don't. */
(...skipping 41 matching lines...) Expand 10 before | Expand all | Expand 10 after
184 161
185 /* Define to 1 if you have the `getrlimit' function. */ 162 /* Define to 1 if you have the `getrlimit' function. */
186 #undef HAVE_GETRLIMIT 163 #undef HAVE_GETRLIMIT
187 164
188 /* Define to 1 if you have the `getrusage' function. */ 165 /* Define to 1 if you have the `getrusage' function. */
189 #undef HAVE_GETRUSAGE 166 #undef HAVE_GETRUSAGE
190 167
191 /* Define to 1 if you have the `getuid' function. */ 168 /* Define to 1 if you have the `getuid' function. */
192 #undef HAVE_GETUID 169 #undef HAVE_GETUID
193 170
194 /* Define to 1 if you have the <gnu/libc-version.h> header file. */
195 #undef HAVE_GNU_LIBC_VERSION_H
196
197 /* Define if <sys/procfs.h> has gregset_t. */ 171 /* Define if <sys/procfs.h> has gregset_t. */
198 #undef HAVE_GREGSET_T 172 #undef HAVE_GREGSET_T
199 173
200 /* Define if you have the iconv() function. */ 174 /* Define if you have the iconv() function. */
201 #undef HAVE_ICONV 175 #undef HAVE_ICONV
202 176
203 /* Define to 1 if you have the `iconvlist' function. */ 177 /* Define to 1 if you have the `iconvlist' function. */
204 #undef HAVE_ICONVLIST 178 #undef HAVE_ICONVLIST
205 179
206 /* Define to 1 if you have the <inttypes.h> header file. */ 180 /* Define to 1 if you have the <inttypes.h> header file. */
(...skipping 10 matching lines...) Expand all
217 191
218 /* Define if you have the expat library. */ 192 /* Define if you have the expat library. */
219 #undef HAVE_LIBEXPAT 193 #undef HAVE_LIBEXPAT
220 194
221 /* Define to 1 if you have the `libiconvlist' function. */ 195 /* Define to 1 if you have the `libiconvlist' function. */
222 #undef HAVE_LIBICONVLIST 196 #undef HAVE_LIBICONVLIST
223 197
224 /* Define to 1 if you have the `m' library (-lm). */ 198 /* Define to 1 if you have the `m' library (-lm). */
225 #undef HAVE_LIBM 199 #undef HAVE_LIBM
226 200
201 /* Define to 1 if you have the `mcheck' library (-lmcheck). */
202 #undef HAVE_LIBMCHECK
203
227 /* Define if Python 2.4 is being used. */ 204 /* Define if Python 2.4 is being used. */
228 #undef HAVE_LIBPYTHON2_4 205 #undef HAVE_LIBPYTHON2_4
229 206
230 /* Define if Python 2.5 is being used. */ 207 /* Define if Python 2.5 is being used. */
231 #undef HAVE_LIBPYTHON2_5 208 #undef HAVE_LIBPYTHON2_5
232 209
233 /* Define if Python 2.6 is being used. */ 210 /* Define if Python 2.6 is being used. */
234 #undef HAVE_LIBPYTHON2_6 211 #undef HAVE_LIBPYTHON2_6
235 212
236 /* Define if Python 2.7 is being used. */ 213 /* Define if Python 2.7 is being used. */
237 #undef HAVE_LIBPYTHON2_7 214 #undef HAVE_LIBPYTHON2_7
238 215
239 /* Define if libunwind library is being used. */
240 #undef HAVE_LIBUNWIND
241
242 /* Define to 1 if you have the <libunwind.h> header file. */
243 #undef HAVE_LIBUNWIND_H
244
245 /* Define to 1 if you have the <libunwind-ia64.h> header file. */ 216 /* Define to 1 if you have the <libunwind-ia64.h> header file. */
246 #undef HAVE_LIBUNWIND_IA64_H 217 #undef HAVE_LIBUNWIND_IA64_H
247 218
248 /* Define to 1 if you have the `w' library (-lw). */ 219 /* Define to 1 if you have the `w' library (-lw). */
249 #undef HAVE_LIBW 220 #undef HAVE_LIBW
250 221
251 /* Define to 1 if you have the <link.h> header file. */ 222 /* Define to 1 if you have the <link.h> header file. */
252 #undef HAVE_LINK_H 223 #undef HAVE_LINK_H
253 224
254 /* Define to 1 if you have the <locale.h> header file. */ 225 /* Define to 1 if you have the <locale.h> header file. */
255 #undef HAVE_LOCALE_H 226 #undef HAVE_LOCALE_H
256 227
257 /* Define to 1 if the compiler supports long double. */ 228 /* Define to 1 if the compiler supports long double. */
258 #undef HAVE_LONG_DOUBLE 229 #undef HAVE_LONG_DOUBLE
259 230
260 /* Define to 1 if the system has the type `long long int'. */ 231 /* Define to 1 if you have the `lstat' function. */
261 #undef HAVE_LONG_LONG_INT 232 #undef HAVE_LSTAT
262 233
263 /* Define if <sys/procfs.h> has lwpid_t. */ 234 /* Define if <sys/procfs.h> has lwpid_t. */
264 #undef HAVE_LWPID_T 235 #undef HAVE_LWPID_T
265 236
266 /* Define to 1 if you have the <machine/reg.h> header file. */ 237 /* Define to 1 if you have the <machine/reg.h> header file. */
267 #undef HAVE_MACHINE_REG_H 238 #undef HAVE_MACHINE_REG_H
268 239
269 /* Define to 1 if mmap()'s MAP_ANONYMOUS flag is available after including
270 config.h and <sys/mman.h>. */
271 #undef HAVE_MAP_ANONYMOUS
272
273 /* Define to 1 if you have the `memchr' function. */
274 #undef HAVE_MEMCHR
275
276 /* Define to 1 if you have the `memmem' function. */
277 #undef HAVE_MEMMEM
278
279 /* Define to 1 if you have the <memory.h> header file. */ 240 /* Define to 1 if you have the <memory.h> header file. */
280 #undef HAVE_MEMORY_H 241 #undef HAVE_MEMORY_H
281 242
282 /* Define to 1 if you have a working `mmap' system call. */ 243 /* Define to 1 if you have a working `mmap' system call. */
283 #undef HAVE_MMAP 244 #undef HAVE_MMAP
284 245
285 /* Define to 1 if you have the `monstartup' function. */ 246 /* Define to 1 if you have the `monstartup' function. */
286 #undef HAVE_MONSTARTUP 247 #undef HAVE_MONSTARTUP
287 248
288 /* Define to 1 if you have the `mprotect' function. */
289 #undef HAVE_MPROTECT
290
291 /* Define to 1 if you have the <ncurses.h> header file. */ 249 /* Define to 1 if you have the <ncurses.h> header file. */
292 #undef HAVE_NCURSES_H 250 #undef HAVE_NCURSES_H
293 251
294 /* Define to 1 if you have the <ncurses/ncurses.h> header file. */ 252 /* Define to 1 if you have the <ncurses/ncurses.h> header file. */
295 #undef HAVE_NCURSES_NCURSES_H 253 #undef HAVE_NCURSES_NCURSES_H
296 254
297 /* Define to 1 if you have the <ncurses/term.h> header file. */ 255 /* Define to 1 if you have the <ncurses/term.h> header file. */
298 #undef HAVE_NCURSES_TERM_H 256 #undef HAVE_NCURSES_TERM_H
299 257
300 /* Define to 1 if you have the <ndir.h> header file, and it defines `DIR'. */ 258 /* Define to 1 if you have the <ndir.h> header file, and it defines `DIR'. */
(...skipping 10 matching lines...) Expand all
311 269
312 /* Define to 1 if you have the `poll' function. */ 270 /* Define to 1 if you have the `poll' function. */
313 #undef HAVE_POLL 271 #undef HAVE_POLL
314 272
315 /* Define to 1 if you have the <poll.h> header file. */ 273 /* Define to 1 if you have the <poll.h> header file. */
316 #undef HAVE_POLL_H 274 #undef HAVE_POLL_H
317 275
318 /* Define to 1 if you have the `posix_madvise' function. */ 276 /* Define to 1 if you have the `posix_madvise' function. */
319 #undef HAVE_POSIX_MADVISE 277 #undef HAVE_POSIX_MADVISE
320 278
279 /* Define to 1 if you have the `pread' function. */
280 #undef HAVE_PREAD
281
321 /* Define to 1 if you have the `pread64' function. */ 282 /* Define to 1 if you have the `pread64' function. */
322 #undef HAVE_PREAD64 283 #undef HAVE_PREAD64
323 284
324 /* Define if <sys/procfs.h> has prfpregset32_t. */ 285 /* Define if <sys/procfs.h> has prfpregset32_t. */
325 #undef HAVE_PRFPREGSET32_T 286 #undef HAVE_PRFPREGSET32_T
326 287
327 /* Define if <sys/procfs.h> has prfpregset_t. */ 288 /* Define if <sys/procfs.h> has prfpregset_t. */
328 #undef HAVE_PRFPREGSET_T 289 #undef HAVE_PRFPREGSET_T
329 290
330 /* Define if <sys/procfs.h> has prgregset32_t. */ 291 /* Define if <sys/procfs.h> has prgregset32_t. */
(...skipping 37 matching lines...) Expand 10 before | Expand all | Expand 10 after
368 329
369 /* Define to 1 if you have the <ptrace.h> header file. */ 330 /* Define to 1 if you have the <ptrace.h> header file. */
370 #undef HAVE_PTRACE_H 331 #undef HAVE_PTRACE_H
371 332
372 /* Define if sys/ptrace.h defines the PT_GETDBREGS request. */ 333 /* Define if sys/ptrace.h defines the PT_GETDBREGS request. */
373 #undef HAVE_PT_GETDBREGS 334 #undef HAVE_PT_GETDBREGS
374 335
375 /* Define if sys/ptrace.h defines the PT_GETXMMREGS request. */ 336 /* Define if sys/ptrace.h defines the PT_GETXMMREGS request. */
376 #undef HAVE_PT_GETXMMREGS 337 #undef HAVE_PT_GETXMMREGS
377 338
339 /* Define to 1 if you have the `pwrite' function. */
340 #undef HAVE_PWRITE
341
378 /* Define if Python interpreter is being linked in. */ 342 /* Define if Python interpreter is being linked in. */
379 #undef HAVE_PYTHON 343 #undef HAVE_PYTHON
380 344
381 /* Define to 1 if btowc is declared even after undefining macros. */ 345 /* Define to 1 if you have the `readlink' function. */
382 #undef HAVE_RAW_DECL_BTOWC 346 #undef HAVE_READLINK
383
384 /* Define to 1 if mbrlen is declared even after undefining macros. */
385 #undef HAVE_RAW_DECL_MBRLEN
386
387 /* Define to 1 if mbrtowc is declared even after undefining macros. */
388 #undef HAVE_RAW_DECL_MBRTOWC
389
390 /* Define to 1 if mbsinit is declared even after undefining macros. */
391 #undef HAVE_RAW_DECL_MBSINIT
392
393 /* Define to 1 if mbsnrtowcs is declared even after undefining macros. */
394 #undef HAVE_RAW_DECL_MBSNRTOWCS
395
396 /* Define to 1 if mbsrtowcs is declared even after undefining macros. */
397 #undef HAVE_RAW_DECL_MBSRTOWCS
398
399 /* Define to 1 if memmem is declared even after undefining macros. */
400 #undef HAVE_RAW_DECL_MEMMEM
401
402 /* Define to 1 if mempcpy is declared even after undefining macros. */
403 #undef HAVE_RAW_DECL_MEMPCPY
404
405 /* Define to 1 if memrchr is declared even after undefining macros. */
406 #undef HAVE_RAW_DECL_MEMRCHR
407
408 /* Define to 1 if rawmemchr is declared even after undefining macros. */
409 #undef HAVE_RAW_DECL_RAWMEMCHR
410
411 /* Define to 1 if stpcpy is declared even after undefining macros. */
412 #undef HAVE_RAW_DECL_STPCPY
413
414 /* Define to 1 if stpncpy is declared even after undefining macros. */
415 #undef HAVE_RAW_DECL_STPNCPY
416
417 /* Define to 1 if strcasestr is declared even after undefining macros. */
418 #undef HAVE_RAW_DECL_STRCASESTR
419
420 /* Define to 1 if strchrnul is declared even after undefining macros. */
421 #undef HAVE_RAW_DECL_STRCHRNUL
422
423 /* Define to 1 if strdup is declared even after undefining macros. */
424 #undef HAVE_RAW_DECL_STRDUP
425
426 /* Define to 1 if strncat is declared even after undefining macros. */
427 #undef HAVE_RAW_DECL_STRNCAT
428
429 /* Define to 1 if strndup is declared even after undefining macros. */
430 #undef HAVE_RAW_DECL_STRNDUP
431
432 /* Define to 1 if strnlen is declared even after undefining macros. */
433 #undef HAVE_RAW_DECL_STRNLEN
434
435 /* Define to 1 if strpbrk is declared even after undefining macros. */
436 #undef HAVE_RAW_DECL_STRPBRK
437
438 /* Define to 1 if strsep is declared even after undefining macros. */
439 #undef HAVE_RAW_DECL_STRSEP
440
441 /* Define to 1 if strsignal is declared even after undefining macros. */
442 #undef HAVE_RAW_DECL_STRSIGNAL
443
444 /* Define to 1 if strtok_r is declared even after undefining macros. */
445 #undef HAVE_RAW_DECL_STRTOK_R
446
447 /* Define to 1 if strverscmp is declared even after undefining macros. */
448 #undef HAVE_RAW_DECL_STRVERSCMP
449
450 /* Define to 1 if wcrtomb is declared even after undefining macros. */
451 #undef HAVE_RAW_DECL_WCRTOMB
452
453 /* Define to 1 if wcsnrtombs is declared even after undefining macros. */
454 #undef HAVE_RAW_DECL_WCSNRTOMBS
455
456 /* Define to 1 if wcsrtombs is declared even after undefining macros. */
457 #undef HAVE_RAW_DECL_WCSRTOMBS
458
459 /* Define to 1 if wctob is declared even after undefining macros. */
460 #undef HAVE_RAW_DECL_WCTOB
461
462 /* Define to 1 if wcwidth is declared even after undefining macros. */
463 #undef HAVE_RAW_DECL_WCWIDTH
464 347
465 /* Define to 1 if you have the `realpath' function. */ 348 /* Define to 1 if you have the `realpath' function. */
466 #undef HAVE_REALPATH 349 #undef HAVE_REALPATH
467 350
468 /* Define to 1 if you have the `resize_term' function. */ 351 /* Define to 1 if you have the `resize_term' function. */
469 #undef HAVE_RESIZE_TERM 352 #undef HAVE_RESIZE_TERM
470 353
471 /* Define to 1 if you have the `sbrk' function. */ 354 /* Define to 1 if you have the `sbrk' function. */
472 #undef HAVE_SBRK 355 #undef HAVE_SBRK
473 356
(...skipping 14 matching lines...) Expand all
488 371
489 /* Define to 1 if you have the <sgtty.h> header file. */ 372 /* Define to 1 if you have the <sgtty.h> header file. */
490 #undef HAVE_SGTTY_H 373 #undef HAVE_SGTTY_H
491 374
492 /* Define to 1 if you have the `sigaction' function. */ 375 /* Define to 1 if you have the `sigaction' function. */
493 #undef HAVE_SIGACTION 376 #undef HAVE_SIGACTION
494 377
495 /* Define to 1 if you have the <signal.h> header file. */ 378 /* Define to 1 if you have the <signal.h> header file. */
496 #undef HAVE_SIGNAL_H 379 #undef HAVE_SIGNAL_H
497 380
498 /* Define to 1 if 'sig_atomic_t' is a signed integer type. */
499 #undef HAVE_SIGNED_SIG_ATOMIC_T
500
501 /* Define to 1 if 'wchar_t' is a signed integer type. */
502 #undef HAVE_SIGNED_WCHAR_T
503
504 /* Define to 1 if 'wint_t' is a signed integer type. */
505 #undef HAVE_SIGNED_WINT_T
506
507 /* Define to 1 if you have the `sigprocmask' function. */ 381 /* Define to 1 if you have the `sigprocmask' function. */
508 #undef HAVE_SIGPROCMASK 382 #undef HAVE_SIGPROCMASK
509 383
510 /* Define if sigsetjmp is available. */ 384 /* Define if sigsetjmp is available. */
511 #undef HAVE_SIGSETJMP 385 #undef HAVE_SIGSETJMP
512 386
513 /* Define to 1 if you have the `sigsetmask' function. */ 387 /* Define to 1 if you have the `sigsetmask' function. */
514 #undef HAVE_SIGSETMASK 388 #undef HAVE_SIGSETMASK
515 389
516 /* Define to 1 if you have the `socketpair' function. */ 390 /* Define to 1 if you have the `socketpair' function. */
(...skipping 46 matching lines...) Expand 10 before | Expand all | Expand 10 after
563 437
564 /* Define to 1 if `struct stat' is a member of `st_blksize'. */ 438 /* Define to 1 if `struct stat' is a member of `st_blksize'. */
565 #undef HAVE_STRUCT_STAT_ST_BLKSIZE 439 #undef HAVE_STRUCT_STAT_ST_BLKSIZE
566 440
567 /* Define to 1 if `struct stat' is a member of `st_blocks'. */ 441 /* Define to 1 if `struct stat' is a member of `st_blocks'. */
568 #undef HAVE_STRUCT_STAT_ST_BLOCKS 442 #undef HAVE_STRUCT_STAT_ST_BLOCKS
569 443
570 /* Define to 1 if `struct thread' is a member of `td_pcb'. */ 444 /* Define to 1 if `struct thread' is a member of `td_pcb'. */
571 #undef HAVE_STRUCT_THREAD_TD_PCB 445 #undef HAVE_STRUCT_THREAD_TD_PCB
572 446
447 /* Define to 1 if `struct user_regs_struct' is a member of `fs_base'. */
448 #undef HAVE_STRUCT_USER_REGS_STRUCT_FS_BASE
449
450 /* Define to 1 if `struct user_regs_struct' is a member of `gs_base'. */
451 #undef HAVE_STRUCT_USER_REGS_STRUCT_GS_BASE
452
573 /* Define to 1 if you have the `syscall' function. */ 453 /* Define to 1 if you have the `syscall' function. */
574 #undef HAVE_SYSCALL 454 #undef HAVE_SYSCALL
575 455
576 /* Define to 1 if you have the <sys/bitypes.h> header file. */
577 #undef HAVE_SYS_BITYPES_H
578
579 /* Define to 1 if you have the <sys/debugreg.h> header file. */ 456 /* Define to 1 if you have the <sys/debugreg.h> header file. */
580 #undef HAVE_SYS_DEBUGREG_H 457 #undef HAVE_SYS_DEBUGREG_H
581 458
582 /* Define to 1 if you have the <sys/dir.h> header file, and it defines `DIR'. 459 /* Define to 1 if you have the <sys/dir.h> header file, and it defines `DIR'.
583 */ 460 */
584 #undef HAVE_SYS_DIR_H 461 #undef HAVE_SYS_DIR_H
585 462
586 /* Define to 1 if you have the <sys/fault.h> header file. */ 463 /* Define to 1 if you have the <sys/fault.h> header file. */
587 #undef HAVE_SYS_FAULT_H 464 #undef HAVE_SYS_FAULT_H
588 465
589 /* Define to 1 if you have the <sys/file.h> header file. */ 466 /* Define to 1 if you have the <sys/file.h> header file. */
590 #undef HAVE_SYS_FILE_H 467 #undef HAVE_SYS_FILE_H
591 468
592 /* Define to 1 if you have the <sys/filio.h> header file. */ 469 /* Define to 1 if you have the <sys/filio.h> header file. */
593 #undef HAVE_SYS_FILIO_H 470 #undef HAVE_SYS_FILIO_H
594 471
595 /* Define to 1 if you have the <sys/inttypes.h> header file. */
596 #undef HAVE_SYS_INTTYPES_H
597
598 /* Define to 1 if you have the <sys/ioctl.h> header file. */ 472 /* Define to 1 if you have the <sys/ioctl.h> header file. */
599 #undef HAVE_SYS_IOCTL_H 473 #undef HAVE_SYS_IOCTL_H
600 474
601 /* Define to 1 if you have the <sys/mman.h> header file. */
602 #undef HAVE_SYS_MMAN_H
603
604 /* Define to 1 if you have the <sys/ndir.h> header file, and it defines `DIR'. 475 /* Define to 1 if you have the <sys/ndir.h> header file, and it defines `DIR'.
605 */ 476 */
606 #undef HAVE_SYS_NDIR_H 477 #undef HAVE_SYS_NDIR_H
607 478
608 /* Define to 1 if you have the <sys/param.h> header file. */ 479 /* Define to 1 if you have the <sys/param.h> header file. */
609 #undef HAVE_SYS_PARAM_H 480 #undef HAVE_SYS_PARAM_H
610 481
611 /* Define to 1 if you have the <sys/poll.h> header file. */ 482 /* Define to 1 if you have the <sys/poll.h> header file. */
612 #undef HAVE_SYS_POLL_H 483 #undef HAVE_SYS_POLL_H
613 484
614 /* Define to 1 if you have the <sys/procfs.h> header file. */ 485 /* Define to 1 if you have the <sys/procfs.h> header file. */
615 #undef HAVE_SYS_PROCFS_H 486 #undef HAVE_SYS_PROCFS_H
616 487
617 /* Define to 1 if you have the <sys/proc.h> header file. */ 488 /* Define to 1 if you have the <sys/proc.h> header file. */
618 #undef HAVE_SYS_PROC_H 489 #undef HAVE_SYS_PROC_H
619 490
620 /* Define to 1 if you have the <sys/ptrace.h> header file. */ 491 /* Define to 1 if you have the <sys/ptrace.h> header file. */
621 #undef HAVE_SYS_PTRACE_H 492 #undef HAVE_SYS_PTRACE_H
622 493
623 /* Define to 1 if you have the <sys/reg.h> header file. */ 494 /* Define to 1 if you have the <sys/reg.h> header file. */
624 #undef HAVE_SYS_REG_H 495 #undef HAVE_SYS_REG_H
625 496
626 /* Define to 1 if you have the <sys/resource.h> header file. */ 497 /* Define to 1 if you have the <sys/resource.h> header file. */
627 #undef HAVE_SYS_RESOURCE_H 498 #undef HAVE_SYS_RESOURCE_H
628 499
629 /* Define to 1 if you have the <sys/select.h> header file. */ 500 /* Define to 1 if you have the <sys/select.h> header file. */
630 #undef HAVE_SYS_SELECT_H 501 #undef HAVE_SYS_SELECT_H
631 502
503 /* Define to 1 if you have the <sys/socket.h> header file. */
504 #undef HAVE_SYS_SOCKET_H
505
632 /* Define to 1 if you have the <sys/stat.h> header file. */ 506 /* Define to 1 if you have the <sys/stat.h> header file. */
633 #undef HAVE_SYS_STAT_H 507 #undef HAVE_SYS_STAT_H
634 508
635 /* Define to 1 if you have the <sys/syscall.h> header file. */ 509 /* Define to 1 if you have the <sys/syscall.h> header file. */
636 #undef HAVE_SYS_SYSCALL_H 510 #undef HAVE_SYS_SYSCALL_H
637 511
638 /* Define to 1 if you have the <sys/types.h> header file. */ 512 /* Define to 1 if you have the <sys/types.h> header file. */
639 #undef HAVE_SYS_TYPES_H 513 #undef HAVE_SYS_TYPES_H
640 514
515 /* Define to 1 if you have the <sys/un.h> header file. */
516 #undef HAVE_SYS_UN_H
517
641 /* Define to 1 if you have the <sys/user.h> header file. */ 518 /* Define to 1 if you have the <sys/user.h> header file. */
642 #undef HAVE_SYS_USER_H 519 #undef HAVE_SYS_USER_H
643 520
644 /* Define to 1 if you have the <sys/wait.h> header file. */ 521 /* Define to 1 if you have the <sys/wait.h> header file. */
645 #undef HAVE_SYS_WAIT_H 522 #undef HAVE_SYS_WAIT_H
646 523
647 /* Define to 1 if you have the <termios.h> header file. */ 524 /* Define to 1 if you have the <termios.h> header file. */
648 #undef HAVE_TERMIOS_H 525 #undef HAVE_TERMIOS_H
649 526
650 /* Define to 1 if you have the <termio.h> header file. */ 527 /* Define to 1 if you have the <termio.h> header file. */
(...skipping 13 matching lines...) Expand all
664 541
665 /* Define if you support the tkill syscall. */ 542 /* Define if you support the tkill syscall. */
666 #undef HAVE_TKILL_SYSCALL 543 #undef HAVE_TKILL_SYSCALL
667 544
668 /* Define to 1 if you have the `ttrace' function. */ 545 /* Define to 1 if you have the `ttrace' function. */
669 #undef HAVE_TTRACE 546 #undef HAVE_TTRACE
670 547
671 /* Define to 1 if you have the <unistd.h> header file. */ 548 /* Define to 1 if you have the <unistd.h> header file. */
672 #undef HAVE_UNISTD_H 549 #undef HAVE_UNISTD_H
673 550
674 /* Define to 1 if the system has the type `unsigned long long int'. */
675 #undef HAVE_UNSIGNED_LONG_LONG_INT
676
677 /* Define to 1 if you have the `vfork' function. */ 551 /* Define to 1 if you have the `vfork' function. */
678 #undef HAVE_VFORK 552 #undef HAVE_VFORK
679 553
680 /* Define to 1 if you have the <vfork.h> header file. */ 554 /* Define to 1 if you have the <vfork.h> header file. */
681 #undef HAVE_VFORK_H 555 #undef HAVE_VFORK_H
682 556
683 /* Define to 1 if you have the `waitpid' function. */ 557 /* Define to 1 if you have the `waitpid' function. */
684 #undef HAVE_WAITPID 558 #undef HAVE_WAITPID
685 559
686 /* Define to 1 if you have the <wait.h> header file. */ 560 /* Define to 1 if you have the <wait.h> header file. */
687 #undef HAVE_WAIT_H 561 #undef HAVE_WAIT_H
688 562
689 /* Define to 1 if you have the `wborder' function. */ 563 /* Define to 1 if you have the `wborder' function. */
690 #undef HAVE_WBORDER 564 #undef HAVE_WBORDER
691 565
692 /* Define to 1 if you have the <wchar.h> header file. */
693 #undef HAVE_WCHAR_H
694
695 /* Define if you have the 'wchar_t' type. */
696 #undef HAVE_WCHAR_T
697
698 /* Define if you have the 'wint_t' type. */
699 #undef HAVE_WINT_T
700
701 /* Define to 1 if `fork' works. */ 566 /* Define to 1 if `fork' works. */
702 #undef HAVE_WORKING_FORK 567 #undef HAVE_WORKING_FORK
703 568
704 /* Define to 1 if `vfork' works. */ 569 /* Define to 1 if `vfork' works. */
705 #undef HAVE_WORKING_VFORK 570 #undef HAVE_WORKING_VFORK
706 571
707 /* Define to 1 if you have the `wresize' function. */ 572 /* Define to 1 if you have the `wresize' function. */
708 #undef HAVE_WRESIZE 573 #undef HAVE_WRESIZE
709 574
710 /* Define to 1 if you have the `XML_StopParser' function. */ 575 /* Define to 1 if you have the `XML_StopParser' function. */
(...skipping 17 matching lines...) Expand all
728 /* Define as const if the declaration of iconv() needs const. */ 593 /* Define as const if the declaration of iconv() needs const. */
729 #undef ICONV_CONST 594 #undef ICONV_CONST
730 595
731 /* directory to load the JIT readers from */ 596 /* directory to load the JIT readers from */
732 #undef JIT_READER_DIR 597 #undef JIT_READER_DIR
733 598
734 /* Define if the jit-reader-dir directory should be relocated when GDB is 599 /* Define if the jit-reader-dir directory should be relocated when GDB is
735 moved. */ 600 moved. */
736 #undef JIT_READER_DIR_RELOCATABLE 601 #undef JIT_READER_DIR_RELOCATABLE
737 602
738 /* Define to a substitute value for mmap()'s MAP_ANONYMOUS flag. */
739 #undef MAP_ANONYMOUS
740
741 /* Define if you want to use new multi-fd /proc interface (replaces 603 /* Define if you want to use new multi-fd /proc interface (replaces
742 HAVE_MULTIPLE_PROC_FDS as well as other macros). */ 604 HAVE_MULTIPLE_PROC_FDS as well as other macros). */
743 #undef NEW_PROC_API 605 #undef NEW_PROC_API
744 606
745 /* Name of this package. */ 607 /* Name of this package. */
746 #undef PACKAGE 608 #undef PACKAGE
747 609
748 /* Define to the address where bug reports for this package should be sent. */ 610 /* Define to the address where bug reports for this package should be sent. */
749 #undef PACKAGE_BUGREPORT 611 #undef PACKAGE_BUGREPORT
750 612
(...skipping 33 matching lines...) Expand 10 before | Expand all | Expand 10 after
784 646
785 /* Define to the type of arg 3 for ptrace. */ 647 /* Define to the type of arg 3 for ptrace. */
786 #undef PTRACE_TYPE_ARG3 648 #undef PTRACE_TYPE_ARG3
787 649
788 /* Define to the type of arg 5 for ptrace. */ 650 /* Define to the type of arg 5 for ptrace. */
789 #undef PTRACE_TYPE_ARG5 651 #undef PTRACE_TYPE_ARG5
790 652
791 /* Define as the return type of ptrace. */ 653 /* Define as the return type of ptrace. */
792 #undef PTRACE_TYPE_RET 654 #undef PTRACE_TYPE_RET
793 655
794 /* Define to l, ll, u, ul, ull, etc., as suitable for constants of type
795 'ptrdiff_t'. */
796 #undef PTRDIFF_T_SUFFIX
797
798 /* Define if the python directory should be relocated when GDB is moved. */ 656 /* Define if the python directory should be relocated when GDB is moved. */
799 #undef PYTHON_PATH_RELOCATABLE 657 #undef PYTHON_PATH_RELOCATABLE
800 658
801 /* Relocated directory for source files. */ 659 /* Relocated directory for source files. */
802 #undef RELOC_SRCDIR 660 #undef RELOC_SRCDIR
803 661
804 /* Bug reporting address */ 662 /* Bug reporting address */
805 #undef REPORT_BUGS_TO 663 #undef REPORT_BUGS_TO
806 664
807 /* Define as the return type of signal handlers (`int' or `void'). */ 665 /* Define as the return type of signal handlers (`int' or `void'). */
808 #undef RETSIGTYPE 666 #undef RETSIGTYPE
809 667
810 /* Define to 1 if the "%Lg" format works to scan long doubles. */ 668 /* Define to 1 if the "%Lg" format works to scan long doubles. */
811 #undef SCANF_HAS_LONG_DOUBLE 669 #undef SCANF_HAS_LONG_DOUBLE
812 670
813 /* Define to 1 if the `setpgrp' function takes no argument. */ 671 /* Define to 1 if the `setpgrp' function takes no argument. */
814 #undef SETPGRP_VOID 672 #undef SETPGRP_VOID
815 673
816 /* Define to l, ll, u, ul, ull, etc., as suitable for constants of type
817 'sig_atomic_t'. */
818 #undef SIG_ATOMIC_T_SUFFIX
819
820 /* The size of `long', as computed by sizeof. */ 674 /* The size of `long', as computed by sizeof. */
821 #undef SIZEOF_LONG 675 #undef SIZEOF_LONG
822 676
823 /* The size of `unsigned long', as computed by sizeof. */ 677 /* The size of `unsigned long', as computed by sizeof. */
824 #undef SIZEOF_UNSIGNED_LONG 678 #undef SIZEOF_UNSIGNED_LONG
825 679
826 /* The size of `unsigned long long', as computed by sizeof. */ 680 /* The size of `unsigned long long', as computed by sizeof. */
827 #undef SIZEOF_UNSIGNED_LONG_LONG 681 #undef SIZEOF_UNSIGNED_LONG_LONG
828 682
829 /* The size of `unsigned __int128', as computed by sizeof. */ 683 /* The size of `unsigned __int128', as computed by sizeof. */
830 #undef SIZEOF_UNSIGNED___INT128 684 #undef SIZEOF_UNSIGNED___INT128
831 685
832 /* Define to l, ll, u, ul, ull, etc., as suitable for constants of type
833 'size_t'. */
834 #undef SIZE_T_SUFFIX
835
836 /* If using the C implementation of alloca, define if you know the 686 /* If using the C implementation of alloca, define if you know the
837 direction of stack growth for your system; otherwise it will be 687 direction of stack growth for your system; otherwise it will be
838 automatically deduced at runtime. 688 automatically deduced at runtime.
839 STACK_DIRECTION > 0 => grows toward higher addresses 689 STACK_DIRECTION > 0 => grows toward higher addresses
840 STACK_DIRECTION < 0 => grows toward lower addresses 690 STACK_DIRECTION < 0 => grows toward lower addresses
841 STACK_DIRECTION = 0 => direction of growth unknown */ 691 STACK_DIRECTION = 0 => direction of growth unknown */
842 #undef STACK_DIRECTION 692 #undef STACK_DIRECTION
843 693
844 /* Define to 1 if the `S_IS*' macros in <sys/stat.h> do not work properly. */ 694 /* Define to 1 if the `S_IS*' macros in <sys/stat.h> do not work properly. */
845 #undef STAT_MACROS_BROKEN 695 #undef STAT_MACROS_BROKEN
846 696
847 /* Define to 1 if you have the ANSI C header files. */ 697 /* Define to 1 if you have the ANSI C header files. */
848 #undef STDC_HEADERS 698 #undef STDC_HEADERS
849 699
850 /* automatically load a system-wide gdbinit file */ 700 /* automatically load a system-wide gdbinit file */
851 #undef SYSTEM_GDBINIT 701 #undef SYSTEM_GDBINIT
852 702
853 /* Define if the system-gdbinit directory should be relocated when GDB is 703 /* Define if the system-gdbinit directory should be relocated when GDB is
854 moved. */ 704 moved. */
855 #undef SYSTEM_GDBINIT_RELOCATABLE 705 #undef SYSTEM_GDBINIT_RELOCATABLE
856 706
707 /* search for usr/lib et al within DIR */
708 #undef TARGET_SYSTEM_ROOT
709
710 /* Define if the sysroot directory should be relocated when GDB is moved. */
711 #undef TARGET_SYSTEM_ROOT_RELOCATABLE
712
857 /* Define if <thread_db.h> has the TD_NOTALLOC error code. */ 713 /* Define if <thread_db.h> has the TD_NOTALLOC error code. */
858 #undef THREAD_DB_HAS_TD_NOTALLOC 714 #undef THREAD_DB_HAS_TD_NOTALLOC
859 715
860 /* Define if <thread_db.h> has the TD_NOTLS error code. */ 716 /* Define if <thread_db.h> has the TD_NOTLS error code. */
861 #undef THREAD_DB_HAS_TD_NOTLS 717 #undef THREAD_DB_HAS_TD_NOTLS
862 718
863 /* Define if <thread_db.h> has the TD_VERSION error code. */ 719 /* Define if <thread_db.h> has the TD_VERSION error code. */
864 #undef THREAD_DB_HAS_TD_VERSION 720 #undef THREAD_DB_HAS_TD_VERSION
865 721
866 /* Define to 1 if the regex included in libiberty should be used. */ 722 /* Define to 1 if the regex included in libiberty should be used. */
867 #undef USE_INCLUDED_REGEX 723 #undef USE_INCLUDED_REGEX
868 724
725 /* Enable extensions on AIX 3, Interix. */
726 #ifndef _ALL_SOURCE
727 # undef _ALL_SOURCE
728 #endif
729 /* Enable GNU extensions on systems that have them. */
730 #ifndef _GNU_SOURCE
731 # undef _GNU_SOURCE
732 #endif
733 /* Enable threading extensions on Solaris. */
734 #ifndef _POSIX_PTHREAD_SEMANTICS
735 # undef _POSIX_PTHREAD_SEMANTICS
736 #endif
737 /* Enable extensions on HP NonStop. */
738 #ifndef _TANDEM_SOURCE
739 # undef _TANDEM_SOURCE
740 #endif
741 /* Enable general extensions on Solaris. */
742 #ifndef __EXTENSIONS__
743 # undef __EXTENSIONS__
744 #endif
745
746
869 /* Define if we should use the Windows API, instead of the POSIX API. On 747 /* Define if we should use the Windows API, instead of the POSIX API. On
870 Windows, we use the Windows API when building for MinGW, but the POSIX API 748 Windows, we use the Windows API when building for MinGW, but the POSIX API
871 when building for Cygwin. */ 749 when building for Cygwin. */
872 #undef USE_WIN32API 750 #undef USE_WIN32API
873 751
874 /* Define to l, ll, u, ul, ull, etc., as suitable for constants of type
875 'wchar_t'. */
876 #undef WCHAR_T_SUFFIX
877
878 /* Define to l, ll, u, ul, ull, etc., as suitable for constants of type
879 'wint_t'. */
880 #undef WINT_T_SUFFIX
881
882 /* Define if --with-python provides a path, either directly or via 752 /* Define if --with-python provides a path, either directly or via
883 python-config.py --exec-prefix. */ 753 python-config.py --exec-prefix. */
884 #undef WITH_PYTHON_PATH 754 #undef WITH_PYTHON_PATH
885 755
886 /* Define if the simulator is being linked in. */ 756 /* Define if the simulator is being linked in. */
887 #undef WITH_SIM 757 #undef WITH_SIM
888 758
889 /* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most 759 /* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most
890 significant byte first (like Motorola and SPARC, unlike Intel). */ 760 significant byte first (like Motorola and SPARC, unlike Intel). */
891 #if defined AC_APPLE_UNIVERSAL_BUILD 761 #if defined AC_APPLE_UNIVERSAL_BUILD
(...skipping 26 matching lines...) Expand all
918 /* Define to 2 if the system does not provide POSIX.1 features except with 788 /* Define to 2 if the system does not provide POSIX.1 features except with
919 this defined. */ 789 this defined. */
920 #undef _POSIX_1_SOURCE 790 #undef _POSIX_1_SOURCE
921 791
922 /* Define to 1 if you need to in order for `stat' and other things to work. */ 792 /* Define to 1 if you need to in order for `stat' and other things to work. */
923 #undef _POSIX_SOURCE 793 #undef _POSIX_SOURCE
924 794
925 /* Define if <sys/link.h> has link_map32 (solaris sparc-64 target) */ 795 /* Define if <sys/link.h> has link_map32 (solaris sparc-64 target) */
926 #undef _SYSCALL32 796 #undef _SYSCALL32
927 797
928 /* Define to 500 only on HP-UX. */
929 #undef _XOPEN_SOURCE
930
931 /* Enable extensions on AIX 3, Interix. */
932 #ifndef _ALL_SOURCE
933 # undef _ALL_SOURCE
934 #endif
935 /* Enable GNU extensions on systems that have them. */
936 #ifndef _GNU_SOURCE
937 # undef _GNU_SOURCE
938 #endif
939 /* Enable threading extensions on Solaris. */
940 #ifndef _POSIX_PTHREAD_SEMANTICS
941 # undef _POSIX_PTHREAD_SEMANTICS
942 #endif
943 /* Enable extensions on HP NonStop. */
944 #ifndef _TANDEM_SOURCE
945 # undef _TANDEM_SOURCE
946 #endif
947 /* Enable general extensions on Solaris. */
948 #ifndef __EXTENSIONS__
949 # undef __EXTENSIONS__
950 #endif
951
952
953 /* Define to empty if `const' does not conform to ANSI C. */ 798 /* Define to empty if `const' does not conform to ANSI C. */
954 #undef const 799 #undef const
955 800
956 /* Define to `__inline__' or `__inline' if that's what the C compiler 801 /* Define to `__inline__' or `__inline' if that's what the C compiler
957 calls it, or to nothing if 'inline' is not supported under any name. */ 802 calls it, or to nothing if 'inline' is not supported under any name. */
958 #ifndef __cplusplus 803 #ifndef __cplusplus
959 #undef inline 804 #undef inline
960 #endif 805 #endif
961 806
962 /* Work around a bug in Apple GCC 4.0.1 build 5465: In C99 mode, it supports
963 the ISO C 99 semantics of 'extern inline' (unlike the GNU C semantics of
964 earlier versions), but does not display it by setting __GNUC_STDC_INLINE__.
965 __APPLE__ && __MACH__ test for MacOS X.
966 __APPLE_CC__ tests for the Apple compiler and its version.
967 __STDC_VERSION__ tests for the C99 mode. */
968 #if defined __APPLE__ && defined __MACH__ && __APPLE_CC__ >= 5465 && !defined __ cplusplus && __STDC_VERSION__ >= 199901L && !defined __GNUC_STDC_INLINE__
969 # define __GNUC_STDC_INLINE__ 1
970 #endif
971
972 /* Define to `int' if <sys/types.h> does not define. */ 807 /* Define to `int' if <sys/types.h> does not define. */
973 #undef pid_t 808 #undef pid_t
974 809
975 /* Define to the equivalent of the C99 'restrict' keyword, or to
976 nothing if this is not supported. Do not define if restrict is
977 supported directly. */
978 #undef restrict
979 /* Work around a bug in Sun C++: it does not support _Restrict or
980 __restrict__, even though the corresponding Sun C compiler ends up with
981 "#define restrict _Restrict" or "#define restrict __restrict__" in the
982 previous line. Perhaps some future version of Sun C++ will work with
983 restrict; if so, hopefully it defines __RESTRICT like Sun C does. */
984 #if defined __SUNPRO_CC && !defined __RESTRICT
985 # define _Restrict
986 # define __restrict__
987 #endif
988
989 /* Define as a marker that can be attached to declarations that might not
990 be used. This helps to reduce warnings, such as from
991 GCC -Wunused-parameter. */
992 #if __GNUC__ >= 3 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 7)
993 # define _GL_UNUSED __attribute__ ((__unused__))
994 #else
995 # define _GL_UNUSED
996 #endif
997 /* The name _UNUSED_PARAMETER_ is an earlier spelling, although the name
998 is a misnomer outside of parameter lists. */
999 #define _UNUSED_PARAMETER_ _GL_UNUSED
1000
1001
1002 /* Define as `fork' if `vfork' does not work. */ 810 /* Define as `fork' if `vfork' does not work. */
1003 #undef vfork 811 #undef vfork
OLDNEW
« no previous file with comments | « gdb/completer.c ('k') | gdb/config/alpha/alpha-linux.mh » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698