Index: head/gnu/usr.bin/binutils/as/config.h =================================================================== --- head/gnu/usr.bin/binutils/as/config.h (revision 338859) +++ head/gnu/usr.bin/binutils/as/config.h (revision 338860) @@ -1,254 +1,254 @@ /* $FreeBSD$ */ /* config.h. Generated by configure. */ /* config.in. Generated from configure.in by autoheader. */ /* Define if using AIX 5.2 value for C_WEAKEXT. */ /* #undef AIX_WEAK_SUPPORT */ /* assert broken? */ /* #undef BROKEN_ASSERT */ /* Define to one of `_getb67', `GETB67', `getb67' for Cray-2 and Cray-YMP systems. This function is required for `alloca.c' support on those systems. */ /* #undef CRAY_STACKSEG_END */ /* Compiling cross-assembler? */ /* #undef CROSS_COMPILE */ /* Define to 1 if using `alloca.c'. */ /* #undef C_ALLOCA */ /* Default architecture. */ /* #define DEFAULT_ARCH "i386" */ /* Default CRIS architecture. */ /* #undef DEFAULT_CRIS_ARCH */ /* Default emulation. */ /* #define DEFAULT_EMULATION "i386elf" */ /* Supported emulations. */ /* #define EMULATIONS &i386elf, */ /* Define if you want run-time sanity checks. */ /* #undef ENABLE_CHECKING */ /* Define to 1 if translation of program messages to the user's native language is requested. */ /* #undef ENABLE_NLS */ /* Define to 1 if you have `alloca', as a function or macro. */ #define HAVE_ALLOCA 1 /* Define to 1 if you have and it should be used (not on Ultrix). */ /* #undef HAVE_ALLOCA_H */ /* Is the prototype for getopt in in the expected format? */ #define HAVE_DECL_GETOPT 1 /* Define to 1 if you have the declaration of `vsnprintf', and to 0 if you don't. */ #define HAVE_DECL_VSNPRINTF 1 /* Define to 1 if you have the header file. */ #define HAVE_DLFCN_H 1 /* Define to 1 if you have the header file. */ #define HAVE_ERRNO_H 1 /* Define to 1 if you have the header file. */ #define HAVE_INTTYPES_H 1 /* Define to 1 if you have the header file. */ #define HAVE_MEMORY_H 1 /* Define to 1 if you have the `remove' function. */ /* #undef HAVE_REMOVE */ /* Define to 1 if you have the `sbrk' function. */ -#define HAVE_SBRK 1 +/* #undef HAVE_SBRK */ /* Define to 1 if you have the header file. */ #define HAVE_STDARG_H 1 /* Define to 1 if you have the header file. */ #define HAVE_STDINT_H 1 /* Define to 1 if you have the header file. */ #define HAVE_STDLIB_H 1 /* Define to 1 if you have the header file. */ #define HAVE_STRINGS_H 1 /* Define to 1 if you have the header file. */ #define HAVE_STRING_H 1 /* Define to 1 if you have the header file. */ #define HAVE_SYS_STAT_H 1 /* Define to 1 if you have the header file. */ #define HAVE_SYS_TYPES_H 1 /* Define to 1 if you have the header file. */ #define HAVE_UNISTD_H 1 /* Define to 1 if you have the `unlink' function. */ #define HAVE_UNLINK 1 /* Define to 1 if you have the header file. */ /* #undef HAVE_VARARGS_H */ /* Using i386 COFF? */ /* #undef I386COFF */ /* Define to the sub-directory in which libtool stores uninstalled libraries. */ #define LT_OBJDIR ".libs/" /* Using m68k COFF? */ /* #undef M68KCOFF */ /* Using m88k COFF? */ /* #undef M88KCOFF */ /* Default CPU for MIPS targets. */ /* #undef MIPS_CPU_STRING_DEFAULT */ /* Generate 64-bit code by default on MIPS targets. */ /* #undef MIPS_DEFAULT_64BIT */ /* Choose a default ABI for MIPS targets. */ /* #undef MIPS_DEFAULT_ABI */ /* Define if environ is not declared in system header files. */ #define NEED_DECLARATION_ENVIRON 1 /* Define if errno is not declared in system header files. */ /* #undef NEED_DECLARATION_ERRNO */ /* Define if ffs is not declared in system header files. */ /* #undef NEED_DECLARATION_FFS */ /* Define if free is not declared in system header files. */ /* #undef NEED_DECLARATION_FREE */ /* Define if malloc is not declared in system header files. */ /* #undef NEED_DECLARATION_MALLOC */ /* Define if sbrk is not declared in system header files. */ /* #undef NEED_DECLARATION_SBRK */ /* Define if strstr is not declared in system header files. */ /* #undef NEED_DECLARATION_STRSTR */ /* a.out support? */ /* #undef OBJ_MAYBE_AOUT */ /* b.out support? */ /* #undef OBJ_MAYBE_BOUT */ /* COFF support? */ /* #undef OBJ_MAYBE_COFF */ /* ECOFF support? */ /* #undef OBJ_MAYBE_ECOFF */ /* ELF support? */ /* #undef OBJ_MAYBE_ELF */ /* generic support? */ /* #undef OBJ_MAYBE_GENERIC */ /* SOM support? */ /* #undef OBJ_MAYBE_SOM */ /* Name of package */ #define PACKAGE "gas" /* Define to the address where bug reports for this package should be sent. */ #define PACKAGE_BUGREPORT "" /* Define to the full name of this package. */ #define PACKAGE_NAME "" /* Define to the full name and version of this package. */ #define PACKAGE_STRING "" /* Define to the one symbol short name of this package. */ #define PACKAGE_TARNAME "" /* Define to the version of this package. */ #define PACKAGE_VERSION "" /* Define if defaulting to ELF on SCO 5. */ /* #undef SCO_ELF */ /* If using the C implementation of alloca, define if you know the direction of stack growth for your system; otherwise it will be automatically deduced at run-time. STACK_DIRECTION > 0 => grows toward higher addresses STACK_DIRECTION < 0 => grows toward lower addresses STACK_DIRECTION = 0 => direction of growth unknown */ /* #undef STACK_DIRECTION */ /* Define to 1 if you have the ANSI C header files. */ #define STDC_HEADERS 1 /* Using strict COFF? */ /* #undef STRICTCOFF */ /* Target alias. */ /* #define TARGET_ALIAS "i386-unknown-freebsd9.0" */ /* Define as 1 if big endian. */ /* #undef TARGET_BYTES_BIG_ENDIAN */ /* Canonical target. */ /* #define TARGET_CANONICAL "i386-unknown-freebsd9.0" */ /* Target CPU. */ /* #define TARGET_CPU "i386" */ /* Target OS. */ /* #define TARGET_OS "freebsd9.0" */ /* Define if default target is PowerPC Solaris. */ /* #undef TARGET_SOLARIS_COMMENT */ /* Define if target is Symbian OS. */ /* #undef TARGET_SYMBIAN */ /* Target vendor. */ /* #define TARGET_VENDOR "unknown" */ /* Use b modifier when opening binary files? */ /* #undef USE_BINARY_FOPEN */ /* Use emulation support? */ /* #undef USE_EMULATIONS */ /* Allow use of E_MIPS_ABI_O32 on MIPS targets. */ /* #undef USE_E_MIPS_ABI_O32 */ /* Using cgen code? */ /* #undef USING_CGEN */ /* Version number of package */ /* #define VERSION "2.17.50" */ /* Define to 1 if your processor stores words with the most significant byte first (like Motorola and SPARC, unlike Intel and VAX). */ /* #undef WORDS_BIGENDIAN */ /* Define to 1 if `lex' declares `yytext' as a `char *' by default, not a `char[]'. */ #define YYTEXT_POINTER 1 /* Define to `__inline__' or `__inline' if that's what the C compiler calls it, or to nothing if 'inline' is not supported under any name. */ #ifndef __cplusplus /* #undef inline */ #endif Index: head/gnu/usr.bin/binutils/ld/config.h =================================================================== --- head/gnu/usr.bin/binutils/ld/config.h (revision 338859) +++ head/gnu/usr.bin/binutils/ld/config.h (revision 338860) @@ -1,141 +1,141 @@ /* $FreeBSD$ */ /* config.h. Generated by configure. */ /* config.in. Generated from configure.in by autoheader. */ /* Define to 1 if translation of program messages to the user's native language is requested. */ /* #undef ENABLE_NLS */ /* Additional extension a shared object might have. */ /* #undef EXTRA_SHLIB_EXTENSION */ /* Define to 1 if you have the declaration of `environ', and to 0 if you don't. */ #define HAVE_DECL_ENVIRON 0 /* Define to 1 if you have the declaration of `free', and to 0 if you don't. */ #define HAVE_DECL_FREE 1 /* Define to 1 if you have the declaration of `getenv', and to 0 if you don't. */ #define HAVE_DECL_GETENV 1 /* Is the prototype for getopt in in the expected format? */ #define HAVE_DECL_GETOPT 1 /* Define to 1 if you have the declaration of `sbrk', and to 0 if you don't. */ #define HAVE_DECL_SBRK 1 /* Define to 1 if you have the declaration of `strstr', and to 0 if you don't. */ #define HAVE_DECL_STRSTR 1 /* Define to 1 if you have the header file, and it defines `DIR'. */ #define HAVE_DIRENT_H 1 /* Define to 1 if you have the header file. */ #define HAVE_DLFCN_H 1 /* Define to 1 if you have the header file. */ #define HAVE_ELF_HINTS_H 1 /* Define to 1 if you have the `glob' function. */ #define HAVE_GLOB 1 /* Define to 1 if you have the header file. */ #define HAVE_INTTYPES_H 1 /* Define to 1 if you have the header file. */ #define HAVE_LIMITS_H 1 /* Define to 1 if you have the header file. */ #define HAVE_MEMORY_H 1 /* Define to 1 if you have the `mkstemp' function. */ #define HAVE_MKSTEMP 1 /* Define to 1 if you have the header file, and it defines `DIR'. */ /* #undef HAVE_NDIR_H */ /* Define to 1 if you have the `realpath' function. */ #define HAVE_REALPATH 1 /* Define to 1 if you have the `sbrk' function. */ -#define HAVE_SBRK 1 +/* #undef HAVE_SBRK */ /* Define to 1 if you have the header file. */ #define HAVE_STDINT_H 1 /* Define to 1 if you have the header file. */ #define HAVE_STDLIB_H 1 /* Define to 1 if you have the header file. */ #define HAVE_STRINGS_H 1 /* Define to 1 if you have the header file. */ #define HAVE_STRING_H 1 /* Define to 1 if you have the header file, and it defines `DIR'. */ /* #undef HAVE_SYS_DIR_H */ /* Define to 1 if you have the header file, and it defines `DIR'. */ /* #undef HAVE_SYS_NDIR_H */ /* Define to 1 if you have the header file. */ #define HAVE_SYS_PARAM_H 1 /* Define to 1 if you have the header file. */ #define HAVE_SYS_STAT_H 1 /* Define to 1 if you have the header file. */ #define HAVE_SYS_TYPES_H 1 /* Define to 1 if you have the header file. */ #define HAVE_UNISTD_H 1 /* Define to 1 if you have the `waitpid' function. */ #define HAVE_WAITPID 1 /* Define to the sub-directory in which libtool stores uninstalled libraries. */ #define LT_OBJDIR ".libs/" /* Name of package */ #define PACKAGE "ld" /* Define to the address where bug reports for this package should be sent. */ #define PACKAGE_BUGREPORT "" /* Define to the full name of this package. */ #define PACKAGE_NAME "" /* Define to the full name and version of this package. */ #define PACKAGE_STRING "" /* Define to the one symbol short name of this package. */ #define PACKAGE_TARNAME "" /* Define to the version of this package. */ #define PACKAGE_VERSION "" /* The size of a `long', as computed by sizeof. */ /* #undef SIZEOF_LONG */ /* Define to 1 if you have the ANSI C header files. */ #define STDC_HEADERS 1 /* Use b modifier when opening binary files? */ /* #undef USE_BINARY_FOPEN */ /* Version number of package */ /* #define VERSION "2.17.50" */ /* Define to 1 if `lex' declares `yytext' as a `char *' by default, not a `char[]'. */ #define YYTEXT_POINTER 1 Index: head/gnu/usr.bin/binutils/libbinutils/config.h =================================================================== --- head/gnu/usr.bin/binutils/libbinutils/config.h (revision 338859) +++ head/gnu/usr.bin/binutils/libbinutils/config.h (revision 338860) @@ -1,215 +1,215 @@ /* $FreeBSD$ */ /* FreeBSD isn't any form of AIX. */ #define bin_dummy_emulation bin_vanilla_emulation /* config.h. Generated by configure. */ /* config.in. Generated from configure.in by autoheader. */ /* Define to one of `_getb67', `GETB67', `getb67' for Cray-2 and Cray-YMP systems. This function is required for `alloca.c' support on those systems. */ /* #undef CRAY_STACKSEG_END */ /* Define to 1 if using `alloca.c'. */ /* #undef C_ALLOCA */ /* Define to 1 if translation of program messages to the user's native language is requested. */ /* #undef ENABLE_NLS */ /* Suffix used for executables, if any. */ #define EXECUTABLE_SUFFIX "" /* Define to 1 if you have `alloca', as a function or macro. */ #define HAVE_ALLOCA 1 /* Define to 1 if you have and it should be used (not on Ultrix). */ /* #undef HAVE_ALLOCA_H */ /* Define to 1 if you have the declaration of `environ', and to 0 if you don't. */ #define HAVE_DECL_ENVIRON 0 /* Define to 1 if you have the declaration of `fprintf', and to 0 if you don't. */ #define HAVE_DECL_FPRINTF 1 /* Define to 1 if you have the declaration of `getc_unlocked', and to 0 if you don't. */ #define HAVE_DECL_GETC_UNLOCKED 1 /* Define to 1 if you have the declaration of `getenv', and to 0 if you don't. */ #define HAVE_DECL_GETENV 1 /* Is the prototype for getopt in in the expected format? */ #define HAVE_DECL_GETOPT 1 /* Define to 1 if you have the declaration of `sbrk', and to 0 if you don't. */ #define HAVE_DECL_SBRK 1 /* Define to 1 if you have the declaration of `snprintf', and to 0 if you don't. */ #define HAVE_DECL_SNPRINTF 1 /* Define to 1 if you have the declaration of `stpcpy', and to 0 if you don't. */ #define HAVE_DECL_STPCPY 1 /* Define to 1 if you have the declaration of `strstr', and to 0 if you don't. */ #define HAVE_DECL_STRSTR 1 /* Define to 1 if you have the declaration of `vsnprintf', and to 0 if you don't. */ #define HAVE_DECL_VSNPRINTF 1 /* Define to 1 if you have the header file. */ #define HAVE_DLFCN_H 1 /* Does the platform use an executable suffix? */ /* #undef HAVE_EXECUTABLE_SUFFIX */ /* Define to 1 if you have the header file. */ #define HAVE_FCNTL_H 1 /* Is fopen64 available? */ /* #undef HAVE_FOPEN64 */ /* Define to 1 if you have the `getc_unlocked' function. */ #define HAVE_GETC_UNLOCKED 1 /* Does define struct utimbuf? */ #define HAVE_GOOD_UTIME_H 1 /* Define if you have the iconv() function. */ /* #undef HAVE_ICONV */ /* Define to 1 if you have the header file. */ #define HAVE_INTTYPES_H 1 /* Define to 1 if you have the header file. */ #define HAVE_LIMITS_H 1 /* Define to 1 if you have the header file. */ #define HAVE_MEMORY_H 1 /* Define to 1 if you have the `mkdtemp' function. */ #define HAVE_MKDTEMP 1 /* Define to 1 if you have the `mkstemp' function. */ #define HAVE_MKSTEMP 1 /* Define to 1 if you have the `sbrk' function. */ -#define HAVE_SBRK 1 +/* #undef HAVE_SBRK */ /* Define to 1 if you have the `setmode' function. */ #define HAVE_SETMODE 1 /* Is stat64 available? */ /* #undef HAVE_STAT64 */ /* Define to 1 if you have the header file. */ #define HAVE_STDINT_H 1 /* Define to 1 if you have the header file. */ #define HAVE_STDLIB_H 1 /* Define to 1 if you have the `strcoll' function. */ #define HAVE_STRCOLL 1 /* Define to 1 if you have the header file. */ #define HAVE_STRINGS_H 1 /* Define to 1 if you have the header file. */ #define HAVE_STRING_H 1 /* Define to 1 if you have the header file. */ #define HAVE_SYS_FILE_H 1 /* Define to 1 if you have the header file. */ #define HAVE_SYS_PARAM_H 1 /* Define to 1 if you have the header file. */ #define HAVE_SYS_STAT_H 1 /* Define to 1 if you have the header file. */ #define HAVE_SYS_TYPES_H 1 /* Define to 1 if you have that is POSIX.1 compatible. */ #define HAVE_SYS_WAIT_H 1 /* Is the type time_t defined in ? */ #define HAVE_TIME_T_IN_TIME_H 1 /* Is the type time_t defined in ? */ #define HAVE_TIME_T_IN_TYPES_H 1 /* Define to 1 if you have the header file. */ #define HAVE_UNISTD_H 1 /* Define to 1 if you have the `utimes' function. */ #define HAVE_UTIMES 1 /* Define as const if the declaration of iconv() needs const. */ /* #undef ICONV_CONST */ /* Define to the sub-directory in which libtool stores uninstalled libraries. */ #define LT_OBJDIR ".libs/" /* Name of package */ #define PACKAGE "binutils" /* Define to the address where bug reports for this package should be sent. */ #define PACKAGE_BUGREPORT "" /* Define to the full name of this package. */ #define PACKAGE_NAME "" /* Define to the full name and version of this package. */ #define PACKAGE_STRING "" /* Define to the one symbol short name of this package. */ #define PACKAGE_TARNAME "" /* Define to the version of this package. */ #define PACKAGE_VERSION "" /* If using the C implementation of alloca, define if you know the direction of stack growth for your system; otherwise it will be automatically deduced at run-time. STACK_DIRECTION > 0 => grows toward higher addresses STACK_DIRECTION < 0 => grows toward lower addresses STACK_DIRECTION = 0 => direction of growth unknown */ /* #undef STACK_DIRECTION */ /* Define to 1 if you have the ANSI C header files. */ #define STDC_HEADERS 1 /* Configured target name. */ /* #define TARGET "i386-unknown-freebsd9.0" */ /* Define to 1 if user symbol names have a leading underscore, 0 if not. */ #define TARGET_PREPENDS_UNDERSCORE 0 /* Use b modifier when opening binary files? */ /* #undef USE_BINARY_FOPEN */ /* Version number of package */ /* #define VERSION "2.17.50" */ /* Define to 1 if `lex' declares `yytext' as a `char *' by default, not a `char[]'. */ #define YYTEXT_POINTER 1 /* Enable GNU extensions on systems that have them. */ #ifndef _GNU_SOURCE # define _GNU_SOURCE 1 #endif /* Enable LFS */ /* #undef _LARGEFILE64_SOURCE */ Index: head/gnu/usr.bin/binutils/libiberty/config.h =================================================================== --- head/gnu/usr.bin/binutils/libiberty/config.h (revision 338859) +++ head/gnu/usr.bin/binutils/libiberty/config.h (revision 338860) @@ -1,449 +1,449 @@ /* $FreeBSD$ */ /* config.h. Generated by configure. */ /* config.in. Generated from configure.ac by autoheader. */ /* Define to one of _getb67, GETB67, getb67 for Cray-2 and Cray-YMP systems. This function is required for alloca.c support on those systems. */ /* #undef CRAY_STACKSEG_END */ /* Define to 1 if you have the header file. */ /* #undef HAVE_ALLOCA_H */ /* Define to 1 if you have the `asprintf' function. */ #define HAVE_ASPRINTF 1 /* Define to 1 if you have the `atexit' function. */ #define HAVE_ATEXIT 1 /* Define to 1 if you have the `basename' function. */ #define HAVE_BASENAME 1 /* Define to 1 if you have the `bcmp' function. */ #define HAVE_BCMP 1 /* Define to 1 if you have the `bcopy' function. */ #define HAVE_BCOPY 1 /* Define to 1 if you have the `bsearch' function. */ #define HAVE_BSEARCH 1 /* Define to 1 if you have the `bzero' function. */ #define HAVE_BZERO 1 /* Define to 1 if you have the `calloc' function. */ #define HAVE_CALLOC 1 /* Define to 1 if you have the `canonicalize_file_name' function. */ /* #undef HAVE_CANONICALIZE_FILE_NAME */ /* Define to 1 if you have the `clock' function. */ #define HAVE_CLOCK 1 /* Define to 1 if you have the declaration of `asprintf', and to 0 if you don't. */ #define HAVE_DECL_ASPRINTF 1 /* Define to 1 if you have the declaration of `basename', and to 0 if you don't. */ #define HAVE_DECL_BASENAME 0 /* Define to 1 if you have the declaration of `calloc', and to 0 if you don't. */ #define HAVE_DECL_CALLOC 1 /* Define to 1 if you have the declaration of `ffs', and to 0 if you don't. */ #define HAVE_DECL_FFS 1 /* Define to 1 if you have the declaration of `getenv', and to 0 if you don't. */ #define HAVE_DECL_GETENV 1 /* Define to 1 if you have the declaration of `getopt', and to 0 if you don't. */ #define HAVE_DECL_GETOPT 1 /* Define to 1 if you have the declaration of `malloc', and to 0 if you don't. */ #define HAVE_DECL_MALLOC 1 /* Define to 1 if you have the declaration of `realloc', and to 0 if you don't. */ #define HAVE_DECL_REALLOC 1 /* Define to 1 if you have the declaration of `sbrk', and to 0 if you don't. */ #define HAVE_DECL_SBRK 1 /* Define to 1 if you have the declaration of `snprintf', and to 0 if you don't. */ #define HAVE_DECL_SNPRINTF 1 /* Define to 1 if you have the declaration of `strverscmp', and to 0 if you don't. */ #define HAVE_DECL_STRVERSCMP 0 /* Define to 1 if you have the declaration of `vasprintf', and to 0 if you don't. */ #define HAVE_DECL_VASPRINTF 1 /* Define to 1 if you have the declaration of `vsnprintf', and to 0 if you don't. */ #define HAVE_DECL_VSNPRINTF 1 /* Define to 1 if you have the header file. */ #define HAVE_FCNTL_H 1 /* Define to 1 if you have the `ffs' function. */ #define HAVE_FFS 1 /* Define to 1 if you have the `fork' function. */ #define HAVE_FORK 1 /* Define to 1 if you have the `getcwd' function. */ #define HAVE_GETCWD 1 /* Define to 1 if you have the `getpagesize' function. */ #define HAVE_GETPAGESIZE 1 /* Define to 1 if you have the `getrusage' function. */ #define HAVE_GETRUSAGE 1 /* Define to 1 if you have the `getsysinfo' function. */ /* #undef HAVE_GETSYSINFO */ /* Define to 1 if you have the `gettimeofday' function. */ #define HAVE_GETTIMEOFDAY 1 /* Define to 1 if you have the `index' function. */ #define HAVE_INDEX 1 /* Define to 1 if you have the `insque' function. */ #define HAVE_INSQUE 1 /* Define to 1 if you have the header file. */ #define HAVE_INTTYPES_H 1 /* Define to 1 if you have the header file. */ #define HAVE_LIMITS_H 1 /* Define to 1 if you have the header file. */ /* #undef HAVE_MACHINE_HAL_SYSINFO_H */ /* Define to 1 if you have the header file. */ /* #undef HAVE_MALLOC_H */ /* Define to 1 if you have the `memchr' function. */ #define HAVE_MEMCHR 1 /* Define to 1 if you have the `memcmp' function. */ #define HAVE_MEMCMP 1 /* Define to 1 if you have the `memcpy' function. */ #define HAVE_MEMCPY 1 /* Define to 1 if you have the `memmove' function. */ #define HAVE_MEMMOVE 1 /* Define to 1 if you have the header file. */ #define HAVE_MEMORY_H 1 /* Define to 1 if you have the `mempcpy' function. */ /* #undef HAVE_MEMPCPY */ /* Define to 1 if you have the `memset' function. */ #define HAVE_MEMSET 1 /* Define to 1 if you have the `mkstemps' function. */ #define HAVE_MKSTEMPS 1 /* Define to 1 if you have a working `mmap' system call. */ #define HAVE_MMAP 1 /* Define to 1 if you have the `on_exit' function. */ /* #undef HAVE_ON_EXIT */ /* Define to 1 if you have the `psignal' function. */ #define HAVE_PSIGNAL 1 /* Define to 1 if you have the `pstat_getdynamic' function. */ /* #undef HAVE_PSTAT_GETDYNAMIC */ /* Define to 1 if you have the `pstat_getstatic' function. */ /* #undef HAVE_PSTAT_GETSTATIC */ /* Define to 1 if you have the `putenv' function. */ #define HAVE_PUTENV 1 /* Define to 1 if you have the `random' function. */ #define HAVE_RANDOM 1 /* Define to 1 if you have the `realpath' function. */ #define HAVE_REALPATH 1 /* Define to 1 if you have the `rename' function. */ #define HAVE_RENAME 1 /* Define to 1 if you have the `rindex' function. */ #define HAVE_RINDEX 1 /* Define to 1 if you have the `sbrk' function. */ -#define HAVE_SBRK 1 +/* #undef HAVE_SBRK */ /* Define to 1 if you have the `setenv' function. */ #define HAVE_SETENV 1 /* Define to 1 if you have the `sigsetmask' function. */ #define HAVE_SIGSETMASK 1 /* Define to 1 if you have the `snprintf' function. */ #define HAVE_SNPRINTF 1 /* Define to 1 if you have the header file. */ #define HAVE_STDINT_H 1 /* Define to 1 if you have the header file. */ /* #undef HAVE_STDIO_EXT_H */ /* Define to 1 if you have the header file. */ #define HAVE_STDLIB_H 1 /* Define to 1 if you have the `stpcpy' function. */ #define HAVE_STPCPY 1 /* Define to 1 if you have the `stpncpy' function. */ #define HAVE_STPNCPY 1 /* Define to 1 if you have the `strcasecmp' function. */ #define HAVE_STRCASECMP 1 /* Define to 1 if you have the `strchr' function. */ #define HAVE_STRCHR 1 /* Define to 1 if you have the `strdup' function. */ #define HAVE_STRDUP 1 /* Define to 1 if you have the `strerror' function. */ #define HAVE_STRERROR 1 /* Define to 1 if you have the header file. */ #define HAVE_STRINGS_H 1 /* Define to 1 if you have the header file. */ #define HAVE_STRING_H 1 /* Define to 1 if you have the `strncasecmp' function. */ #define HAVE_STRNCASECMP 1 /* Define to 1 if you have the `strndup' function. */ #define HAVE_STRNDUP 1 /* Define to 1 if you have the `strrchr' function. */ #define HAVE_STRRCHR 1 /* Define to 1 if you have the `strsignal' function. */ #define HAVE_STRSIGNAL 1 /* Define to 1 if you have the `strstr' function. */ #define HAVE_STRSTR 1 /* Define to 1 if you have the `strtod' function. */ #define HAVE_STRTOD 1 /* Define to 1 if you have the `strtol' function. */ #define HAVE_STRTOL 1 /* Define to 1 if you have the `strtoul' function. */ #define HAVE_STRTOUL 1 /* Define to 1 if you have the `strverscmp' function. */ /* #undef HAVE_STRVERSCMP */ /* Define to 1 if you have the `sysconf' function. */ #define HAVE_SYSCONF 1 /* Define to 1 if you have the `sysctl' function. */ #define HAVE_SYSCTL 1 /* Define to 1 if you have the `sysmp' function. */ /* #undef HAVE_SYSMP */ /* Define if you have the sys_errlist variable. */ #define HAVE_SYS_ERRLIST 1 /* Define to 1 if you have the header file. */ #define HAVE_SYS_FILE_H 1 /* Define to 1 if you have the header file. */ #define HAVE_SYS_MMAN_H 1 /* Define if you have the sys_nerr variable. */ #define HAVE_SYS_NERR 1 /* Define to 1 if you have the header file. */ #define HAVE_SYS_PARAM_H 1 /* Define to 1 if you have the header file. */ /* #undef HAVE_SYS_PSTAT_H */ /* Define to 1 if you have the header file. */ #define HAVE_SYS_RESOURCE_H 1 /* Define if you have the sys_siglist variable. */ #define HAVE_SYS_SIGLIST 1 /* Define to 1 if you have the header file. */ #define HAVE_SYS_STAT_H 1 /* Define to 1 if you have the header file. */ #define HAVE_SYS_SYSCTL_H 1 /* Define to 1 if you have the header file. */ /* #undef HAVE_SYS_SYSINFO_H */ /* Define to 1 if you have the header file. */ /* #undef HAVE_SYS_SYSMP_H */ /* Define to 1 if you have the header file. */ /* #undef HAVE_SYS_SYSTEMCFG_H */ /* Define to 1 if you have the header file. */ /* #undef HAVE_SYS_TABLE_H */ /* Define to 1 if you have the header file. */ #define HAVE_SYS_TIME_H 1 /* Define to 1 if you have the header file. */ #define HAVE_SYS_TYPES_H 1 /* Define to 1 if you have that is POSIX.1 compatible. */ #define HAVE_SYS_WAIT_H 1 /* Define to 1 if you have the `table' function. */ /* #undef HAVE_TABLE */ /* Define to 1 if you have the `times' function. */ #define HAVE_TIMES 1 /* Define to 1 if you have the header file. */ #define HAVE_TIME_H 1 /* Define to 1 if you have the `tmpnam' function. */ #define HAVE_TMPNAM 1 /* Define if you have the \`uintptr_t' type. */ #define HAVE_UINTPTR_T 1 /* Define to 1 if you have the header file. */ #define HAVE_UNISTD_H 1 /* Define to 1 if you have the `vasprintf' function. */ #define HAVE_VASPRINTF 1 /* Define to 1 if you have the `vfork' function. */ #define HAVE_VFORK 1 /* Define to 1 if you have the header file. */ /* #undef HAVE_VFORK_H */ /* Define to 1 if you have the `vfprintf' function. */ #define HAVE_VFPRINTF 1 /* Define to 1 if you have the `vprintf' function. */ #define HAVE_VPRINTF 1 /* Define to 1 if you have the `vsnprintf' function. */ #define HAVE_VSNPRINTF 1 /* Define to 1 if you have the `vsprintf' function. */ #define HAVE_VSPRINTF 1 /* Define to 1 if you have the `wait3' function. */ #define HAVE_WAIT3 1 /* Define to 1 if you have the `wait4' function. */ #define HAVE_WAIT4 1 /* Define to 1 if you have the `waitpid' function. */ #define HAVE_WAITPID 1 /* Define to 1 if `fork' works. */ #define HAVE_WORKING_FORK 1 /* Define to 1 if `vfork' works. */ #define HAVE_WORKING_VFORK 1 /* Define to 1 if you have the `_doprnt' function. */ /* #undef HAVE__DOPRNT */ /* Define if you have the _system_configuration variable. */ /* #undef HAVE__SYSTEM_CONFIGURATION */ /* Define to 1 if you have the `__fsetlocking' function. */ /* #undef HAVE___FSETLOCKING */ /* Define if canonicalize_file_name is not declared in system header files. */ #define NEED_DECLARATION_CANONICALIZE_FILE_NAME 1 /* Define if errno must be declared even when is included. */ /* #undef NEED_DECLARATION_ERRNO */ /* Define to 1 if your C compiler doesn't accept -c and -o together. */ /* #undef NO_MINUS_C_MINUS_O */ /* Define to the address where bug reports for this package should be sent. */ #define PACKAGE_BUGREPORT "" /* Define to the full name of this package. */ #define PACKAGE_NAME "" /* Define to the full name and version of this package. */ #define PACKAGE_STRING "" /* Define to the one symbol short name of this package. */ #define PACKAGE_TARNAME "" /* Define to the version of this package. */ /* #define PACKAGE_VERSION "" */ /* The size of a `int', as computed by sizeof. */ /* #define SIZEOF_INT 4 */ /* Define if you know the direction of stack growth for your system; otherwise it will be automatically deduced at run-time. STACK_DIRECTION > 0 => grows toward higher addresses STACK_DIRECTION < 0 => grows toward lower addresses STACK_DIRECTION = 0 => direction of growth unknown */ #define STACK_DIRECTION -1 /* Define to 1 if you have the ANSI C header files. */ #define STDC_HEADERS 1 /* Define to 1 if you can safely include both and . */ #define TIME_WITH_SYS_TIME 1 /* Define to an unsigned 64-bit type available in the compiler. */ #define UNSIGNED_64BIT_TYPE uint64_t /* Define to 1 if your processor stores words with the most significant byte first (like Motorola and SPARC, unlike Intel and VAX). */ #if defined(__powerpc__) || defined(__sparc64__) # define WORDS_BIGENDIAN 1 #endif /* Define to empty if `const' does not conform to ANSI C. */ /* #undef const */ /* Define to `__inline__' or `__inline' if that's what the C compiler calls it, or to nothing if 'inline' is not supported under any name. */ #ifndef __cplusplus /* #undef inline */ #endif /* Define to `int' if does not define. */ /* #undef pid_t */ /* Define to `unsigned long' if does not define. */ /* #undef uintptr_t */ /* Define as `fork' if `vfork' does not work. */ /* #undef vfork */ Index: head/gnu/usr.bin/cc/libiberty/config.h =================================================================== --- head/gnu/usr.bin/cc/libiberty/config.h (revision 338859) +++ head/gnu/usr.bin/cc/libiberty/config.h (revision 338860) @@ -1,448 +1,448 @@ /* config.h. Generated by configure. */ /* config.in. Generated from configure.ac by autoheader. */ /* $FreeBSD$ */ /* Define to one of _getb67, GETB67, getb67 for Cray-2 and Cray-YMP systems. This function is required for alloca.c support on those systems. */ /* #undef CRAY_STACKSEG_END */ /* Define to 1 if you have the header file. */ /* #undef HAVE_ALLOCA_H */ /* Define to 1 if you have the `asprintf' function. */ #define HAVE_ASPRINTF 1 /* Define to 1 if you have the `atexit' function. */ #define HAVE_ATEXIT 1 /* Define to 1 if you have the `basename' function. */ #define HAVE_BASENAME 1 /* Define to 1 if you have the `bcmp' function. */ #define HAVE_BCMP 1 /* Define to 1 if you have the `bcopy' function. */ #define HAVE_BCOPY 1 /* Define to 1 if you have the `bsearch' function. */ #define HAVE_BSEARCH 1 /* Define to 1 if you have the `bzero' function. */ #define HAVE_BZERO 1 /* Define to 1 if you have the `calloc' function. */ #define HAVE_CALLOC 1 /* Define to 1 if you have the `canonicalize_file_name' function. */ /* #undef HAVE_CANONICALIZE_FILE_NAME */ /* Define to 1 if you have the `clock' function. */ #define HAVE_CLOCK 1 /* Define to 1 if you have the declaration of `asprintf', and to 0 if you don't. */ #define HAVE_DECL_ASPRINTF 1 /* Define to 1 if you have the declaration of `basename', and to 0 if you don't. */ #define HAVE_DECL_BASENAME 0 /* Define to 1 if you have the declaration of `calloc', and to 0 if you don't. */ #define HAVE_DECL_CALLOC 1 /* Define to 1 if you have the declaration of `ffs', and to 0 if you don't. */ #define HAVE_DECL_FFS 1 /* Define to 1 if you have the declaration of `getenv', and to 0 if you don't. */ #define HAVE_DECL_GETENV 1 /* Define to 1 if you have the declaration of `getopt', and to 0 if you don't. */ #define HAVE_DECL_GETOPT 1 /* Define to 1 if you have the declaration of `malloc', and to 0 if you don't. */ #define HAVE_DECL_MALLOC 1 /* Define to 1 if you have the declaration of `realloc', and to 0 if you don't. */ #define HAVE_DECL_REALLOC 1 /* Define to 1 if you have the declaration of `sbrk', and to 0 if you don't. */ #define HAVE_DECL_SBRK 1 /* Define to 1 if you have the declaration of `snprintf', and to 0 if you don't. */ #define HAVE_DECL_SNPRINTF 1 /* Define to 1 if you have the declaration of `strverscmp', and to 0 if you don't. */ #define HAVE_DECL_STRVERSCMP 0 /* Define to 1 if you have the declaration of `vasprintf', and to 0 if you don't. */ #define HAVE_DECL_VASPRINTF 1 /* Define to 1 if you have the declaration of `vsnprintf', and to 0 if you don't. */ #define HAVE_DECL_VSNPRINTF 1 /* Define to 1 if you have the header file. */ #define HAVE_FCNTL_H 1 /* Define to 1 if you have the `ffs' function. */ #define HAVE_FFS 1 /* Define to 1 if you have the `fork' function. */ #define HAVE_FORK 1 /* Define to 1 if you have the `getcwd' function. */ #define HAVE_GETCWD 1 /* Define to 1 if you have the `getpagesize' function. */ #define HAVE_GETPAGESIZE 1 /* Define to 1 if you have the `getrusage' function. */ #define HAVE_GETRUSAGE 1 /* Define to 1 if you have the `getsysinfo' function. */ /* #undef HAVE_GETSYSINFO */ /* Define to 1 if you have the `gettimeofday' function. */ #define HAVE_GETTIMEOFDAY 1 /* Define to 1 if you have the `index' function. */ #define HAVE_INDEX 1 /* Define to 1 if you have the `insque' function. */ #define HAVE_INSQUE 1 /* Define to 1 if you have the header file. */ #define HAVE_INTTYPES_H 1 /* Define to 1 if you have the header file. */ #define HAVE_LIMITS_H 1 /* Define to 1 if you have the header file. */ /* #undef HAVE_MACHINE_HAL_SYSINFO_H */ /* Define to 1 if you have the header file. */ /* #undef HAVE_MALLOC_H */ /* Define to 1 if you have the `memchr' function. */ #define HAVE_MEMCHR 1 /* Define to 1 if you have the `memcmp' function. */ #define HAVE_MEMCMP 1 /* Define to 1 if you have the `memcpy' function. */ #define HAVE_MEMCPY 1 /* Define to 1 if you have the `memmove' function. */ #define HAVE_MEMMOVE 1 /* Define to 1 if you have the header file. */ #define HAVE_MEMORY_H 1 /* Define to 1 if you have the `mempcpy' function. */ /* #undef HAVE_MEMPCPY */ /* Define to 1 if you have the `memset' function. */ #define HAVE_MEMSET 1 /* Define to 1 if you have the `mkstemps' function. */ #define HAVE_MKSTEMPS 1 /* Define to 1 if you have a working `mmap' system call. */ #define HAVE_MMAP 1 /* Define to 1 if you have the `on_exit' function. */ /* #undef HAVE_ON_EXIT */ /* Define to 1 if you have the `psignal' function. */ #define HAVE_PSIGNAL 1 /* Define to 1 if you have the `pstat_getdynamic' function. */ /* #undef HAVE_PSTAT_GETDYNAMIC */ /* Define to 1 if you have the `pstat_getstatic' function. */ /* #undef HAVE_PSTAT_GETSTATIC */ /* Define to 1 if you have the `putenv' function. */ #define HAVE_PUTENV 1 /* Define to 1 if you have the `random' function. */ #define HAVE_RANDOM 1 /* Define to 1 if you have the `realpath' function. */ #define HAVE_REALPATH 1 /* Define to 1 if you have the `rename' function. */ #define HAVE_RENAME 1 /* Define to 1 if you have the `rindex' function. */ #define HAVE_RINDEX 1 /* Define to 1 if you have the `sbrk' function. */ -#define HAVE_SBRK 1 +/* #undef HAVE_SBRK */ /* Define to 1 if you have the `setenv' function. */ #define HAVE_SETENV 1 /* Define to 1 if you have the `sigsetmask' function. */ #define HAVE_SIGSETMASK 1 /* Define to 1 if you have the `snprintf' function. */ #define HAVE_SNPRINTF 1 /* Define to 1 if you have the header file. */ #define HAVE_STDINT_H 1 /* Define to 1 if you have the header file. */ /* #undef HAVE_STDIO_EXT_H */ /* Define to 1 if you have the header file. */ #define HAVE_STDLIB_H 1 /* Define to 1 if you have the `stpcpy' function. */ #define HAVE_STPCPY 1 /* Define to 1 if you have the `stpncpy' function. */ /* #undef HAVE_STPNCPY */ /* Define to 1 if you have the `strcasecmp' function. */ #define HAVE_STRCASECMP 1 /* Define to 1 if you have the `strchr' function. */ #define HAVE_STRCHR 1 /* Define to 1 if you have the `strdup' function. */ #define HAVE_STRDUP 1 /* Define to 1 if you have the `strerror' function. */ #define HAVE_STRERROR 1 /* Define to 1 if you have the header file. */ #define HAVE_STRINGS_H 1 /* Define to 1 if you have the header file. */ #define HAVE_STRING_H 1 /* Define to 1 if you have the `strncasecmp' function. */ #define HAVE_STRNCASECMP 1 /* Define to 1 if you have the `strndup' function. */ #define HAVE_STRNDUP 1 /* Define to 1 if you have the `strrchr' function. */ #define HAVE_STRRCHR 1 /* Define to 1 if you have the `strsignal' function. */ #define HAVE_STRSIGNAL 1 /* Define to 1 if you have the `strstr' function. */ #define HAVE_STRSTR 1 /* Define to 1 if you have the `strtod' function. */ #define HAVE_STRTOD 1 /* Define to 1 if you have the `strtol' function. */ #define HAVE_STRTOL 1 /* Define to 1 if you have the `strtoul' function. */ #define HAVE_STRTOUL 1 /* Define to 1 if you have the `strverscmp' function. */ /* #undef HAVE_STRVERSCMP */ /* Define to 1 if you have the `sysconf' function. */ #define HAVE_SYSCONF 1 /* Define to 1 if you have the `sysctl' function. */ #define HAVE_SYSCTL 1 /* Define to 1 if you have the `sysmp' function. */ /* #undef HAVE_SYSMP */ /* Define if you have the sys_errlist variable. */ #define HAVE_SYS_ERRLIST 1 /* Define to 1 if you have the header file. */ #define HAVE_SYS_FILE_H 1 /* Define to 1 if you have the header file. */ #define HAVE_SYS_MMAN_H 1 /* Define if you have the sys_nerr variable. */ #define HAVE_SYS_NERR 1 /* Define to 1 if you have the header file. */ #define HAVE_SYS_PARAM_H 1 /* Define to 1 if you have the header file. */ /* #undef HAVE_SYS_PSTAT_H */ /* Define to 1 if you have the header file. */ #define HAVE_SYS_RESOURCE_H 1 /* Define if you have the sys_siglist variable. */ #define HAVE_SYS_SIGLIST 1 /* Define to 1 if you have the header file. */ #define HAVE_SYS_STAT_H 1 /* Define to 1 if you have the header file. */ #define HAVE_SYS_SYSCTL_H 1 /* Define to 1 if you have the header file. */ /* #undef HAVE_SYS_SYSINFO_H */ /* Define to 1 if you have the header file. */ /* #undef HAVE_SYS_SYSMP_H */ /* Define to 1 if you have the header file. */ /* #undef HAVE_SYS_SYSTEMCFG_H */ /* Define to 1 if you have the header file. */ /* #undef HAVE_SYS_TABLE_H */ /* Define to 1 if you have the header file. */ #define HAVE_SYS_TIME_H 1 /* Define to 1 if you have the header file. */ #define HAVE_SYS_TYPES_H 1 /* Define to 1 if you have that is POSIX.1 compatible. */ #define HAVE_SYS_WAIT_H 1 /* Define to 1 if you have the `table' function. */ /* #undef HAVE_TABLE */ /* Define to 1 if you have the `times' function. */ #define HAVE_TIMES 1 /* Define to 1 if you have the header file. */ #define HAVE_TIME_H 1 /* Define to 1 if you have the `tmpnam' function. */ #define HAVE_TMPNAM 1 /* Define if you have the \`uintptr_t' type. */ #define HAVE_UINTPTR_T 1 /* Define to 1 if you have the header file. */ #define HAVE_UNISTD_H 1 /* Define to 1 if you have the `vasprintf' function. */ #define HAVE_VASPRINTF 1 /* Define to 1 if you have the `vfork' function. */ #define HAVE_VFORK 1 /* Define to 1 if you have the header file. */ /* #undef HAVE_VFORK_H */ /* Define to 1 if you have the `vfprintf' function. */ #define HAVE_VFPRINTF 1 /* Define to 1 if you have the `vprintf' function. */ #define HAVE_VPRINTF 1 /* Define to 1 if you have the `vsnprintf' function. */ #define HAVE_VSNPRINTF 1 /* Define to 1 if you have the `vsprintf' function. */ #define HAVE_VSPRINTF 1 /* Define to 1 if you have the `wait3' function. */ #define HAVE_WAIT3 1 /* Define to 1 if you have the `wait4' function. */ #define HAVE_WAIT4 1 /* Define to 1 if you have the `waitpid' function. */ #define HAVE_WAITPID 1 /* Define to 1 if `fork' works. */ #define HAVE_WORKING_FORK 1 /* Define to 1 if `vfork' works. */ #define HAVE_WORKING_VFORK 1 /* Define to 1 if you have the `_doprnt' function. */ /* #undef HAVE__DOPRNT */ /* Define if you have the _system_configuration variable. */ /* #undef HAVE__SYSTEM_CONFIGURATION */ /* Define to 1 if you have the `__fsetlocking' function. */ /* #undef HAVE___FSETLOCKING */ /* Define if canonicalize_file_name is not declared in system header files. */ #define NEED_DECLARATION_CANONICALIZE_FILE_NAME 1 /* Define if errno must be declared even when is included. */ /* #undef NEED_DECLARATION_ERRNO */ /* Define to 1 if your C compiler doesn't accept -c and -o together. */ /* #undef NO_MINUS_C_MINUS_O */ /* Define to the address where bug reports for this package should be sent. */ #define PACKAGE_BUGREPORT "" /* Define to the full name of this package. */ #define PACKAGE_NAME "" /* Define to the full name and version of this package. */ #define PACKAGE_STRING "" /* Define to the one symbol short name of this package. */ #define PACKAGE_TARNAME "" /* Define to the version of this package. */ #define PACKAGE_VERSION "" /* The size of a `int', as computed by sizeof. */ #define SIZEOF_INT 4 /* Define if you know the direction of stack growth for your system; otherwise it will be automatically deduced at run-time. STACK_DIRECTION > 0 => grows toward higher addresses STACK_DIRECTION < 0 => grows toward lower addresses STACK_DIRECTION = 0 => direction of growth unknown */ #define STACK_DIRECTION -1 /* Define to 1 if you have the ANSI C header files. */ #define STDC_HEADERS 1 /* Define to 1 if you can safely include both and . */ #define TIME_WITH_SYS_TIME 1 /* Define to an unsigned 64-bit type available in the compiler. */ #define UNSIGNED_64BIT_TYPE uint64_t /* Define to 1 if your processor stores words with the most significant byte first (like Motorola and SPARC, unlike Intel and VAX). */ /* #undef WORDS_BIGENDIAN */ /* Define to empty if `const' does not conform to ANSI C. */ /* #undef const */ /* Define to `__inline__' or `__inline' if that's what the C compiler calls it, or to nothing if 'inline' is not supported under any name. */ #ifndef __cplusplus /* #undef inline */ #endif /* Define to `int' if does not define. */ /* #undef pid_t */ /* Define to `unsigned long' if does not define. */ /* #undef uintptr_t */ /* Define as `fork' if `vfork' does not work. */ /* #undef vfork */ #include Index: head/gnu/usr.bin/gdb/arch/amd64/config.h =================================================================== --- head/gnu/usr.bin/gdb/arch/amd64/config.h (revision 338859) +++ head/gnu/usr.bin/gdb/arch/amd64/config.h (revision 338860) @@ -1,550 +1,550 @@ /* $FreeBSD$ */ /* config.h. Generated automatically by configure. */ /* config.in. Generated automatically from configure.in by autoheader. */ /* Define if on AIX 3. System headers sometimes define this. We just want to avoid a redefinition error message. */ #ifndef _ALL_SOURCE /* #undef _ALL_SOURCE */ #endif /* Define if using alloca.c. */ /* #undef C_ALLOCA */ /* Define to empty if the keyword does not work. */ /* #undef const */ /* Define to one of _getb67, GETB67, getb67 for Cray-2 and Cray-YMP systems. This function is required for alloca.c support on those systems. */ /* #undef CRAY_STACKSEG_END */ /* Define if you have alloca, as a function or macro. */ #define HAVE_ALLOCA 1 /* Define if you have and it should be used (not on Ultrix). */ /* #undef HAVE_ALLOCA_H */ /* Define if the `long double' type works. */ #define HAVE_LONG_DOUBLE 1 /* Define if you have a working `mmap' system call. */ #define HAVE_MMAP 1 /* Define if you have . */ /* #undef HAVE_VFORK_H */ /* Define as __inline if that's what the C compiler calls it. */ /* #undef inline */ /* Define to `long' if doesn't define. */ /* #undef off_t */ /* Define to `int' if doesn't define. */ /* #undef pid_t */ /* Define if you need to in order for stat and other things to work. */ /* #undef _POSIX_SOURCE */ /* Define as the return type of signal handlers (int or void). */ #define RETSIGTYPE void /* Define if the `setpgrp' function takes no argument. */ /* #undef SETPGRP_VOID */ /* Define to `unsigned' if doesn't define. */ /* #undef size_t */ /* If using the C implementation of alloca, define if you know the direction of stack growth for your system; otherwise it will be automatically deduced at run-time. STACK_DIRECTION > 0 => grows toward higher addresses STACK_DIRECTION < 0 => grows toward lower addresses STACK_DIRECTION = 0 => direction of growth unknown */ /* #undef STACK_DIRECTION */ /* Define if the `S_IS*' macros in do not work properly. */ /* #undef STAT_MACROS_BROKEN */ /* Define if you have the ANSI C header files. */ #define STDC_HEADERS 1 /* Define vfork as fork if vfork does not work. */ /* #undef vfork */ /* Enable GNU extensions on systems that have them. */ #ifndef _GNU_SOURCE # define _GNU_SOURCE 1 #endif /* Define if your struct reg has r_fs. */ /* #undef HAVE_STRUCT_REG_R_FS */ /* Define if your struct stat has st_blocks. */ #define HAVE_STRUCT_STAT_ST_BLOCKS 1 /* Define if your struct reg has r_gs. */ /* #undef HAVE_STRUCT_REG_R_GS */ /* Define if exists and defines struct link_map which has members with an ``l_'' prefix. (For Solaris, SVR4, and SVR4-like systems.) */ #define HAVE_STRUCT_LINK_MAP_WITH_L_MEMBERS 1 /* Define if exists and defines struct link_map which has members with an ``lm_'' prefix. (For SunOS.) */ /* #undef HAVE_STRUCT_LINK_MAP_WITH_LM_MEMBERS */ /* Define if exists and defines a struct so_map which has members with an ``som_'' prefix. (Found on older *BSD systems.) */ /* #undef HAVE_STRUCT_SO_MAP_WITH_SOM_MEMBERS */ /* Define if has struct link_map32 */ /* #undef HAVE_STRUCT_LINK_MAP32 */ /* Define if has link_map32 (solaris sparc-64 target) */ /* #undef _SYSCALL32 */ /* Define if the prfpregset_t type is broken. */ /* #undef PRFPREGSET_T_BROKEN */ /* Define if you want to use new multi-fd /proc interface (replaces HAVE_MULTIPLE_PROC_FDS as well as other macros). */ /* #undef NEW_PROC_API */ /* Define if ioctl argument PIOCSET is available. */ /* #undef HAVE_PROCFS_PIOCSET */ /* Define if the `long long' type works. */ #define CC_HAS_LONG_LONG 1 /* Define if the "ll" format works to print long long ints. */ #define PRINTF_HAS_LONG_LONG 1 /* Define if the "%Lg" format works to print long doubles. */ #define PRINTF_HAS_LONG_DOUBLE 1 /* Define if the "%Lg" format works to scan long doubles. */ #define SCANF_HAS_LONG_DOUBLE 1 /* Define if using Solaris thread debugging. */ /* #undef HAVE_THREAD_DB_LIB */ /* Define on a GNU/Linux system to work around problems in sys/procfs.h. */ /* #undef START_INFERIOR_TRAPS_EXPECTED */ /* #undef sys_quotactl */ /* Define if you have HPUX threads */ /* #undef HAVE_HPUX_THREAD_SUPPORT */ /* Define if on solaris uses int instead of size_t, and assorted other type changes. */ /* #undef PROC_SERVICE_IS_OLD */ /* Define if the simulator is being linked in. */ #define WITH_SIM 1 /* Set to true if the save_state_t structure is present */ /* #undef HAVE_STRUCT_SAVE_STATE_T */ /* Set to true if the save_state_t structure has the ss_wide member */ /* #undef HAVE_STRUCT_MEMBER_SS_WIDE */ /* Define if defines the PTRACE_GETREGS request. */ /* #undef HAVE_PTRACE_GETREGS */ /* Define if defines the PTRACE_GETFPXREGS request. */ /* #undef HAVE_PTRACE_GETFPXREGS */ /* Define if defines the PT_GETDBREGS request. */ #define HAVE_PT_GETDBREGS 1 /* Define if defines the PT_GETXMMREGS request. */ /* #undef HAVE_PT_GETXMMREGS */ /* Define if libunwind library is being used. */ /* #undef HAVE_LIBUNWIND */ /* hostfile */ #define GDB_XM_FILE config/i386/xm-i386.h /* targetfile */ #define GDB_TM_FILE config/i386/tm-fbsd.h /* nativefile */ #ifndef CROSS_DEBUGGER #define GDB_NM_FILE config/i386/nm-fbsd64.h #endif /* Define to 1 so gets a definition of anon_hdl. Works around a problem on IRIX 5. */ #ifndef _KMEMUSER /* #undef _KMEMUSER */ #endif /* Define if you have the __argz_count function. */ /* #undef HAVE___ARGZ_COUNT */ /* Define if you have the __argz_next function. */ /* #undef HAVE___ARGZ_NEXT */ /* Define if you have the __argz_stringify function. */ /* #undef HAVE___ARGZ_STRINGIFY */ /* Define if you have the _mcleanup function. */ #define HAVE__MCLEANUP 1 /* Define if you have the canonicalize_file_name function. */ /* #undef HAVE_CANONICALIZE_FILE_NAME */ /* Define if you have the dcgettext function. */ /* #undef HAVE_DCGETTEXT */ /* Define if you have the getcwd function. */ #define HAVE_GETCWD 1 /* Define if you have the getpagesize function. */ #define HAVE_GETPAGESIZE 1 /* Define if you have the monstartup function. */ #define HAVE_MONSTARTUP 1 /* Define if you have the munmap function. */ #define HAVE_MUNMAP 1 /* Define if you have the poll function. */ #define HAVE_POLL 1 /* Define if you have the pread64 function. */ /* #undef HAVE_PREAD64 */ /* Define if you have the putenv function. */ #define HAVE_PUTENV 1 /* Define if you have the realpath function. */ #define HAVE_REALPATH 1 /* Define if you have the sbrk function. */ -#define HAVE_SBRK 1 +/* #undef HAVE_SBRK */ /* Define if you have the setenv function. */ #define HAVE_SETENV 1 /* Define if you have the setlocale function. */ #define HAVE_SETLOCALE 1 /* Define if you have the setpgid function. */ #define HAVE_SETPGID 1 /* Define if you have the setpgrp function. */ #define HAVE_SETPGRP 1 /* Define if you have the sigaction function. */ #define HAVE_SIGACTION 1 /* Define if you have the sigprocmask function. */ #define HAVE_SIGPROCMASK 1 /* Define if you have the sigsetmask function. */ #define HAVE_SIGSETMASK 1 /* Define if you have the socketpair function. */ #define HAVE_SOCKETPAIR 1 /* Define if you have the stpcpy function. */ #define HAVE_STPCPY 1 /* Define if you have the strcasecmp function. */ #define HAVE_STRCASECMP 1 /* Define if you have the strchr function. */ #define HAVE_STRCHR 1 /* Define if you have the syscall function. */ #define HAVE_SYSCALL 1 /* Define if you have the header file. */ /* #undef HAVE_ARGZ_H */ /* Define if you have the header file. */ #define HAVE_CTYPE_H 1 /* Define if you have the header file. */ #define HAVE_CURSES_H 1 /* Define if you have the header file. */ #define HAVE_DIRENT_H 1 /* Define if you have the header file. */ /* #undef HAVE_LIBUNWIND_IA64_H */ /* Define if you have the header file. */ /* #undef HAVE_LIBUNWIND_H */ /* Define if you have the header file. */ #define HAVE_LIMITS_H 1 /* Define if you have the header file. */ #define HAVE_LINK_H 1 /* Define if you have the header file. */ #define HAVE_LOCALE_H 1 /* Define if you have the header file. */ #define HAVE_MACHINE_REG_H 1 /* Define if you have the header file. */ /* #undef HAVE_MALLOC_H */ /* Define if you have the header file. */ #define HAVE_MEMORY_H 1 /* Define if you have the header file. */ #define HAVE_NCURSES_H 1 /* Define if you have the header file. */ /* #undef HAVE_NDIR_H */ /* Define if you have the header file. */ #define HAVE_NL_TYPES_H 1 /* Define if you have the header file. */ #define HAVE_NLIST_H 1 /* Define if you have the header file. */ #define HAVE_POLL_H 1 /* Define if you have the header file. */ /* #undef HAVE_PROC_SERVICE_H */ /* Define if you have the header file. */ /* #undef HAVE_PTRACE_H */ /* Define if you have the header file. */ #define HAVE_SGTTY_H 1 /* Define if you have the header file. */ #define HAVE_STDDEF_H 1 /* Define if you have the header file. */ #define HAVE_STDINT_H 1 /* Define if you have the header file. */ #define HAVE_STDLIB_H 1 /* Define if you have the header file. */ #define HAVE_STRING_H 1 /* Define if you have the header file. */ #define HAVE_STRINGS_H 1 /* Define if you have the header file. */ /* #undef HAVE_SYS_DEBUGREG_H */ /* Define if you have the header file. */ /* #undef HAVE_SYS_DIR_H */ /* Define if you have the header file. */ /* #undef HAVE_SYS_FAULT_H */ /* Define if you have the header file. */ #define HAVE_SYS_FILE_H 1 /* Define if you have the header file. */ #define HAVE_SYS_FILIO_H 1 /* Define if you have the header file. */ #define HAVE_SYS_IOCTL_H 1 /* Define if you have the header file. */ /* #undef HAVE_SYS_NDIR_H */ /* Define if you have the header file. */ #define HAVE_SYS_PARAM_H 1 /* Define if you have the header file. */ #define HAVE_SYS_POLL_H 1 /* Define if you have the header file. */ #define HAVE_SYS_PROC_H 1 /* Define if you have the header file. */ #define HAVE_SYS_PROCFS_H 1 /* Define if you have the header file. */ #define HAVE_SYS_PTRACE_H 1 /* Define if you have the header file. */ /* #undef HAVE_SYS_REG_H */ /* Define if you have the header file. */ #define HAVE_SYS_SELECT_H 1 /* Define if you have the header file. */ #define HAVE_SYS_SYSCALL_H 1 /* Define if you have the header file. */ #define HAVE_SYS_USER_H 1 /* Define if you have the header file. */ #define HAVE_SYS_WAIT_H 1 /* Define if you have the header file. */ #define HAVE_TERM_H 1 /* Define if you have the header file. */ /* #undef HAVE_TERMIO_H */ /* Define if you have the header file. */ #define HAVE_TERMIOS_H 1 /* Define if you have the header file. */ /* #undef HAVE_THREAD_DB_H */ /* Define if you have the header file. */ #define HAVE_TIME_H 1 /* Define if you have the header file. */ #define HAVE_UNISTD_H 1 /* Define if you have the header file. */ /* #undef HAVE_VALUES_H */ /* Define if you have the header file. */ /* #undef HAVE_WAIT_H */ /* Define if you have the dl library (-ldl). */ /* #undef HAVE_LIBDL */ /* Define if you have the m library (-lm). */ #define HAVE_LIBM 1 /* Define if you have the w library (-lw). */ /* #undef HAVE_LIBW */ /* Define if you have the stpcpy function */ #define HAVE_STPCPY 1 /* Define if your locale.h file contains LC_MESSAGES. */ #define HAVE_LC_MESSAGES 1 /* Define to 1 if NLS is requested */ /* #undef ENABLE_NLS */ /* Define as 1 if you have gettext and don't want to use GNU gettext. */ /* #undef HAVE_GETTEXT */ /* Name of this package. */ #define PACKAGE "gdb" /* Define to BFD's default architecture. */ #define DEFAULT_BFD_ARCH bfd_i386_arch /* Define to BFD's default target vector. */ #define DEFAULT_BFD_VEC bfd_elf64_x86_64_vec /* Define to 1 if your system has the _etext variable. */ #define HAVE__ETEXT 1 /* Define to 1 to avoid a clash between and on Solaris 2.[78] when using GCC. */ /* #undef _MSE_INT_H */ /* Define to 1 if we found this declaration otherwise define to 0. */ #define HAVE_DECL_GETOPT 0 /* Define if sigsetjmp is available. */ #define HAVE_SIGSETJMP 1 /* Define to 1 if the regex included in libiberty should be used. */ #define USE_INCLUDED_REGEX 1 /* Define to 1 if your system has struct reg in . */ #define HAVE_STRUCT_REG 1 /* Define if provides the uintptr_t type. */ #define HAVE_UINTPTR_T 1 /* Define if malloc is not declared in system header files. */ /* #undef NEED_DECLARATION_MALLOC */ /* Define if realloc is not declared in system header files. */ /* #undef NEED_DECLARATION_REALLOC */ /* Define if free is not declared in system header files. */ /* #undef NEED_DECLARATION_FREE */ /* Define if strerror is not declared in system header files. */ /* #undef NEED_DECLARATION_STRERROR */ /* Define if strdup is not declared in system header files. */ /* #undef NEED_DECLARATION_STRDUP */ /* Define if strstr is not declared in system header files. */ /* #undef NEED_DECLARATION_STRSTR */ /* Define if canonicalize_file_name is not declared in system header files. */ #define NEED_DECLARATION_CANONICALIZE_FILE_NAME 1 /* Define if has pstatus_t. */ /* #undef HAVE_PSTATUS_T */ /* Define if has prrun_t. */ /* #undef HAVE_PRRUN_T */ /* Define if has gregset_t. */ #define HAVE_GREGSET_T 1 /* Define if has fpregset_t. */ #define HAVE_FPREGSET_T 1 /* Define if has prgregset_t. */ #define HAVE_PRGREGSET_T 1 /* Define if has prfpregset_t. */ #define HAVE_PRFPREGSET_T 1 /* Define if has prgregset32_t. */ /* #undef HAVE_PRGREGSET32_T */ /* Define if has prfpregset32_t. */ /* #undef HAVE_PRFPREGSET32_T */ /* Define if has lwpid_t. */ #define HAVE_LWPID_T 1 /* Define if has psaddr_t. */ #define HAVE_PSADDR_T 1 /* Define if has prsysent_t. */ /* #undef HAVE_PRSYSENT_T */ /* Define if has pr_sigset_t. */ /* #undef HAVE_PR_SIGSET_T */ /* Define if has pr_sigaction64_t. */ /* #undef HAVE_PR_SIGACTION64_T */ /* Define if has pr_siginfo64_t. */ /* #undef HAVE_PR_SIGINFO64_T */ /* Define if has the TD_NOTALLOC error code. */ /* #undef THREAD_DB_HAS_TD_NOTALLOC */ /* Define if we can use the tkill syscall. */ /* #undef HAVE_TKILL_SYSCALL */ /* Define to the default OS ABI for this configuration. */ /* #undef GDB_OSABI_DEFAULT */ /* Define to be a string naming the default host character set. */ #define GDB_DEFAULT_HOST_CHARSET "ISO-8859-1" /* Define if you have the iconv() function. */ /* #undef HAVE_ICONV */ /* Define as const if the declaration of iconv() needs const. */ /* #undef ICONV_CONST */ Index: head/gnu/usr.bin/gdb/arch/arm/config.h =================================================================== --- head/gnu/usr.bin/gdb/arch/arm/config.h (revision 338859) +++ head/gnu/usr.bin/gdb/arch/arm/config.h (revision 338860) @@ -1,562 +1,562 @@ /* $FreeBSD$ */ /* config.h. Generated automatically by configure. */ /* config.in. Generated automatically from configure.in by autoheader. */ /* Define if on AIX 3. System headers sometimes define this. We just want to avoid a redefinition error message. */ #ifndef _ALL_SOURCE /* #undef _ALL_SOURCE */ #endif /* Define if using alloca.c. */ /* #undef C_ALLOCA */ /* Define to empty if the keyword does not work. */ /* #undef const */ /* Define to one of _getb67, GETB67, getb67 for Cray-2 and Cray-YMP systems. This function is required for alloca.c support on those systems. */ /* #undef CRAY_STACKSEG_END */ /* Define if you have alloca, as a function or macro. */ #define HAVE_ALLOCA 1 /* Define if you have and it should be used (not on Ultrix). */ /* #undef HAVE_ALLOCA_H */ /* Define if the `long double' type works. */ #define HAVE_LONG_DOUBLE 1 /* Define if you have a working `mmap' system call. */ #define HAVE_MMAP 1 /* Define if you have . */ /* #undef HAVE_VFORK_H */ /* Define as __inline if that's what the C compiler calls it. */ /* #undef inline */ /* Define to `long' if doesn't define. */ /* #undef off_t */ /* Define to `int' if doesn't define. */ /* #undef pid_t */ /* Define if you need to in order for stat and other things to work. */ /* #undef _POSIX_SOURCE */ /* Define as the return type of signal handlers (int or void). */ #define RETSIGTYPE void /* Define if the `setpgrp' function takes no argument. */ /* #undef SETPGRP_VOID */ /* Define to `unsigned' if doesn't define. */ /* #undef size_t */ /* If using the C implementation of alloca, define if you know the direction of stack growth for your system; otherwise it will be automatically deduced at run-time. STACK_DIRECTION > 0 => grows toward higher addresses STACK_DIRECTION < 0 => grows toward lower addresses STACK_DIRECTION = 0 => direction of growth unknown */ /* #undef STACK_DIRECTION */ /* Define if the `S_IS*' macros in do not work properly. */ /* #undef STAT_MACROS_BROKEN */ /* Define if you have the ANSI C header files. */ #define STDC_HEADERS 1 /* Define vfork as fork if vfork does not work. */ /* #undef vfork */ /* Enable GNU extensions on systems that have them. */ #ifndef _GNU_SOURCE # define _GNU_SOURCE 1 #endif /* Define if your struct reg has r_fs. */ /* #define HAVE_STRUCT_REG_R_FS 1 */ /* Define if your struct stat has st_blocks. */ #define HAVE_STRUCT_STAT_ST_BLOCKS 1 /* Define if your struct reg has r_gs. */ /* #define HAVE_STRUCT_REG_R_GS 1 */ /* Define if exists and defines struct link_map which has members with an ``l_'' prefix. (For Solaris, SVR4, and SVR4-like systems.) */ #define HAVE_STRUCT_LINK_MAP_WITH_L_MEMBERS 1 /* Define if exists and defines struct link_map which has members with an ``lm_'' prefix. (For SunOS.) */ /* #undef HAVE_STRUCT_LINK_MAP_WITH_LM_MEMBERS */ /* Define if exists and defines a struct so_map which has members with an ``som_'' prefix. (Found on older *BSD systems.) */ /* #undef HAVE_STRUCT_SO_MAP_WITH_SOM_MEMBERS */ /* Define if has struct link_map32 */ /* #undef HAVE_STRUCT_LINK_MAP32 */ /* Define if has link_map32 (solaris sparc-64 target) */ /* #undef _SYSCALL32 */ /* Define if the prfpregset_t type is broken. */ /* #undef PRFPREGSET_T_BROKEN */ /* Define if you want to use new multi-fd /proc interface (replaces HAVE_MULTIPLE_PROC_FDS as well as other macros). */ /* #undef NEW_PROC_API */ /* Define if ioctl argument PIOCSET is available. */ /* #undef HAVE_PROCFS_PIOCSET */ /* Define if the `long long' type works. */ #define CC_HAS_LONG_LONG 1 /* Define if the "ll" format works to print long long ints. */ #define PRINTF_HAS_LONG_LONG 1 /* Define if the "%Lg" format works to print long doubles. */ #define PRINTF_HAS_LONG_DOUBLE 1 /* Define if the "%Lg" format works to scan long doubles. */ #define SCANF_HAS_LONG_DOUBLE 1 /* Define if using Solaris thread debugging. */ /* #undef HAVE_THREAD_DB_LIB */ /* Define on a GNU/Linux system to work around problems in sys/procfs.h. */ /* #undef START_INFERIOR_TRAPS_EXPECTED */ /* #undef sys_quotactl */ /* Define if you have HPUX threads */ /* #undef HAVE_HPUX_THREAD_SUPPORT */ /* Define if on solaris uses int instead of size_t, and assorted other type changes. */ /* #undef PROC_SERVICE_IS_OLD */ /* Define if the simulator is being linked in. */ #define WITH_SIM 1 /* Set to true if the save_state_t structure is present */ /* #undef HAVE_STRUCT_SAVE_STATE_T */ /* Set to true if the save_state_t structure has the ss_wide member */ /* #undef HAVE_STRUCT_MEMBER_SS_WIDE */ /* Define if defines the PTRACE_GETREGS request. */ /* #undef HAVE_PTRACE_GETREGS */ /* Define if defines the PTRACE_GETFPXREGS request. */ /* #undef HAVE_PTRACE_GETFPXREGS */ /* Define if defines the PT_GETDBREGS request. */ #define HAVE_PT_GETDBREGS 1 /* Define if defines the PT_GETXMMREGS request. */ /* #undef HAVE_PT_GETXMMREGS */ /* Define if libunwind library is being used. */ /* #undef HAVE_LIBUNWIND */ /* hostfile */ #if 0 #define GDB_XM_FILE config/arm/xm-fbsd.h #else #define GDB_XM_FILE xm-fbsd.h #endif /* targetfile */ #if 0 #define GDB_TM_FILE config/arm/tm-fbsd.h #else #define GDB_TM_FILE tm-fbsd.h #endif /* nativefile */ #ifndef CROSS_DEBUGGER #if 0 #define GDB_NM_FILE config/arm/nm-fbsd.h #else #define GDB_NM_FILE nm-fbsd.h #endif #endif /* Define to 1 so gets a definition of anon_hdl. Works around a problem on IRIX 5. */ #ifndef _KMEMUSER /* #undef _KMEMUSER */ #endif /* Define if you have the __argz_count function. */ /* #undef HAVE___ARGZ_COUNT */ /* Define if you have the __argz_next function. */ /* #undef HAVE___ARGZ_NEXT */ /* Define if you have the __argz_stringify function. */ /* #undef HAVE___ARGZ_STRINGIFY */ /* Define if you have the _mcleanup function. */ #define HAVE__MCLEANUP 1 /* Define if you have the canonicalize_file_name function. */ /* #undef HAVE_CANONICALIZE_FILE_NAME */ /* Define if you have the dcgettext function. */ /* #undef HAVE_DCGETTEXT */ /* Define if you have the getcwd function. */ #define HAVE_GETCWD 1 /* Define if you have the getpagesize function. */ #define HAVE_GETPAGESIZE 1 /* Define if you have the monstartup function. */ #define HAVE_MONSTARTUP 1 /* Define if you have the munmap function. */ #define HAVE_MUNMAP 1 /* Define if you have the poll function. */ #define HAVE_POLL 1 /* Define if you have the pread64 function. */ /* #undef HAVE_PREAD64 */ /* Define if you have the putenv function. */ #define HAVE_PUTENV 1 /* Define if you have the realpath function. */ #define HAVE_REALPATH 1 /* Define if you have the sbrk function. */ -#define HAVE_SBRK 1 +/* #undef HAVE_SBRK */ /* Define if you have the setenv function. */ #define HAVE_SETENV 1 /* Define if you have the setlocale function. */ #define HAVE_SETLOCALE 1 /* Define if you have the setpgid function. */ #define HAVE_SETPGID 1 /* Define if you have the setpgrp function. */ #define HAVE_SETPGRP 1 /* Define if you have the sigaction function. */ #define HAVE_SIGACTION 1 /* Define if you have the sigprocmask function. */ #define HAVE_SIGPROCMASK 1 /* Define if you have the sigsetmask function. */ #define HAVE_SIGSETMASK 1 /* Define if you have the socketpair function. */ #define HAVE_SOCKETPAIR 1 /* Define if you have the stpcpy function. */ #define HAVE_STPCPY 1 /* Define if you have the strcasecmp function. */ #define HAVE_STRCASECMP 1 /* Define if you have the strchr function. */ #define HAVE_STRCHR 1 /* Define if you have the syscall function. */ #define HAVE_SYSCALL 1 /* Define if you have the header file. */ /* #undef HAVE_ARGZ_H */ /* Define if you have the header file. */ #define HAVE_CTYPE_H 1 /* Define if you have the header file. */ #define HAVE_CURSES_H 1 /* Define if you have the header file. */ #define HAVE_DIRENT_H 1 /* Define if you have the header file. */ /* #undef HAVE_LIBUNWIND_IA64_H */ /* Define if you have the header file. */ /* #undef HAVE_LIBUNWIND_H */ /* Define if you have the header file. */ #define HAVE_LIMITS_H 1 /* Define if you have the header file. */ #define HAVE_LINK_H 1 /* Define if you have the header file. */ #define HAVE_LOCALE_H 1 /* Define if you have the header file. */ #define HAVE_MACHINE_REG_H 1 /* Define if you have the header file. */ /* #undef HAVE_MALLOC_H */ /* Define if you have the header file. */ #define HAVE_MEMORY_H 1 /* Define if you have the header file. */ #define HAVE_NCURSES_H 1 /* Define if you have the header file. */ /* #undef HAVE_NDIR_H */ /* Define if you have the header file. */ #define HAVE_NL_TYPES_H 1 /* Define if you have the header file. */ #define HAVE_NLIST_H 1 /* Define if you have the header file. */ #define HAVE_POLL_H 1 /* Define if you have the header file. */ /* #undef HAVE_PROC_SERVICE_H */ /* Define if you have the header file. */ /* #undef HAVE_PTRACE_H */ /* Define if you have the header file. */ #define HAVE_SGTTY_H 1 /* Define if you have the header file. */ #define HAVE_STDDEF_H 1 /* Define if you have the header file. */ #define HAVE_STDINT_H 1 /* Define if you have the header file. */ #define HAVE_STDLIB_H 1 /* Define if you have the header file. */ #define HAVE_STRING_H 1 /* Define if you have the header file. */ #define HAVE_STRINGS_H 1 /* Define if you have the header file. */ /* #undef HAVE_SYS_DEBUGREG_H */ /* Define if you have the header file. */ /* #undef HAVE_SYS_DIR_H */ /* Define if you have the header file. */ /* #undef HAVE_SYS_FAULT_H */ /* Define if you have the header file. */ #define HAVE_SYS_FILE_H 1 /* Define if you have the header file. */ #define HAVE_SYS_FILIO_H 1 /* Define if you have the header file. */ #define HAVE_SYS_IOCTL_H 1 /* Define if you have the header file. */ /* #undef HAVE_SYS_NDIR_H */ /* Define if you have the header file. */ #define HAVE_SYS_PARAM_H 1 /* Define if you have the header file. */ #define HAVE_SYS_POLL_H 1 /* Define if you have the header file. */ #define HAVE_SYS_PROC_H 1 /* Define if you have the header file. */ #define HAVE_SYS_PROCFS_H 1 /* Define if you have the header file. */ #define HAVE_SYS_PTRACE_H 1 /* Define if you have the header file. */ /* #undef HAVE_SYS_REG_H */ /* Define if you have the header file. */ #define HAVE_SYS_SELECT_H 1 /* Define if you have the header file. */ #define HAVE_SYS_SYSCALL_H 1 /* Define if you have the header file. */ #define HAVE_SYS_USER_H 1 /* Define if you have the header file. */ #define HAVE_SYS_WAIT_H 1 /* Define if you have the header file. */ #define HAVE_TERM_H 1 /* Define if you have the header file. */ /* #undef HAVE_TERMIO_H */ /* Define if you have the header file. */ #define HAVE_TERMIOS_H 1 /* Define if you have the header file. */ /* #undef HAVE_THREAD_DB_H */ /* Define if you have the header file. */ #define HAVE_TIME_H 1 /* Define if you have the header file. */ #define HAVE_UNISTD_H 1 /* Define if you have the header file. */ /* #undef HAVE_VALUES_H */ /* Define if you have the header file. */ /* #undef HAVE_WAIT_H */ /* Define if you have the dl library (-ldl). */ /* #undef HAVE_LIBDL */ /* Define if you have the m library (-lm). */ #define HAVE_LIBM 1 /* Define if you have the w library (-lw). */ /* #undef HAVE_LIBW */ /* Define if you have the stpcpy function */ #define HAVE_STPCPY 1 /* Define if your locale.h file contains LC_MESSAGES. */ #define HAVE_LC_MESSAGES 1 /* Define to 1 if NLS is requested */ /* #undef ENABLE_NLS */ /* Define as 1 if you have gettext and don't want to use GNU gettext. */ /* #undef HAVE_GETTEXT */ /* Name of this package. */ #define PACKAGE "gdb" /* Define to BFD's default architecture. */ #define DEFAULT_BFD_ARCH bfd_arm_arch /* Define to BFD's default target vector. */ #define DEFAULT_BFD_VEC bfd_elf32_littlearm_vec /* Define to 1 if your system has the _etext variable. */ #define HAVE__ETEXT 1 /* Define to 1 to avoid a clash between and on Solaris 2.[78] when using GCC. */ /* #undef _MSE_INT_H */ /* Define to 1 if we found this declaration otherwise define to 0. */ #define HAVE_DECL_GETOPT 0 /* Define if sigsetjmp is available. */ #define HAVE_SIGSETJMP 1 /* Define to 1 if the regex included in libiberty should be used. */ #define USE_INCLUDED_REGEX 1 /* Define to 1 if your system has struct reg in . */ #define HAVE_STRUCT_REG 1 /* Define if provides the uintptr_t type. */ #define HAVE_UINTPTR_T 1 /* Define if malloc is not declared in system header files. */ /* #undef NEED_DECLARATION_MALLOC */ /* Define if realloc is not declared in system header files. */ /* #undef NEED_DECLARATION_REALLOC */ /* Define if free is not declared in system header files. */ /* #undef NEED_DECLARATION_FREE */ /* Define if strerror is not declared in system header files. */ /* #undef NEED_DECLARATION_STRERROR */ /* Define if strdup is not declared in system header files. */ /* #undef NEED_DECLARATION_STRDUP */ /* Define if strstr is not declared in system header files. */ /* #undef NEED_DECLARATION_STRSTR */ /* Define if canonicalize_file_name is not declared in system header files. */ #define NEED_DECLARATION_CANONICALIZE_FILE_NAME 1 /* Define if has pstatus_t. */ /* #undef HAVE_PSTATUS_T */ /* Define if has prrun_t. */ /* #undef HAVE_PRRUN_T */ /* Define if has gregset_t. */ #define HAVE_GREGSET_T 1 /* Define if has fpregset_t. */ #define HAVE_FPREGSET_T 1 /* Define if has prgregset_t. */ #define HAVE_PRGREGSET_T 1 /* Define if has prfpregset_t. */ #define HAVE_PRFPREGSET_T 1 /* Define if has prgregset32_t. */ /* #undef HAVE_PRGREGSET32_T */ /* Define if has prfpregset32_t. */ /* #undef HAVE_PRFPREGSET32_T */ /* Define if has lwpid_t. */ #define HAVE_LWPID_T 1 /* Define if has psaddr_t. */ #define HAVE_PSADDR_T 1 /* Define if has prsysent_t. */ /* #undef HAVE_PRSYSENT_T */ /* Define if has pr_sigset_t. */ /* #undef HAVE_PR_SIGSET_T */ /* Define if has pr_sigaction64_t. */ /* #undef HAVE_PR_SIGACTION64_T */ /* Define if has pr_siginfo64_t. */ /* #undef HAVE_PR_SIGINFO64_T */ /* Define if has the TD_NOTALLOC error code. */ /* #undef THREAD_DB_HAS_TD_NOTALLOC */ /* Define if we can use the tkill syscall. */ /* #undef HAVE_TKILL_SYSCALL */ /* Define to the default OS ABI for this configuration. */ /* #undef GDB_OSABI_DEFAULT */ /* Define to be a string naming the default host character set. */ #define GDB_DEFAULT_HOST_CHARSET "ISO-8859-1" /* Define if you have the iconv() function. */ /* #undef HAVE_ICONV */ /* Define as const if the declaration of iconv() needs const. */ /* #undef ICONV_CONST */ Index: head/gnu/usr.bin/gdb/arch/i386/config.h =================================================================== --- head/gnu/usr.bin/gdb/arch/i386/config.h (revision 338859) +++ head/gnu/usr.bin/gdb/arch/i386/config.h (revision 338860) @@ -1,550 +1,550 @@ /* $FreeBSD$ */ /* config.h. Generated automatically by configure. */ /* config.in. Generated automatically from configure.in by autoheader. */ /* Define if on AIX 3. System headers sometimes define this. We just want to avoid a redefinition error message. */ #ifndef _ALL_SOURCE /* #undef _ALL_SOURCE */ #endif /* Define if using alloca.c. */ /* #undef C_ALLOCA */ /* Define to empty if the keyword does not work. */ /* #undef const */ /* Define to one of _getb67, GETB67, getb67 for Cray-2 and Cray-YMP systems. This function is required for alloca.c support on those systems. */ /* #undef CRAY_STACKSEG_END */ /* Define if you have alloca, as a function or macro. */ #define HAVE_ALLOCA 1 /* Define if you have and it should be used (not on Ultrix). */ /* #undef HAVE_ALLOCA_H */ /* Define if the `long double' type works. */ #define HAVE_LONG_DOUBLE 1 /* Define if you have a working `mmap' system call. */ #define HAVE_MMAP 1 /* Define if you have . */ /* #undef HAVE_VFORK_H */ /* Define as __inline if that's what the C compiler calls it. */ /* #undef inline */ /* Define to `long' if doesn't define. */ /* #undef off_t */ /* Define to `int' if doesn't define. */ /* #undef pid_t */ /* Define if you need to in order for stat and other things to work. */ /* #undef _POSIX_SOURCE */ /* Define as the return type of signal handlers (int or void). */ #define RETSIGTYPE void /* Define if the `setpgrp' function takes no argument. */ /* #undef SETPGRP_VOID */ /* Define to `unsigned' if doesn't define. */ /* #undef size_t */ /* If using the C implementation of alloca, define if you know the direction of stack growth for your system; otherwise it will be automatically deduced at run-time. STACK_DIRECTION > 0 => grows toward higher addresses STACK_DIRECTION < 0 => grows toward lower addresses STACK_DIRECTION = 0 => direction of growth unknown */ /* #undef STACK_DIRECTION */ /* Define if the `S_IS*' macros in do not work properly. */ /* #undef STAT_MACROS_BROKEN */ /* Define if you have the ANSI C header files. */ #define STDC_HEADERS 1 /* Define vfork as fork if vfork does not work. */ /* #undef vfork */ /* Enable GNU extensions on systems that have them. */ #ifndef _GNU_SOURCE # define _GNU_SOURCE 1 #endif /* Define if your struct reg has r_fs. */ #define HAVE_STRUCT_REG_R_FS 1 /* Define if your struct stat has st_blocks. */ #define HAVE_STRUCT_STAT_ST_BLOCKS 1 /* Define if your struct reg has r_gs. */ #define HAVE_STRUCT_REG_R_GS 1 /* Define if exists and defines struct link_map which has members with an ``l_'' prefix. (For Solaris, SVR4, and SVR4-like systems.) */ #define HAVE_STRUCT_LINK_MAP_WITH_L_MEMBERS 1 /* Define if exists and defines struct link_map which has members with an ``lm_'' prefix. (For SunOS.) */ /* #undef HAVE_STRUCT_LINK_MAP_WITH_LM_MEMBERS */ /* Define if exists and defines a struct so_map which has members with an ``som_'' prefix. (Found on older *BSD systems.) */ /* #undef HAVE_STRUCT_SO_MAP_WITH_SOM_MEMBERS */ /* Define if has struct link_map32 */ /* #undef HAVE_STRUCT_LINK_MAP32 */ /* Define if has link_map32 (solaris sparc-64 target) */ /* #undef _SYSCALL32 */ /* Define if the prfpregset_t type is broken. */ /* #undef PRFPREGSET_T_BROKEN */ /* Define if you want to use new multi-fd /proc interface (replaces HAVE_MULTIPLE_PROC_FDS as well as other macros). */ /* #undef NEW_PROC_API */ /* Define if ioctl argument PIOCSET is available. */ /* #undef HAVE_PROCFS_PIOCSET */ /* Define if the `long long' type works. */ #define CC_HAS_LONG_LONG 1 /* Define if the "ll" format works to print long long ints. */ #define PRINTF_HAS_LONG_LONG 1 /* Define if the "%Lg" format works to print long doubles. */ #define PRINTF_HAS_LONG_DOUBLE 1 /* Define if the "%Lg" format works to scan long doubles. */ #define SCANF_HAS_LONG_DOUBLE 1 /* Define if using Solaris thread debugging. */ /* #undef HAVE_THREAD_DB_LIB */ /* Define on a GNU/Linux system to work around problems in sys/procfs.h. */ /* #undef START_INFERIOR_TRAPS_EXPECTED */ /* #undef sys_quotactl */ /* Define if you have HPUX threads */ /* #undef HAVE_HPUX_THREAD_SUPPORT */ /* Define if on solaris uses int instead of size_t, and assorted other type changes. */ /* #undef PROC_SERVICE_IS_OLD */ /* Define if the simulator is being linked in. */ #define WITH_SIM 1 /* Set to true if the save_state_t structure is present */ /* #undef HAVE_STRUCT_SAVE_STATE_T */ /* Set to true if the save_state_t structure has the ss_wide member */ /* #undef HAVE_STRUCT_MEMBER_SS_WIDE */ /* Define if defines the PTRACE_GETREGS request. */ /* #undef HAVE_PTRACE_GETREGS */ /* Define if defines the PTRACE_GETFPXREGS request. */ /* #undef HAVE_PTRACE_GETFPXREGS */ /* Define if defines the PT_GETDBREGS request. */ #define HAVE_PT_GETDBREGS 1 /* Define if defines the PT_GETXMMREGS request. */ #define HAVE_PT_GETXMMREGS /* Define if libunwind library is being used. */ /* #undef HAVE_LIBUNWIND */ /* hostfile */ #define GDB_XM_FILE config/i386/xm-i386.h /* targetfile */ #define GDB_TM_FILE config/i386/tm-fbsd.h /* nativefile */ #ifndef CROSS_DEBUGGER #define GDB_NM_FILE config/i386/nm-fbsd.h #endif /* Define to 1 so gets a definition of anon_hdl. Works around a problem on IRIX 5. */ #ifndef _KMEMUSER /* #undef _KMEMUSER */ #endif /* Define if you have the __argz_count function. */ /* #undef HAVE___ARGZ_COUNT */ /* Define if you have the __argz_next function. */ /* #undef HAVE___ARGZ_NEXT */ /* Define if you have the __argz_stringify function. */ /* #undef HAVE___ARGZ_STRINGIFY */ /* Define if you have the _mcleanup function. */ #define HAVE__MCLEANUP 1 /* Define if you have the canonicalize_file_name function. */ /* #undef HAVE_CANONICALIZE_FILE_NAME */ /* Define if you have the dcgettext function. */ /* #undef HAVE_DCGETTEXT */ /* Define if you have the getcwd function. */ #define HAVE_GETCWD 1 /* Define if you have the getpagesize function. */ #define HAVE_GETPAGESIZE 1 /* Define if you have the monstartup function. */ #define HAVE_MONSTARTUP 1 /* Define if you have the munmap function. */ #define HAVE_MUNMAP 1 /* Define if you have the poll function. */ #define HAVE_POLL 1 /* Define if you have the pread64 function. */ /* #undef HAVE_PREAD64 */ /* Define if you have the putenv function. */ #define HAVE_PUTENV 1 /* Define if you have the realpath function. */ #define HAVE_REALPATH 1 /* Define if you have the sbrk function. */ -#define HAVE_SBRK 1 +/* #undef HAVE_SBRK */ /* Define if you have the setenv function. */ #define HAVE_SETENV 1 /* Define if you have the setlocale function. */ #define HAVE_SETLOCALE 1 /* Define if you have the setpgid function. */ #define HAVE_SETPGID 1 /* Define if you have the setpgrp function. */ #define HAVE_SETPGRP 1 /* Define if you have the sigaction function. */ #define HAVE_SIGACTION 1 /* Define if you have the sigprocmask function. */ #define HAVE_SIGPROCMASK 1 /* Define if you have the sigsetmask function. */ #define HAVE_SIGSETMASK 1 /* Define if you have the socketpair function. */ #define HAVE_SOCKETPAIR 1 /* Define if you have the stpcpy function. */ #define HAVE_STPCPY 1 /* Define if you have the strcasecmp function. */ #define HAVE_STRCASECMP 1 /* Define if you have the strchr function. */ #define HAVE_STRCHR 1 /* Define if you have the syscall function. */ #define HAVE_SYSCALL 1 /* Define if you have the header file. */ /* #undef HAVE_ARGZ_H */ /* Define if you have the header file. */ #define HAVE_CTYPE_H 1 /* Define if you have the header file. */ #define HAVE_CURSES_H 1 /* Define if you have the header file. */ #define HAVE_DIRENT_H 1 /* Define if you have the header file. */ /* #undef HAVE_LIBUNWIND_IA64_H */ /* Define if you have the header file. */ /* #undef HAVE_LIBUNWIND_H */ /* Define if you have the header file. */ #define HAVE_LIMITS_H 1 /* Define if you have the header file. */ #define HAVE_LINK_H 1 /* Define if you have the header file. */ #define HAVE_LOCALE_H 1 /* Define if you have the header file. */ #define HAVE_MACHINE_REG_H 1 /* Define if you have the header file. */ /* #undef HAVE_MALLOC_H */ /* Define if you have the header file. */ #define HAVE_MEMORY_H 1 /* Define if you have the header file. */ #define HAVE_NCURSES_H 1 /* Define if you have the header file. */ /* #undef HAVE_NDIR_H */ /* Define if you have the header file. */ #define HAVE_NL_TYPES_H 1 /* Define if you have the header file. */ #define HAVE_NLIST_H 1 /* Define if you have the header file. */ #define HAVE_POLL_H 1 /* Define if you have the header file. */ /* #undef HAVE_PROC_SERVICE_H */ /* Define if you have the header file. */ /* #undef HAVE_PTRACE_H */ /* Define if you have the header file. */ #define HAVE_SGTTY_H 1 /* Define if you have the header file. */ #define HAVE_STDDEF_H 1 /* Define if you have the header file. */ #define HAVE_STDINT_H 1 /* Define if you have the header file. */ #define HAVE_STDLIB_H 1 /* Define if you have the header file. */ #define HAVE_STRING_H 1 /* Define if you have the header file. */ #define HAVE_STRINGS_H 1 /* Define if you have the header file. */ /* #undef HAVE_SYS_DEBUGREG_H */ /* Define if you have the header file. */ /* #undef HAVE_SYS_DIR_H */ /* Define if you have the header file. */ /* #undef HAVE_SYS_FAULT_H */ /* Define if you have the header file. */ #define HAVE_SYS_FILE_H 1 /* Define if you have the header file. */ #define HAVE_SYS_FILIO_H 1 /* Define if you have the header file. */ #define HAVE_SYS_IOCTL_H 1 /* Define if you have the header file. */ /* #undef HAVE_SYS_NDIR_H */ /* Define if you have the header file. */ #define HAVE_SYS_PARAM_H 1 /* Define if you have the header file. */ #define HAVE_SYS_POLL_H 1 /* Define if you have the header file. */ #define HAVE_SYS_PROC_H 1 /* Define if you have the header file. */ #define HAVE_SYS_PROCFS_H 1 /* Define if you have the header file. */ #define HAVE_SYS_PTRACE_H 1 /* Define if you have the header file. */ /* #undef HAVE_SYS_REG_H */ /* Define if you have the header file. */ #define HAVE_SYS_SELECT_H 1 /* Define if you have the header file. */ #define HAVE_SYS_SYSCALL_H 1 /* Define if you have the header file. */ #define HAVE_SYS_USER_H 1 /* Define if you have the header file. */ #define HAVE_SYS_WAIT_H 1 /* Define if you have the header file. */ #define HAVE_TERM_H 1 /* Define if you have the header file. */ /* #undef HAVE_TERMIO_H */ /* Define if you have the header file. */ #define HAVE_TERMIOS_H 1 /* Define if you have the header file. */ /* #undef HAVE_THREAD_DB_H */ /* Define if you have the header file. */ #define HAVE_TIME_H 1 /* Define if you have the header file. */ #define HAVE_UNISTD_H 1 /* Define if you have the header file. */ /* #undef HAVE_VALUES_H */ /* Define if you have the header file. */ /* #undef HAVE_WAIT_H */ /* Define if you have the dl library (-ldl). */ /* #undef HAVE_LIBDL */ /* Define if you have the m library (-lm). */ #define HAVE_LIBM 1 /* Define if you have the w library (-lw). */ /* #undef HAVE_LIBW */ /* Define if you have the stpcpy function */ #define HAVE_STPCPY 1 /* Define if your locale.h file contains LC_MESSAGES. */ #define HAVE_LC_MESSAGES 1 /* Define to 1 if NLS is requested */ /* #undef ENABLE_NLS */ /* Define as 1 if you have gettext and don't want to use GNU gettext. */ /* #undef HAVE_GETTEXT */ /* Name of this package. */ #define PACKAGE "gdb" /* Define to BFD's default architecture. */ #define DEFAULT_BFD_ARCH bfd_i386_arch /* Define to BFD's default target vector. */ #define DEFAULT_BFD_VEC bfd_elf32_i386_freebsd_vec /* Define to 1 if your system has the _etext variable. */ #define HAVE__ETEXT 1 /* Define to 1 to avoid a clash between and on Solaris 2.[78] when using GCC. */ /* #undef _MSE_INT_H */ /* Define to 1 if we found this declaration otherwise define to 0. */ #define HAVE_DECL_GETOPT 0 /* Define if sigsetjmp is available. */ #define HAVE_SIGSETJMP 1 /* Define to 1 if the regex included in libiberty should be used. */ #define USE_INCLUDED_REGEX 1 /* Define to 1 if your system has struct reg in . */ #define HAVE_STRUCT_REG 1 /* Define if provides the uintptr_t type. */ #define HAVE_UINTPTR_T 1 /* Define if malloc is not declared in system header files. */ /* #undef NEED_DECLARATION_MALLOC */ /* Define if realloc is not declared in system header files. */ /* #undef NEED_DECLARATION_REALLOC */ /* Define if free is not declared in system header files. */ /* #undef NEED_DECLARATION_FREE */ /* Define if strerror is not declared in system header files. */ /* #undef NEED_DECLARATION_STRERROR */ /* Define if strdup is not declared in system header files. */ /* #undef NEED_DECLARATION_STRDUP */ /* Define if strstr is not declared in system header files. */ /* #undef NEED_DECLARATION_STRSTR */ /* Define if canonicalize_file_name is not declared in system header files. */ #define NEED_DECLARATION_CANONICALIZE_FILE_NAME 1 /* Define if has pstatus_t. */ /* #undef HAVE_PSTATUS_T */ /* Define if has prrun_t. */ /* #undef HAVE_PRRUN_T */ /* Define if has gregset_t. */ #define HAVE_GREGSET_T 1 /* Define if has fpregset_t. */ #define HAVE_FPREGSET_T 1 /* Define if has prgregset_t. */ #define HAVE_PRGREGSET_T 1 /* Define if has prfpregset_t. */ #define HAVE_PRFPREGSET_T 1 /* Define if has prgregset32_t. */ /* #undef HAVE_PRGREGSET32_T */ /* Define if has prfpregset32_t. */ /* #undef HAVE_PRFPREGSET32_T */ /* Define if has lwpid_t. */ #define HAVE_LWPID_T 1 /* Define if has psaddr_t. */ #define HAVE_PSADDR_T 1 /* Define if has prsysent_t. */ /* #undef HAVE_PRSYSENT_T */ /* Define if has pr_sigset_t. */ /* #undef HAVE_PR_SIGSET_T */ /* Define if has pr_sigaction64_t. */ /* #undef HAVE_PR_SIGACTION64_T */ /* Define if has pr_siginfo64_t. */ /* #undef HAVE_PR_SIGINFO64_T */ /* Define if has the TD_NOTALLOC error code. */ /* #undef THREAD_DB_HAS_TD_NOTALLOC */ /* Define if we can use the tkill syscall. */ /* #undef HAVE_TKILL_SYSCALL */ /* Define to the default OS ABI for this configuration. */ /* #undef GDB_OSABI_DEFAULT */ /* Define to be a string naming the default host character set. */ #define GDB_DEFAULT_HOST_CHARSET "ISO-8859-1" /* Define if you have the iconv() function. */ /* #undef HAVE_ICONV */ /* Define as const if the declaration of iconv() needs const. */ /* #undef ICONV_CONST */ Index: head/gnu/usr.bin/gdb/arch/mips/config.h =================================================================== --- head/gnu/usr.bin/gdb/arch/mips/config.h (revision 338859) +++ head/gnu/usr.bin/gdb/arch/mips/config.h (revision 338860) @@ -1,550 +1,550 @@ /* $FreeBSD$ */ /* config.h. Generated automatically by configure. */ /* config.in. Generated automatically from configure.in by autoheader. */ /* Define if on AIX 3. System headers sometimes define this. We just want to avoid a redefinition error message. */ #ifndef _ALL_SOURCE /* #undef _ALL_SOURCE */ #endif /* Define if using alloca.c. */ /* #undef C_ALLOCA */ /* Define to empty if the keyword does not work. */ /* #undef const */ /* Define to one of _getb67, GETB67, getb67 for Cray-2 and Cray-YMP systems. This function is required for alloca.c support on those systems. */ /* #undef CRAY_STACKSEG_END */ /* Define if you have alloca, as a function or macro. */ #define HAVE_ALLOCA 1 /* Define if you have and it should be used (not on Ultrix). */ /* #undef HAVE_ALLOCA_H */ /* Define if the `long double' type works. */ #define HAVE_LONG_DOUBLE 1 /* Define if you have a working `mmap' system call. */ #define HAVE_MMAP 1 /* Define if you have . */ /* #undef HAVE_VFORK_H */ /* Define as __inline if that's what the C compiler calls it. */ /* #undef inline */ /* Define to `long' if doesn't define. */ /* #undef off_t */ /* Define to `int' if doesn't define. */ /* #undef pid_t */ /* Define if you need to in order for stat and other things to work. */ /* #undef _POSIX_SOURCE */ /* Define as the return type of signal handlers (int or void). */ #define RETSIGTYPE void /* Define if the `setpgrp' function takes no argument. */ /* #undef SETPGRP_VOID */ /* Define to `unsigned' if doesn't define. */ /* #undef size_t */ /* If using the C implementation of alloca, define if you know the direction of stack growth for your system; otherwise it will be automatically deduced at run-time. STACK_DIRECTION > 0 => grows toward higher addresses STACK_DIRECTION < 0 => grows toward lower addresses STACK_DIRECTION = 0 => direction of growth unknown */ /* #undef STACK_DIRECTION */ /* Define if the `S_IS*' macros in do not work properly. */ /* #undef STAT_MACROS_BROKEN */ /* Define if you have the ANSI C header files. */ #define STDC_HEADERS 1 /* Define vfork as fork if vfork does not work. */ /* #undef vfork */ /* Enable GNU extensions on systems that have them. */ #ifndef _GNU_SOURCE # define _GNU_SOURCE 1 #endif /* Define if your struct reg has r_fs. */ /* #undef HAVE_STRUCT_REG_R_FS */ /* Define if your struct stat has st_blocks. */ #define HAVE_STRUCT_STAT_ST_BLOCKS 1 /* Define if your struct reg has r_gs. */ /* #undef HAVE_STRUCT_REG_R_GS */ /* Define if exists and defines struct link_map which has members with an ``l_'' prefix. (For Solaris, SVR4, and SVR4-like systems.) */ #define HAVE_STRUCT_LINK_MAP_WITH_L_MEMBERS 1 /* Define if exists and defines struct link_map which has members with an ``lm_'' prefix. (For SunOS.) */ /* #undef HAVE_STRUCT_LINK_MAP_WITH_LM_MEMBERS */ /* Define if exists and defines a struct so_map which has members with an ``som_'' prefix. (Found on older *BSD systems.) */ /* #undef HAVE_STRUCT_SO_MAP_WITH_SOM_MEMBERS */ /* Define if has struct link_map32 */ /* #undef HAVE_STRUCT_LINK_MAP32 */ /* Define if has link_map32 (solaris sparc-64 target) */ /* #undef _SYSCALL32 */ /* Define if the prfpregset_t type is broken. */ /* #undef PRFPREGSET_T_BROKEN */ /* Define if you want to use new multi-fd /proc interface (replaces HAVE_MULTIPLE_PROC_FDS as well as other macros). */ /* #undef NEW_PROC_API */ /* Define if ioctl argument PIOCSET is available. */ /* #undef HAVE_PROCFS_PIOCSET */ /* Define if the `long long' type works. */ #define CC_HAS_LONG_LONG 1 /* Define if the "ll" format works to print long long ints. */ #define PRINTF_HAS_LONG_LONG 1 /* Define if the "%Lg" format works to print long doubles. */ #define PRINTF_HAS_LONG_DOUBLE 1 /* Define if the "%Lg" format works to scan long doubles. */ #define SCANF_HAS_LONG_DOUBLE 1 /* Define if using Solaris thread debugging. */ /* #undef HAVE_THREAD_DB_LIB */ /* Define on a GNU/Linux system to work around problems in sys/procfs.h. */ /* #undef START_INFERIOR_TRAPS_EXPECTED */ /* #undef sys_quotactl */ /* Define if you have HPUX threads */ /* #undef HAVE_HPUX_THREAD_SUPPORT */ /* Define if on solaris uses int instead of size_t, and assorted other type changes. */ /* #undef PROC_SERVICE_IS_OLD */ /* Define if the simulator is being linked in. */ #define WITH_SIM 1 /* Set to true if the save_state_t structure is present */ /* #undef HAVE_STRUCT_SAVE_STATE_T */ /* Set to true if the save_state_t structure has the ss_wide member */ /* #undef HAVE_STRUCT_MEMBER_SS_WIDE */ /* Define if defines the PTRACE_GETREGS request. */ /* #undef HAVE_PTRACE_GETREGS */ /* Define if defines the PTRACE_GETFPXREGS request. */ /* #undef HAVE_PTRACE_GETFPXREGS */ /* Define if defines the PT_GETDBREGS request. */ #define HAVE_PT_GETDBREGS 1 /* Define if defines the PT_GETXMMREGS request. */ /* #undef HAVE_PT_GETXMMREGS */ /* Define if libunwind library is being used. */ /* #undef HAVE_LIBUNWIND */ /* hostfile */ /* #undef GDB_XM_FILE */ /* targetfile */ #define GDB_TM_FILE config/mips/tm-fbsd.h /* nativefile */ #ifndef CROSS_DEBUGGER #define GDB_NM_FILE config/mips/nm-fbsd.h #endif /* Define to 1 so gets a definition of anon_hdl. Works around a problem on IRIX 5. */ #ifndef _KMEMUSER /* #undef _KMEMUSER */ #endif /* Define if you have the __argz_count function. */ /* #undef HAVE___ARGZ_COUNT */ /* Define if you have the __argz_next function. */ /* #undef HAVE___ARGZ_NEXT */ /* Define if you have the __argz_stringify function. */ /* #undef HAVE___ARGZ_STRINGIFY */ /* Define if you have the _mcleanup function. */ #define HAVE__MCLEANUP 1 /* Define if you have the canonicalize_file_name function. */ /* #undef HAVE_CANONICALIZE_FILE_NAME */ /* Define if you have the dcgettext function. */ /* #undef HAVE_DCGETTEXT */ /* Define if you have the getcwd function. */ #define HAVE_GETCWD 1 /* Define if you have the getpagesize function. */ #define HAVE_GETPAGESIZE 1 /* Define if you have the monstartup function. */ #define HAVE_MONSTARTUP 1 /* Define if you have the munmap function. */ #define HAVE_MUNMAP 1 /* Define if you have the poll function. */ #define HAVE_POLL 1 /* Define if you have the pread64 function. */ /* #undef HAVE_PREAD64 */ /* Define if you have the putenv function. */ #define HAVE_PUTENV 1 /* Define if you have the realpath function. */ #define HAVE_REALPATH 1 /* Define if you have the sbrk function. */ -#define HAVE_SBRK 1 +/* #undef HAVE_SBRK */ /* Define if you have the setenv function. */ #define HAVE_SETENV 1 /* Define if you have the setlocale function. */ #define HAVE_SETLOCALE 1 /* Define if you have the setpgid function. */ #define HAVE_SETPGID 1 /* Define if you have the setpgrp function. */ #define HAVE_SETPGRP 1 /* Define if you have the sigaction function. */ #define HAVE_SIGACTION 1 /* Define if you have the sigprocmask function. */ #define HAVE_SIGPROCMASK 1 /* Define if you have the sigsetmask function. */ #define HAVE_SIGSETMASK 1 /* Define if you have the socketpair function. */ #define HAVE_SOCKETPAIR 1 /* Define if you have the stpcpy function. */ #define HAVE_STPCPY 1 /* Define if you have the strcasecmp function. */ #define HAVE_STRCASECMP 1 /* Define if you have the strchr function. */ #define HAVE_STRCHR 1 /* Define if you have the syscall function. */ #define HAVE_SYSCALL 1 /* Define if you have the header file. */ /* #undef HAVE_ARGZ_H */ /* Define if you have the header file. */ #define HAVE_CTYPE_H 1 /* Define if you have the header file. */ #define HAVE_CURSES_H 1 /* Define if you have the header file. */ #define HAVE_DIRENT_H 1 /* Define if you have the header file. */ /* #undef HAVE_LIBUNWIND_IA64_H */ /* Define if you have the header file. */ /* #undef HAVE_LIBUNWIND_H */ /* Define if you have the header file. */ #define HAVE_LIMITS_H 1 /* Define if you have the header file. */ #define HAVE_LINK_H 1 /* Define if you have the header file. */ #define HAVE_LOCALE_H 1 /* Define if you have the header file. */ #define HAVE_MACHINE_REG_H 1 /* Define if you have the header file. */ /* #undef HAVE_MALLOC_H */ /* Define if you have the header file. */ #define HAVE_MEMORY_H 1 /* Define if you have the header file. */ #define HAVE_NCURSES_H 1 /* Define if you have the header file. */ /* #undef HAVE_NDIR_H */ /* Define if you have the header file. */ #define HAVE_NL_TYPES_H 1 /* Define if you have the header file. */ #define HAVE_NLIST_H 1 /* Define if you have the header file. */ #define HAVE_POLL_H 1 /* Define if you have the header file. */ /* #undef HAVE_PROC_SERVICE_H */ /* Define if you have the header file. */ /* #undef HAVE_PTRACE_H */ /* Define if you have the header file. */ #define HAVE_SGTTY_H 1 /* Define if you have the header file. */ #define HAVE_STDDEF_H 1 /* Define if you have the header file. */ #define HAVE_STDINT_H 1 /* Define if you have the header file. */ #define HAVE_STDLIB_H 1 /* Define if you have the header file. */ #define HAVE_STRING_H 1 /* Define if you have the header file. */ #define HAVE_STRINGS_H 1 /* Define if you have the header file. */ /* #undef HAVE_SYS_DEBUGREG_H */ /* Define if you have the header file. */ /* #undef HAVE_SYS_DIR_H */ /* Define if you have the header file. */ /* #undef HAVE_SYS_FAULT_H */ /* Define if you have the header file. */ #define HAVE_SYS_FILE_H 1 /* Define if you have the header file. */ #define HAVE_SYS_FILIO_H 1 /* Define if you have the header file. */ #define HAVE_SYS_IOCTL_H 1 /* Define if you have the header file. */ /* #undef HAVE_SYS_NDIR_H */ /* Define if you have the header file. */ #define HAVE_SYS_PARAM_H 1 /* Define if you have the header file. */ #define HAVE_SYS_POLL_H 1 /* Define if you have the header file. */ #define HAVE_SYS_PROC_H 1 /* Define if you have the header file. */ #define HAVE_SYS_PROCFS_H 1 /* Define if you have the header file. */ #define HAVE_SYS_PTRACE_H 1 /* Define if you have the header file. */ /* #undef HAVE_SYS_REG_H */ /* Define if you have the header file. */ #define HAVE_SYS_SELECT_H 1 /* Define if you have the header file. */ #define HAVE_SYS_SYSCALL_H 1 /* Define if you have the header file. */ #define HAVE_SYS_USER_H 1 /* Define if you have the header file. */ #define HAVE_SYS_WAIT_H 1 /* Define if you have the header file. */ #define HAVE_TERM_H 1 /* Define if you have the header file. */ /* #undef HAVE_TERMIO_H */ /* Define if you have the header file. */ #define HAVE_TERMIOS_H 1 /* Define if you have the header file. */ /* #undef HAVE_THREAD_DB_H */ /* Define if you have the header file. */ #define HAVE_TIME_H 1 /* Define if you have the header file. */ #define HAVE_UNISTD_H 1 /* Define if you have the header file. */ /* #undef HAVE_VALUES_H */ /* Define if you have the header file. */ /* #undef HAVE_WAIT_H */ /* Define if you have the dl library (-ldl). */ /* #undef HAVE_LIBDL */ /* Define if you have the m library (-lm). */ #define HAVE_LIBM 1 /* Define if you have the w library (-lw). */ /* #undef HAVE_LIBW */ /* Define if you have the stpcpy function */ #define HAVE_STPCPY 1 /* Define if your locale.h file contains LC_MESSAGES. */ #define HAVE_LC_MESSAGES 1 /* Define to 1 if NLS is requested */ /* #undef ENABLE_NLS */ /* Define as 1 if you have gettext and don't want to use GNU gettext. */ /* #undef HAVE_GETTEXT */ /* Name of this package. */ #define PACKAGE "gdb" /* Define to BFD's default architecture. */ #define DEFAULT_BFD_ARCH bfd_mips_arch /* Define to BFD's default target vector. */ #define DEFAULT_BFD_VEC bfd_elf32_littlemips_vec /* Define to 1 if your system has the _etext variable. */ #define HAVE__ETEXT 1 /* Define to 1 to avoid a clash between and on Solaris 2.[78] when using GCC. */ /* #undef _MSE_INT_H */ /* Define to 1 if we found this declaration otherwise define to 0. */ #define HAVE_DECL_GETOPT 0 /* Define if sigsetjmp is available. */ #define HAVE_SIGSETJMP 1 /* Define to 1 if the regex included in libiberty should be used. */ #define USE_INCLUDED_REGEX 1 /* Define to 1 if your system has struct reg in . */ #define HAVE_STRUCT_REG 1 /* Define if provides the uintptr_t type. */ #define HAVE_UINTPTR_T 1 /* Define if malloc is not declared in system header files. */ /* #undef NEED_DECLARATION_MALLOC */ /* Define if realloc is not declared in system header files. */ /* #undef NEED_DECLARATION_REALLOC */ /* Define if free is not declared in system header files. */ /* #undef NEED_DECLARATION_FREE */ /* Define if strerror is not declared in system header files. */ /* #undef NEED_DECLARATION_STRERROR */ /* Define if strdup is not declared in system header files. */ /* #undef NEED_DECLARATION_STRDUP */ /* Define if strstr is not declared in system header files. */ /* #undef NEED_DECLARATION_STRSTR */ /* Define if canonicalize_file_name is not declared in system header files. */ #define NEED_DECLARATION_CANONICALIZE_FILE_NAME 1 /* Define if has pstatus_t. */ /* #undef HAVE_PSTATUS_T */ /* Define if has prrun_t. */ /* #undef HAVE_PRRUN_T */ /* Define if has gregset_t. */ #define HAVE_GREGSET_T 1 /* Define if has fpregset_t. */ #define HAVE_FPREGSET_T 1 /* Define if has prgregset_t. */ #define HAVE_PRGREGSET_T 1 /* Define if has prfpregset_t. */ #define HAVE_PRFPREGSET_T 1 /* Define if has prgregset32_t. */ /* #undef HAVE_PRGREGSET32_T */ /* Define if has prfpregset32_t. */ /* #undef HAVE_PRFPREGSET32_T */ /* Define if has lwpid_t. */ #define HAVE_LWPID_T 1 /* Define if has psaddr_t. */ #define HAVE_PSADDR_T 1 /* Define if has prsysent_t. */ /* #undef HAVE_PRSYSENT_T */ /* Define if has pr_sigset_t. */ /* #undef HAVE_PR_SIGSET_T */ /* Define if has pr_sigaction64_t. */ /* #undef HAVE_PR_SIGACTION64_T */ /* Define if has pr_siginfo64_t. */ /* #undef HAVE_PR_SIGINFO64_T */ /* Define if has the TD_NOTALLOC error code. */ /* #undef THREAD_DB_HAS_TD_NOTALLOC */ /* Define if we can use the tkill syscall. */ /* #undef HAVE_TKILL_SYSCALL */ /* Define to the default OS ABI for this configuration. */ /* #undef GDB_OSABI_DEFAULT */ /* Define to be a string naming the default host character set. */ #define GDB_DEFAULT_HOST_CHARSET "ISO-8859-1" /* Define if you have the iconv() function. */ /* #undef HAVE_ICONV */ /* Define as const if the declaration of iconv() needs const. */ /* #undef ICONV_CONST */ Index: head/gnu/usr.bin/gdb/arch/powerpc/config.h =================================================================== --- head/gnu/usr.bin/gdb/arch/powerpc/config.h (revision 338859) +++ head/gnu/usr.bin/gdb/arch/powerpc/config.h (revision 338860) @@ -1,550 +1,550 @@ /* $FreeBSD$ */ /* config.h. Generated automatically by configure. */ /* config.in. Generated automatically from configure.in by autoheader. */ /* Define if on AIX 3. System headers sometimes define this. We just want to avoid a redefinition error message. */ #ifndef _ALL_SOURCE /* #undef _ALL_SOURCE */ #endif /* Define if using alloca.c. */ /* #undef C_ALLOCA */ /* Define to empty if the keyword does not work. */ /* #undef const */ /* Define to one of _getb67, GETB67, getb67 for Cray-2 and Cray-YMP systems. This function is required for alloca.c support on those systems. */ /* #undef CRAY_STACKSEG_END */ /* Define if you have alloca, as a function or macro. */ #define HAVE_ALLOCA 1 /* Define if you have and it should be used (not on Ultrix). */ /* #undef HAVE_ALLOCA_H */ /* Define if the `long double' type works. */ #define HAVE_LONG_DOUBLE 1 /* Define if you have a working `mmap' system call. */ #define HAVE_MMAP 1 /* Define if you have . */ /* #undef HAVE_VFORK_H */ /* Define as __inline if that's what the C compiler calls it. */ /* #undef inline */ /* Define to `long' if doesn't define. */ /* #undef off_t */ /* Define to `int' if doesn't define. */ /* #undef pid_t */ /* Define if you need to in order for stat and other things to work. */ /* #undef _POSIX_SOURCE */ /* Define as the return type of signal handlers (int or void). */ #define RETSIGTYPE void /* Define if the `setpgrp' function takes no argument. */ /* #undef SETPGRP_VOID */ /* Define to `unsigned' if doesn't define. */ /* #undef size_t */ /* If using the C implementation of alloca, define if you know the direction of stack growth for your system; otherwise it will be automatically deduced at run-time. STACK_DIRECTION > 0 => grows toward higher addresses STACK_DIRECTION < 0 => grows toward lower addresses STACK_DIRECTION = 0 => direction of growth unknown */ /* #undef STACK_DIRECTION */ /* Define if the `S_IS*' macros in do not work properly. */ /* #undef STAT_MACROS_BROKEN */ /* Define if you have the ANSI C header files. */ #define STDC_HEADERS 1 /* Define vfork as fork if vfork does not work. */ /* #undef vfork */ /* Enable GNU extensions on systems that have them. */ #ifndef _GNU_SOURCE # define _GNU_SOURCE 1 #endif /* Define if your struct reg has r_fs. */ /* #undef HAVE_STRUCT_REG_R_FS */ /* Define if your struct stat has st_blocks. */ #define HAVE_STRUCT_STAT_ST_BLOCKS 1 /* Define if your struct reg has r_gs. */ /* #undef HAVE_STRUCT_REG_R_GS */ /* Define if exists and defines struct link_map which has members with an ``l_'' prefix. (For Solaris, SVR4, and SVR4-like systems.) */ #define HAVE_STRUCT_LINK_MAP_WITH_L_MEMBERS 1 /* Define if exists and defines struct link_map which has members with an ``lm_'' prefix. (For SunOS.) */ /* #undef HAVE_STRUCT_LINK_MAP_WITH_LM_MEMBERS */ /* Define if exists and defines a struct so_map which has members with an ``som_'' prefix. (Found on older *BSD systems.) */ /* #undef HAVE_STRUCT_SO_MAP_WITH_SOM_MEMBERS */ /* Define if has struct link_map32 */ /* #undef HAVE_STRUCT_LINK_MAP32 */ /* Define if has link_map32 (solaris sparc-64 target) */ /* #undef _SYSCALL32 */ /* Define if the prfpregset_t type is broken. */ /* #undef PRFPREGSET_T_BROKEN */ /* Define if you want to use new multi-fd /proc interface (replaces HAVE_MULTIPLE_PROC_FDS as well as other macros). */ /* #undef NEW_PROC_API */ /* Define if ioctl argument PIOCSET is available. */ /* #undef HAVE_PROCFS_PIOCSET */ /* Define if the `long long' type works. */ #define CC_HAS_LONG_LONG 1 /* Define if the "ll" format works to print long long ints. */ #define PRINTF_HAS_LONG_LONG 1 /* Define if the "%Lg" format works to print long doubles. */ #define PRINTF_HAS_LONG_DOUBLE 1 /* Define if the "%Lg" format works to scan long doubles. */ #define SCANF_HAS_LONG_DOUBLE 1 /* Define if using Solaris thread debugging. */ /* #undef HAVE_THREAD_DB_LIB */ /* Define on a GNU/Linux system to work around problems in sys/procfs.h. */ /* #undef START_INFERIOR_TRAPS_EXPECTED */ /* #undef sys_quotactl */ /* Define if you have HPUX threads */ /* #undef HAVE_HPUX_THREAD_SUPPORT */ /* Define if on solaris uses int instead of size_t, and assorted other type changes. */ /* #undef PROC_SERVICE_IS_OLD */ /* Define if the simulator is being linked in. */ #define WITH_SIM 1 /* Set to true if the save_state_t structure is present */ /* #undef HAVE_STRUCT_SAVE_STATE_T */ /* Set to true if the save_state_t structure has the ss_wide member */ /* #undef HAVE_STRUCT_MEMBER_SS_WIDE */ /* Define if defines the PTRACE_GETREGS request. */ /* #undef HAVE_PTRACE_GETREGS */ /* Define if defines the PTRACE_GETFPXREGS request. */ /* #undef HAVE_PTRACE_GETFPXREGS */ /* Define if defines the PT_GETDBREGS request. */ #define HAVE_PT_GETDBREGS 1 /* Define if defines the PT_GETXMMREGS request. */ /* #undef HAVE_PT_GETXMMREGS */ /* Define if libunwind library is being used. */ /* #undef HAVE_LIBUNWIND */ /* hostfile */ /* #undef GDB_XM_FILE */ /* targetfile */ #define GDB_TM_FILE config/powerpc/tm-ppc-eabi.h /* nativefile */ #ifndef CROSS_DEBUGGER #define GDB_NM_FILE config/powerpc/nm-fbsd.h #endif /* Define to 1 so gets a definition of anon_hdl. Works around a problem on IRIX 5. */ #ifndef _KMEMUSER /* #undef _KMEMUSER */ #endif /* Define if you have the __argz_count function. */ /* #undef HAVE___ARGZ_COUNT */ /* Define if you have the __argz_next function. */ /* #undef HAVE___ARGZ_NEXT */ /* Define if you have the __argz_stringify function. */ /* #undef HAVE___ARGZ_STRINGIFY */ /* Define if you have the _mcleanup function. */ #define HAVE__MCLEANUP 1 /* Define if you have the canonicalize_file_name function. */ /* #undef HAVE_CANONICALIZE_FILE_NAME */ /* Define if you have the dcgettext function. */ /* #undef HAVE_DCGETTEXT */ /* Define if you have the getcwd function. */ #define HAVE_GETCWD 1 /* Define if you have the getpagesize function. */ #define HAVE_GETPAGESIZE 1 /* Define if you have the monstartup function. */ #define HAVE_MONSTARTUP 1 /* Define if you have the munmap function. */ #define HAVE_MUNMAP 1 /* Define if you have the poll function. */ #define HAVE_POLL 1 /* Define if you have the pread64 function. */ /* #undef HAVE_PREAD64 */ /* Define if you have the putenv function. */ #define HAVE_PUTENV 1 /* Define if you have the realpath function. */ #define HAVE_REALPATH 1 /* Define if you have the sbrk function. */ -#define HAVE_SBRK 1 +/* #undef HAVE_SBRK */ /* Define if you have the setenv function. */ #define HAVE_SETENV 1 /* Define if you have the setlocale function. */ #define HAVE_SETLOCALE 1 /* Define if you have the setpgid function. */ #define HAVE_SETPGID 1 /* Define if you have the setpgrp function. */ #define HAVE_SETPGRP 1 /* Define if you have the sigaction function. */ #define HAVE_SIGACTION 1 /* Define if you have the sigprocmask function. */ #define HAVE_SIGPROCMASK 1 /* Define if you have the sigsetmask function. */ #define HAVE_SIGSETMASK 1 /* Define if you have the socketpair function. */ #define HAVE_SOCKETPAIR 1 /* Define if you have the stpcpy function. */ #define HAVE_STPCPY 1 /* Define if you have the strcasecmp function. */ #define HAVE_STRCASECMP 1 /* Define if you have the strchr function. */ #define HAVE_STRCHR 1 /* Define if you have the syscall function. */ #define HAVE_SYSCALL 1 /* Define if you have the header file. */ /* #undef HAVE_ARGZ_H */ /* Define if you have the header file. */ #define HAVE_CTYPE_H 1 /* Define if you have the header file. */ #define HAVE_CURSES_H 1 /* Define if you have the header file. */ #define HAVE_DIRENT_H 1 /* Define if you have the header file. */ /* #undef HAVE_LIBUNWIND_IA64_H */ /* Define if you have the header file. */ /* #undef HAVE_LIBUNWIND_H */ /* Define if you have the header file. */ #define HAVE_LIMITS_H 1 /* Define if you have the header file. */ #define HAVE_LINK_H 1 /* Define if you have the header file. */ #define HAVE_LOCALE_H 1 /* Define if you have the header file. */ #define HAVE_MACHINE_REG_H 1 /* Define if you have the header file. */ /* #undef HAVE_MALLOC_H */ /* Define if you have the header file. */ #define HAVE_MEMORY_H 1 /* Define if you have the header file. */ #define HAVE_NCURSES_H 1 /* Define if you have the header file. */ /* #undef HAVE_NDIR_H */ /* Define if you have the header file. */ #define HAVE_NL_TYPES_H 1 /* Define if you have the header file. */ #define HAVE_NLIST_H 1 /* Define if you have the header file. */ #define HAVE_POLL_H 1 /* Define if you have the header file. */ /* #undef HAVE_PROC_SERVICE_H */ /* Define if you have the header file. */ /* #undef HAVE_PTRACE_H */ /* Define if you have the header file. */ #define HAVE_SGTTY_H 1 /* Define if you have the header file. */ #define HAVE_STDDEF_H 1 /* Define if you have the header file. */ #define HAVE_STDINT_H 1 /* Define if you have the header file. */ #define HAVE_STDLIB_H 1 /* Define if you have the header file. */ #define HAVE_STRING_H 1 /* Define if you have the header file. */ #define HAVE_STRINGS_H 1 /* Define if you have the header file. */ /* #undef HAVE_SYS_DEBUGREG_H */ /* Define if you have the header file. */ /* #undef HAVE_SYS_DIR_H */ /* Define if you have the header file. */ /* #undef HAVE_SYS_FAULT_H */ /* Define if you have the header file. */ #define HAVE_SYS_FILE_H 1 /* Define if you have the header file. */ #define HAVE_SYS_FILIO_H 1 /* Define if you have the header file. */ #define HAVE_SYS_IOCTL_H 1 /* Define if you have the header file. */ /* #undef HAVE_SYS_NDIR_H */ /* Define if you have the header file. */ #define HAVE_SYS_PARAM_H 1 /* Define if you have the header file. */ #define HAVE_SYS_POLL_H 1 /* Define if you have the header file. */ #define HAVE_SYS_PROC_H 1 /* Define if you have the header file. */ #define HAVE_SYS_PROCFS_H 1 /* Define if you have the header file. */ #define HAVE_SYS_PTRACE_H 1 /* Define if you have the header file. */ /* #undef HAVE_SYS_REG_H */ /* Define if you have the header file. */ #define HAVE_SYS_SELECT_H 1 /* Define if you have the header file. */ #define HAVE_SYS_SYSCALL_H 1 /* Define if you have the header file. */ #define HAVE_SYS_USER_H 1 /* Define if you have the header file. */ #define HAVE_SYS_WAIT_H 1 /* Define if you have the header file. */ #define HAVE_TERM_H 1 /* Define if you have the header file. */ /* #undef HAVE_TERMIO_H */ /* Define if you have the header file. */ #define HAVE_TERMIOS_H 1 /* Define if you have the header file. */ /* #undef HAVE_THREAD_DB_H */ /* Define if you have the header file. */ #define HAVE_TIME_H 1 /* Define if you have the header file. */ #define HAVE_UNISTD_H 1 /* Define if you have the header file. */ /* #undef HAVE_VALUES_H */ /* Define if you have the header file. */ /* #undef HAVE_WAIT_H */ /* Define if you have the dl library (-ldl). */ /* #undef HAVE_LIBDL */ /* Define if you have the m library (-lm). */ #define HAVE_LIBM 1 /* Define if you have the w library (-lw). */ /* #undef HAVE_LIBW */ /* Define if you have the stpcpy function */ #define HAVE_STPCPY 1 /* Define if your locale.h file contains LC_MESSAGES. */ #define HAVE_LC_MESSAGES 1 /* Define to 1 if NLS is requested */ /* #undef ENABLE_NLS */ /* Define as 1 if you have gettext and don't want to use GNU gettext. */ /* #undef HAVE_GETTEXT */ /* Name of this package. */ #define PACKAGE "gdb" /* Define to BFD's default architecture. */ #define DEFAULT_BFD_ARCH bfd_rs6000_arch /* Define to BFD's default target vector. */ #define DEFAULT_BFD_VEC bfd_elf32_powerpc_vec /* Define to 1 if your system has the _etext variable. */ #define HAVE__ETEXT 1 /* Define to 1 to avoid a clash between and on Solaris 2.[78] when using GCC. */ /* #undef _MSE_INT_H */ /* Define to 1 if we found this declaration otherwise define to 0. */ #define HAVE_DECL_GETOPT 0 /* Define if sigsetjmp is available. */ #define HAVE_SIGSETJMP 1 /* Define to 1 if the regex included in libiberty should be used. */ #define USE_INCLUDED_REGEX 1 /* Define to 1 if your system has struct reg in . */ #define HAVE_STRUCT_REG 1 /* Define if provides the uintptr_t type. */ #define HAVE_UINTPTR_T 1 /* Define if malloc is not declared in system header files. */ /* #undef NEED_DECLARATION_MALLOC */ /* Define if realloc is not declared in system header files. */ /* #undef NEED_DECLARATION_REALLOC */ /* Define if free is not declared in system header files. */ /* #undef NEED_DECLARATION_FREE */ /* Define if strerror is not declared in system header files. */ /* #undef NEED_DECLARATION_STRERROR */ /* Define if strdup is not declared in system header files. */ /* #undef NEED_DECLARATION_STRDUP */ /* Define if strstr is not declared in system header files. */ /* #undef NEED_DECLARATION_STRSTR */ /* Define if canonicalize_file_name is not declared in system header files. */ #define NEED_DECLARATION_CANONICALIZE_FILE_NAME 1 /* Define if has pstatus_t. */ /* #undef HAVE_PSTATUS_T */ /* Define if has prrun_t. */ /* #undef HAVE_PRRUN_T */ /* Define if has gregset_t. */ #define HAVE_GREGSET_T 1 /* Define if has fpregset_t. */ #define HAVE_FPREGSET_T 1 /* Define if has prgregset_t. */ #define HAVE_PRGREGSET_T 1 /* Define if has prfpregset_t. */ #define HAVE_PRFPREGSET_T 1 /* Define if has prgregset32_t. */ /* #undef HAVE_PRGREGSET32_T */ /* Define if has prfpregset32_t. */ /* #undef HAVE_PRFPREGSET32_T */ /* Define if has lwpid_t. */ #define HAVE_LWPID_T 1 /* Define if has psaddr_t. */ #define HAVE_PSADDR_T 1 /* Define if has prsysent_t. */ /* #undef HAVE_PRSYSENT_T */ /* Define if has pr_sigset_t. */ /* #undef HAVE_PR_SIGSET_T */ /* Define if has pr_sigaction64_t. */ /* #undef HAVE_PR_SIGACTION64_T */ /* Define if has pr_siginfo64_t. */ /* #undef HAVE_PR_SIGINFO64_T */ /* Define if has the TD_NOTALLOC error code. */ /* #undef THREAD_DB_HAS_TD_NOTALLOC */ /* Define if we can use the tkill syscall. */ /* #undef HAVE_TKILL_SYSCALL */ /* Define to the default OS ABI for this configuration. */ /* #undef GDB_OSABI_DEFAULT */ /* Define to be a string naming the default host character set. */ #define GDB_DEFAULT_HOST_CHARSET "ISO-8859-1" /* Define if you have the iconv() function. */ /* #undef HAVE_ICONV */ /* Define as const if the declaration of iconv() needs const. */ /* #undef ICONV_CONST */ Index: head/gnu/usr.bin/gdb/arch/powerpc64/config.h =================================================================== --- head/gnu/usr.bin/gdb/arch/powerpc64/config.h (revision 338859) +++ head/gnu/usr.bin/gdb/arch/powerpc64/config.h (revision 338860) @@ -1,550 +1,550 @@ /* $FreeBSD$ */ /* config.h. Generated automatically by configure. */ /* config.in. Generated automatically from configure.in by autoheader. */ /* Define if on AIX 3. System headers sometimes define this. We just want to avoid a redefinition error message. */ #ifndef _ALL_SOURCE /* #undef _ALL_SOURCE */ #endif /* Define if using alloca.c. */ /* #undef C_ALLOCA */ /* Define to empty if the keyword does not work. */ /* #undef const */ /* Define to one of _getb67, GETB67, getb67 for Cray-2 and Cray-YMP systems. This function is required for alloca.c support on those systems. */ /* #undef CRAY_STACKSEG_END */ /* Define if you have alloca, as a function or macro. */ #define HAVE_ALLOCA 1 /* Define if you have and it should be used (not on Ultrix). */ /* #undef HAVE_ALLOCA_H */ /* Define if the `long double' type works. */ #define HAVE_LONG_DOUBLE 1 /* Define if you have a working `mmap' system call. */ #define HAVE_MMAP 1 /* Define if you have . */ /* #undef HAVE_VFORK_H */ /* Define as __inline if that's what the C compiler calls it. */ /* #undef inline */ /* Define to `long' if doesn't define. */ /* #undef off_t */ /* Define to `int' if doesn't define. */ /* #undef pid_t */ /* Define if you need to in order for stat and other things to work. */ /* #undef _POSIX_SOURCE */ /* Define as the return type of signal handlers (int or void). */ #define RETSIGTYPE void /* Define if the `setpgrp' function takes no argument. */ /* #undef SETPGRP_VOID */ /* Define to `unsigned' if doesn't define. */ /* #undef size_t */ /* If using the C implementation of alloca, define if you know the direction of stack growth for your system; otherwise it will be automatically deduced at run-time. STACK_DIRECTION > 0 => grows toward higher addresses STACK_DIRECTION < 0 => grows toward lower addresses STACK_DIRECTION = 0 => direction of growth unknown */ /* #undef STACK_DIRECTION */ /* Define if the `S_IS*' macros in do not work properly. */ /* #undef STAT_MACROS_BROKEN */ /* Define if you have the ANSI C header files. */ #define STDC_HEADERS 1 /* Define vfork as fork if vfork does not work. */ /* #undef vfork */ /* Enable GNU extensions on systems that have them. */ #ifndef _GNU_SOURCE # define _GNU_SOURCE 1 #endif /* Define if your struct reg has r_fs. */ /* #undef HAVE_STRUCT_REG_R_FS */ /* Define if your struct stat has st_blocks. */ #define HAVE_STRUCT_STAT_ST_BLOCKS 1 /* Define if your struct reg has r_gs. */ /* #undef HAVE_STRUCT_REG_R_GS */ /* Define if exists and defines struct link_map which has members with an ``l_'' prefix. (For Solaris, SVR4, and SVR4-like systems.) */ #define HAVE_STRUCT_LINK_MAP_WITH_L_MEMBERS 1 /* Define if exists and defines struct link_map which has members with an ``lm_'' prefix. (For SunOS.) */ /* #undef HAVE_STRUCT_LINK_MAP_WITH_LM_MEMBERS */ /* Define if exists and defines a struct so_map which has members with an ``som_'' prefix. (Found on older *BSD systems.) */ /* #undef HAVE_STRUCT_SO_MAP_WITH_SOM_MEMBERS */ /* Define if has struct link_map32 */ /* #undef HAVE_STRUCT_LINK_MAP32 */ /* Define if has link_map32 (solaris sparc-64 target) */ /* #undef _SYSCALL32 */ /* Define if the prfpregset_t type is broken. */ /* #undef PRFPREGSET_T_BROKEN */ /* Define if you want to use new multi-fd /proc interface (replaces HAVE_MULTIPLE_PROC_FDS as well as other macros). */ /* #undef NEW_PROC_API */ /* Define if ioctl argument PIOCSET is available. */ /* #undef HAVE_PROCFS_PIOCSET */ /* Define if the `long long' type works. */ #define CC_HAS_LONG_LONG 1 /* Define if the "ll" format works to print long long ints. */ #define PRINTF_HAS_LONG_LONG 1 /* Define if the "%Lg" format works to print long doubles. */ #define PRINTF_HAS_LONG_DOUBLE 1 /* Define if the "%Lg" format works to scan long doubles. */ #define SCANF_HAS_LONG_DOUBLE 1 /* Define if using Solaris thread debugging. */ /* #undef HAVE_THREAD_DB_LIB */ /* Define on a GNU/Linux system to work around problems in sys/procfs.h. */ /* #undef START_INFERIOR_TRAPS_EXPECTED */ /* #undef sys_quotactl */ /* Define if you have HPUX threads */ /* #undef HAVE_HPUX_THREAD_SUPPORT */ /* Define if on solaris uses int instead of size_t, and assorted other type changes. */ /* #undef PROC_SERVICE_IS_OLD */ /* Define if the simulator is being linked in. */ #define WITH_SIM 1 /* Set to true if the save_state_t structure is present */ /* #undef HAVE_STRUCT_SAVE_STATE_T */ /* Set to true if the save_state_t structure has the ss_wide member */ /* #undef HAVE_STRUCT_MEMBER_SS_WIDE */ /* Define if defines the PTRACE_GETREGS request. */ /* #undef HAVE_PTRACE_GETREGS */ /* Define if defines the PTRACE_GETFPXREGS request. */ /* #undef HAVE_PTRACE_GETFPXREGS */ /* Define if defines the PT_GETDBREGS request. */ #define HAVE_PT_GETDBREGS 1 /* Define if defines the PT_GETXMMREGS request. */ /* #undef HAVE_PT_GETXMMREGS */ /* Define if libunwind library is being used. */ /* #undef HAVE_LIBUNWIND */ /* hostfile */ /* #undef GDB_XM_FILE */ /* targetfile */ #define GDB_TM_FILE config/powerpc/tm-ppc-eabi.h /* nativefile */ #ifndef CROSS_DEBUGGER #define GDB_NM_FILE config/ia64/nm-fbsd.h #endif /* Define to 1 so gets a definition of anon_hdl. Works around a problem on IRIX 5. */ #ifndef _KMEMUSER /* #undef _KMEMUSER */ #endif /* Define if you have the __argz_count function. */ /* #undef HAVE___ARGZ_COUNT */ /* Define if you have the __argz_next function. */ /* #undef HAVE___ARGZ_NEXT */ /* Define if you have the __argz_stringify function. */ /* #undef HAVE___ARGZ_STRINGIFY */ /* Define if you have the _mcleanup function. */ #define HAVE__MCLEANUP 1 /* Define if you have the canonicalize_file_name function. */ /* #undef HAVE_CANONICALIZE_FILE_NAME */ /* Define if you have the dcgettext function. */ /* #undef HAVE_DCGETTEXT */ /* Define if you have the getcwd function. */ #define HAVE_GETCWD 1 /* Define if you have the getpagesize function. */ #define HAVE_GETPAGESIZE 1 /* Define if you have the monstartup function. */ #define HAVE_MONSTARTUP 1 /* Define if you have the munmap function. */ #define HAVE_MUNMAP 1 /* Define if you have the poll function. */ #define HAVE_POLL 1 /* Define if you have the pread64 function. */ /* #undef HAVE_PREAD64 */ /* Define if you have the putenv function. */ #define HAVE_PUTENV 1 /* Define if you have the realpath function. */ #define HAVE_REALPATH 1 /* Define if you have the sbrk function. */ -#define HAVE_SBRK 1 +/* #undef HAVE_SBRK */ /* Define if you have the setenv function. */ #define HAVE_SETENV 1 /* Define if you have the setlocale function. */ #define HAVE_SETLOCALE 1 /* Define if you have the setpgid function. */ #define HAVE_SETPGID 1 /* Define if you have the setpgrp function. */ #define HAVE_SETPGRP 1 /* Define if you have the sigaction function. */ #define HAVE_SIGACTION 1 /* Define if you have the sigprocmask function. */ #define HAVE_SIGPROCMASK 1 /* Define if you have the sigsetmask function. */ #define HAVE_SIGSETMASK 1 /* Define if you have the socketpair function. */ #define HAVE_SOCKETPAIR 1 /* Define if you have the stpcpy function. */ #define HAVE_STPCPY 1 /* Define if you have the strcasecmp function. */ #define HAVE_STRCASECMP 1 /* Define if you have the strchr function. */ #define HAVE_STRCHR 1 /* Define if you have the syscall function. */ #define HAVE_SYSCALL 1 /* Define if you have the header file. */ /* #undef HAVE_ARGZ_H */ /* Define if you have the header file. */ #define HAVE_CTYPE_H 1 /* Define if you have the header file. */ #define HAVE_CURSES_H 1 /* Define if you have the header file. */ #define HAVE_DIRENT_H 1 /* Define if you have the header file. */ /* #undef HAVE_LIBUNWIND_IA64_H */ /* Define if you have the header file. */ /* #undef HAVE_LIBUNWIND_H */ /* Define if you have the header file. */ #define HAVE_LIMITS_H 1 /* Define if you have the header file. */ #define HAVE_LINK_H 1 /* Define if you have the header file. */ #define HAVE_LOCALE_H 1 /* Define if you have the header file. */ #define HAVE_MACHINE_REG_H 1 /* Define if you have the header file. */ /* #undef HAVE_MALLOC_H */ /* Define if you have the header file. */ #define HAVE_MEMORY_H 1 /* Define if you have the header file. */ #define HAVE_NCURSES_H 1 /* Define if you have the header file. */ /* #undef HAVE_NDIR_H */ /* Define if you have the header file. */ #define HAVE_NL_TYPES_H 1 /* Define if you have the header file. */ #define HAVE_NLIST_H 1 /* Define if you have the header file. */ #define HAVE_POLL_H 1 /* Define if you have the header file. */ /* #undef HAVE_PROC_SERVICE_H */ /* Define if you have the header file. */ /* #undef HAVE_PTRACE_H */ /* Define if you have the header file. */ #define HAVE_SGTTY_H 1 /* Define if you have the header file. */ #define HAVE_STDDEF_H 1 /* Define if you have the header file. */ #define HAVE_STDINT_H 1 /* Define if you have the header file. */ #define HAVE_STDLIB_H 1 /* Define if you have the header file. */ #define HAVE_STRING_H 1 /* Define if you have the header file. */ #define HAVE_STRINGS_H 1 /* Define if you have the header file. */ /* #undef HAVE_SYS_DEBUGREG_H */ /* Define if you have the header file. */ /* #undef HAVE_SYS_DIR_H */ /* Define if you have the header file. */ /* #undef HAVE_SYS_FAULT_H */ /* Define if you have the header file. */ #define HAVE_SYS_FILE_H 1 /* Define if you have the header file. */ #define HAVE_SYS_FILIO_H 1 /* Define if you have the header file. */ #define HAVE_SYS_IOCTL_H 1 /* Define if you have the header file. */ /* #undef HAVE_SYS_NDIR_H */ /* Define if you have the header file. */ #define HAVE_SYS_PARAM_H 1 /* Define if you have the header file. */ #define HAVE_SYS_POLL_H 1 /* Define if you have the header file. */ #define HAVE_SYS_PROC_H 1 /* Define if you have the header file. */ #define HAVE_SYS_PROCFS_H 1 /* Define if you have the header file. */ #define HAVE_SYS_PTRACE_H 1 /* Define if you have the header file. */ /* #undef HAVE_SYS_REG_H */ /* Define if you have the header file. */ #define HAVE_SYS_SELECT_H 1 /* Define if you have the header file. */ #define HAVE_SYS_SYSCALL_H 1 /* Define if you have the header file. */ #define HAVE_SYS_USER_H 1 /* Define if you have the header file. */ #define HAVE_SYS_WAIT_H 1 /* Define if you have the header file. */ #define HAVE_TERM_H 1 /* Define if you have the header file. */ /* #undef HAVE_TERMIO_H */ /* Define if you have the header file. */ #define HAVE_TERMIOS_H 1 /* Define if you have the header file. */ /* #undef HAVE_THREAD_DB_H */ /* Define if you have the header file. */ #define HAVE_TIME_H 1 /* Define if you have the header file. */ #define HAVE_UNISTD_H 1 /* Define if you have the header file. */ /* #undef HAVE_VALUES_H */ /* Define if you have the header file. */ /* #undef HAVE_WAIT_H */ /* Define if you have the dl library (-ldl). */ /* #undef HAVE_LIBDL */ /* Define if you have the m library (-lm). */ #define HAVE_LIBM 1 /* Define if you have the w library (-lw). */ /* #undef HAVE_LIBW */ /* Define if you have the stpcpy function */ #define HAVE_STPCPY 1 /* Define if your locale.h file contains LC_MESSAGES. */ #define HAVE_LC_MESSAGES 1 /* Define to 1 if NLS is requested */ /* #undef ENABLE_NLS */ /* Define as 1 if you have gettext and don't want to use GNU gettext. */ /* #undef HAVE_GETTEXT */ /* Name of this package. */ #define PACKAGE "gdb" /* Define to BFD's default architecture. */ #define DEFAULT_BFD_ARCH bfd_rs6000_arch /* Define to BFD's default target vector. */ #define DEFAULT_BFD_VEC bfd_elf64_powerpc_vec /* Define to 1 if your system has the _etext variable. */ #define HAVE__ETEXT 1 /* Define to 1 to avoid a clash between and on Solaris 2.[78] when using GCC. */ /* #undef _MSE_INT_H */ /* Define to 1 if we found this declaration otherwise define to 0. */ #define HAVE_DECL_GETOPT 0 /* Define if sigsetjmp is available. */ #define HAVE_SIGSETJMP 1 /* Define to 1 if the regex included in libiberty should be used. */ #define USE_INCLUDED_REGEX 1 /* Define to 1 if your system has struct reg in . */ #define HAVE_STRUCT_REG 1 /* Define if provides the uintptr_t type. */ #define HAVE_UINTPTR_T 1 /* Define if malloc is not declared in system header files. */ /* #undef NEED_DECLARATION_MALLOC */ /* Define if realloc is not declared in system header files. */ /* #undef NEED_DECLARATION_REALLOC */ /* Define if free is not declared in system header files. */ /* #undef NEED_DECLARATION_FREE */ /* Define if strerror is not declared in system header files. */ /* #undef NEED_DECLARATION_STRERROR */ /* Define if strdup is not declared in system header files. */ /* #undef NEED_DECLARATION_STRDUP */ /* Define if strstr is not declared in system header files. */ /* #undef NEED_DECLARATION_STRSTR */ /* Define if canonicalize_file_name is not declared in system header files. */ #define NEED_DECLARATION_CANONICALIZE_FILE_NAME 1 /* Define if has pstatus_t. */ /* #undef HAVE_PSTATUS_T */ /* Define if has prrun_t. */ /* #undef HAVE_PRRUN_T */ /* Define if has gregset_t. */ #define HAVE_GREGSET_T 1 /* Define if has fpregset_t. */ #define HAVE_FPREGSET_T 1 /* Define if has prgregset_t. */ #define HAVE_PRGREGSET_T 1 /* Define if has prfpregset_t. */ #define HAVE_PRFPREGSET_T 1 /* Define if has prgregset32_t. */ /* #undef HAVE_PRGREGSET32_T */ /* Define if has prfpregset32_t. */ /* #undef HAVE_PRFPREGSET32_T */ /* Define if has lwpid_t. */ #define HAVE_LWPID_T 1 /* Define if has psaddr_t. */ #define HAVE_PSADDR_T 1 /* Define if has prsysent_t. */ /* #undef HAVE_PRSYSENT_T */ /* Define if has pr_sigset_t. */ /* #undef HAVE_PR_SIGSET_T */ /* Define if has pr_sigaction64_t. */ /* #undef HAVE_PR_SIGACTION64_T */ /* Define if has pr_siginfo64_t. */ /* #undef HAVE_PR_SIGINFO64_T */ /* Define if has the TD_NOTALLOC error code. */ /* #undef THREAD_DB_HAS_TD_NOTALLOC */ /* Define if we can use the tkill syscall. */ /* #undef HAVE_TKILL_SYSCALL */ /* Define to the default OS ABI for this configuration. */ /* #undef GDB_OSABI_DEFAULT */ /* Define to be a string naming the default host character set. */ #define GDB_DEFAULT_HOST_CHARSET "ISO-8859-1" /* Define if you have the iconv() function. */ /* #undef HAVE_ICONV */ /* Define as const if the declaration of iconv() needs const. */ /* #undef ICONV_CONST */ Index: head/gnu/usr.bin/gdb/arch/sparc64/config.h =================================================================== --- head/gnu/usr.bin/gdb/arch/sparc64/config.h (revision 338859) +++ head/gnu/usr.bin/gdb/arch/sparc64/config.h (revision 338860) @@ -1,550 +1,550 @@ /* $FreeBSD$ */ /* config.h. Generated automatically by configure. */ /* config.in. Generated automatically from configure.in by autoheader. */ /* Define if on AIX 3. System headers sometimes define this. We just want to avoid a redefinition error message. */ #ifndef _ALL_SOURCE /* #undef _ALL_SOURCE */ #endif /* Define if using alloca.c. */ /* #undef C_ALLOCA */ /* Define to empty if the keyword does not work. */ /* #undef const */ /* Define to one of _getb67, GETB67, getb67 for Cray-2 and Cray-YMP systems. This function is required for alloca.c support on those systems. */ /* #undef CRAY_STACKSEG_END */ /* Define if you have alloca, as a function or macro. */ #define HAVE_ALLOCA 1 /* Define if you have and it should be used (not on Ultrix). */ /* #undef HAVE_ALLOCA_H */ /* Define if the `long double' type works. */ #define HAVE_LONG_DOUBLE 1 /* Define if you have a working `mmap' system call. */ #define HAVE_MMAP 1 /* Define if you have . */ /* #undef HAVE_VFORK_H */ /* Define as __inline if that's what the C compiler calls it. */ /* #undef inline */ /* Define to `long' if doesn't define. */ /* #undef off_t */ /* Define to `int' if doesn't define. */ /* #undef pid_t */ /* Define if you need to in order for stat and other things to work. */ /* #undef _POSIX_SOURCE */ /* Define as the return type of signal handlers (int or void). */ #define RETSIGTYPE void /* Define if the `setpgrp' function takes no argument. */ /* #undef SETPGRP_VOID */ /* Define to `unsigned' if doesn't define. */ /* #undef size_t */ /* If using the C implementation of alloca, define if you know the direction of stack growth for your system; otherwise it will be automatically deduced at run-time. STACK_DIRECTION > 0 => grows toward higher addresses STACK_DIRECTION < 0 => grows toward lower addresses STACK_DIRECTION = 0 => direction of growth unknown */ /* #undef STACK_DIRECTION */ /* Define if the `S_IS*' macros in do not work properly. */ /* #undef STAT_MACROS_BROKEN */ /* Define if you have the ANSI C header files. */ #define STDC_HEADERS 1 /* Define vfork as fork if vfork does not work. */ /* #undef vfork */ /* Enable GNU extensions on systems that have them. */ #ifndef _GNU_SOURCE # define _GNU_SOURCE 1 #endif /* Define if your struct reg has r_fs. */ /* #undef HAVE_STRUCT_REG_R_FS */ /* Define if your struct stat has st_blocks. */ #define HAVE_STRUCT_STAT_ST_BLOCKS 1 /* Define if your struct reg has r_gs. */ /* #undef HAVE_STRUCT_REG_R_GS */ /* Define if exists and defines struct link_map which has members with an ``l_'' prefix. (For Solaris, SVR4, and SVR4-like systems.) */ #define HAVE_STRUCT_LINK_MAP_WITH_L_MEMBERS 1 /* Define if exists and defines struct link_map which has members with an ``lm_'' prefix. (For SunOS.) */ /* #undef HAVE_STRUCT_LINK_MAP_WITH_LM_MEMBERS */ /* Define if exists and defines a struct so_map which has members with an ``som_'' prefix. (Found on older *BSD systems.) */ /* #undef HAVE_STRUCT_SO_MAP_WITH_SOM_MEMBERS */ /* Define if has struct link_map32 */ /* #undef HAVE_STRUCT_LINK_MAP32 */ /* Define if has link_map32 (solaris sparc-64 target) */ /* #undef _SYSCALL32 */ /* Define if the prfpregset_t type is broken. */ /* #undef PRFPREGSET_T_BROKEN */ /* Define if you want to use new multi-fd /proc interface (replaces HAVE_MULTIPLE_PROC_FDS as well as other macros). */ /* #undef NEW_PROC_API */ /* Define if ioctl argument PIOCSET is available. */ /* #undef HAVE_PROCFS_PIOCSET */ /* Define if the `long long' type works. */ #define CC_HAS_LONG_LONG 1 /* Define if the "ll" format works to print long long ints. */ #define PRINTF_HAS_LONG_LONG 1 /* Define if the "%Lg" format works to print long doubles. */ #define PRINTF_HAS_LONG_DOUBLE 1 /* Define if the "%Lg" format works to scan long doubles. */ #define SCANF_HAS_LONG_DOUBLE 1 /* Define if using Solaris thread debugging. */ /* #undef HAVE_THREAD_DB_LIB */ /* Define on a GNU/Linux system to work around problems in sys/procfs.h. */ /* #undef START_INFERIOR_TRAPS_EXPECTED */ /* #undef sys_quotactl */ /* Define if you have HPUX threads */ /* #undef HAVE_HPUX_THREAD_SUPPORT */ /* Define if on solaris uses int instead of size_t, and assorted other type changes. */ /* #undef PROC_SERVICE_IS_OLD */ /* Define if the simulator is being linked in. */ #define WITH_SIM 1 /* Set to true if the save_state_t structure is present */ /* #undef HAVE_STRUCT_SAVE_STATE_T */ /* Set to true if the save_state_t structure has the ss_wide member */ /* #undef HAVE_STRUCT_MEMBER_SS_WIDE */ /* Define if defines the PTRACE_GETREGS request. */ /* #undef HAVE_PTRACE_GETREGS */ /* Define if defines the PTRACE_GETFPXREGS request. */ /* #undef HAVE_PTRACE_GETFPXREGS */ /* Define if defines the PT_GETDBREGS request. */ #define HAVE_PT_GETDBREGS 1 /* Define if defines the PT_GETXMMREGS request. */ /* #undef HAVE_PT_GETXMMREGS */ /* Define if libunwind library is being used. */ /* #undef HAVE_LIBUNWIND */ /* hostfile */ /* #undef GDB_XM_FILE */ /* targetfile */ #define GDB_TM_FILE config/sparc/tm-fbsd.h /* nativefile */ #ifndef CROSS_DEBUGGER #define GDB_NM_FILE config/sparc/nm-fbsd.h #endif /* Define to 1 so gets a definition of anon_hdl. Works around a problem on IRIX 5. */ #ifndef _KMEMUSER /* #undef _KMEMUSER */ #endif /* Define if you have the __argz_count function. */ /* #undef HAVE___ARGZ_COUNT */ /* Define if you have the __argz_next function. */ /* #undef HAVE___ARGZ_NEXT */ /* Define if you have the __argz_stringify function. */ /* #undef HAVE___ARGZ_STRINGIFY */ /* Define if you have the _mcleanup function. */ #define HAVE__MCLEANUP 1 /* Define if you have the canonicalize_file_name function. */ /* #undef HAVE_CANONICALIZE_FILE_NAME */ /* Define if you have the dcgettext function. */ /* #undef HAVE_DCGETTEXT */ /* Define if you have the getcwd function. */ #define HAVE_GETCWD 1 /* Define if you have the getpagesize function. */ #define HAVE_GETPAGESIZE 1 /* Define if you have the monstartup function. */ #define HAVE_MONSTARTUP 1 /* Define if you have the munmap function. */ #define HAVE_MUNMAP 1 /* Define if you have the poll function. */ #define HAVE_POLL 1 /* Define if you have the pread64 function. */ /* #undef HAVE_PREAD64 */ /* Define if you have the putenv function. */ #define HAVE_PUTENV 1 /* Define if you have the realpath function. */ #define HAVE_REALPATH 1 /* Define if you have the sbrk function. */ -#define HAVE_SBRK 1 +/* #undef HAVE_SBRK */ /* Define if you have the setenv function. */ #define HAVE_SETENV 1 /* Define if you have the setlocale function. */ #define HAVE_SETLOCALE 1 /* Define if you have the setpgid function. */ #define HAVE_SETPGID 1 /* Define if you have the setpgrp function. */ #define HAVE_SETPGRP 1 /* Define if you have the sigaction function. */ #define HAVE_SIGACTION 1 /* Define if you have the sigprocmask function. */ #define HAVE_SIGPROCMASK 1 /* Define if you have the sigsetmask function. */ #define HAVE_SIGSETMASK 1 /* Define if you have the socketpair function. */ #define HAVE_SOCKETPAIR 1 /* Define if you have the stpcpy function. */ #define HAVE_STPCPY 1 /* Define if you have the strcasecmp function. */ #define HAVE_STRCASECMP 1 /* Define if you have the strchr function. */ #define HAVE_STRCHR 1 /* Define if you have the syscall function. */ #define HAVE_SYSCALL 1 /* Define if you have the header file. */ /* #undef HAVE_ARGZ_H */ /* Define if you have the header file. */ #define HAVE_CTYPE_H 1 /* Define if you have the header file. */ #define HAVE_CURSES_H 1 /* Define if you have the header file. */ #define HAVE_DIRENT_H 1 /* Define if you have the header file. */ /* #undef HAVE_LIBUNWIND_IA64_H */ /* Define if you have the header file. */ /* #undef HAVE_LIBUNWIND_H */ /* Define if you have the header file. */ #define HAVE_LIMITS_H 1 /* Define if you have the header file. */ #define HAVE_LINK_H 1 /* Define if you have the header file. */ #define HAVE_LOCALE_H 1 /* Define if you have the header file. */ #define HAVE_MACHINE_REG_H 1 /* Define if you have the header file. */ /* #undef HAVE_MALLOC_H */ /* Define if you have the header file. */ #define HAVE_MEMORY_H 1 /* Define if you have the header file. */ #define HAVE_NCURSES_H 1 /* Define if you have the header file. */ /* #undef HAVE_NDIR_H */ /* Define if you have the header file. */ #define HAVE_NL_TYPES_H 1 /* Define if you have the header file. */ #define HAVE_NLIST_H 1 /* Define if you have the header file. */ #define HAVE_POLL_H 1 /* Define if you have the header file. */ /* #undef HAVE_PROC_SERVICE_H */ /* Define if you have the header file. */ /* #undef HAVE_PTRACE_H */ /* Define if you have the header file. */ #define HAVE_SGTTY_H 1 /* Define if you have the header file. */ #define HAVE_STDDEF_H 1 /* Define if you have the header file. */ #define HAVE_STDINT_H 1 /* Define if you have the header file. */ #define HAVE_STDLIB_H 1 /* Define if you have the header file. */ #define HAVE_STRING_H 1 /* Define if you have the header file. */ #define HAVE_STRINGS_H 1 /* Define if you have the header file. */ /* #undef HAVE_SYS_DEBUGREG_H */ /* Define if you have the header file. */ /* #undef HAVE_SYS_DIR_H */ /* Define if you have the header file. */ /* #undef HAVE_SYS_FAULT_H */ /* Define if you have the header file. */ #define HAVE_SYS_FILE_H 1 /* Define if you have the header file. */ #define HAVE_SYS_FILIO_H 1 /* Define if you have the header file. */ #define HAVE_SYS_IOCTL_H 1 /* Define if you have the header file. */ /* #undef HAVE_SYS_NDIR_H */ /* Define if you have the header file. */ #define HAVE_SYS_PARAM_H 1 /* Define if you have the header file. */ #define HAVE_SYS_POLL_H 1 /* Define if you have the header file. */ #define HAVE_SYS_PROC_H 1 /* Define if you have the header file. */ #define HAVE_SYS_PROCFS_H 1 /* Define if you have the header file. */ #define HAVE_SYS_PTRACE_H 1 /* Define if you have the header file. */ /* #undef HAVE_SYS_REG_H */ /* Define if you have the header file. */ #define HAVE_SYS_SELECT_H 1 /* Define if you have the header file. */ #define HAVE_SYS_SYSCALL_H 1 /* Define if you have the header file. */ #define HAVE_SYS_USER_H 1 /* Define if you have the header file. */ #define HAVE_SYS_WAIT_H 1 /* Define if you have the header file. */ #define HAVE_TERM_H 1 /* Define if you have the header file. */ /* #undef HAVE_TERMIO_H */ /* Define if you have the header file. */ #define HAVE_TERMIOS_H 1 /* Define if you have the header file. */ /* #undef HAVE_THREAD_DB_H */ /* Define if you have the header file. */ #define HAVE_TIME_H 1 /* Define if you have the header file. */ #define HAVE_UNISTD_H 1 /* Define if you have the header file. */ /* #undef HAVE_VALUES_H */ /* Define if you have the header file. */ /* #undef HAVE_WAIT_H */ /* Define if you have the dl library (-ldl). */ /* #undef HAVE_LIBDL */ /* Define if you have the m library (-lm). */ #define HAVE_LIBM 1 /* Define if you have the w library (-lw). */ /* #undef HAVE_LIBW */ /* Define if you have the stpcpy function */ #define HAVE_STPCPY 1 /* Define if your locale.h file contains LC_MESSAGES. */ #define HAVE_LC_MESSAGES 1 /* Define to 1 if NLS is requested */ /* #undef ENABLE_NLS */ /* Define as 1 if you have gettext and don't want to use GNU gettext. */ /* #undef HAVE_GETTEXT */ /* Name of this package. */ #define PACKAGE "gdb" /* Define to BFD's default architecture. */ #define DEFAULT_BFD_ARCH bfd_sparc_arch /* Define to BFD's default target vector. */ #define DEFAULT_BFD_VEC bfd_elf64_sparc_vec /* Define to 1 if your system has the _etext variable. */ #define HAVE__ETEXT 1 /* Define to 1 to avoid a clash between and on Solaris 2.[78] when using GCC. */ /* #undef _MSE_INT_H */ /* Define to 1 if we found this declaration otherwise define to 0. */ #define HAVE_DECL_GETOPT 0 /* Define if sigsetjmp is available. */ #define HAVE_SIGSETJMP 1 /* Define to 1 if the regex included in libiberty should be used. */ #define USE_INCLUDED_REGEX 1 /* Define to 1 if your system has struct reg in . */ #define HAVE_STRUCT_REG 1 /* Define if provides the uintptr_t type. */ #define HAVE_UINTPTR_T 1 /* Define if malloc is not declared in system header files. */ /* #undef NEED_DECLARATION_MALLOC */ /* Define if realloc is not declared in system header files. */ /* #undef NEED_DECLARATION_REALLOC */ /* Define if free is not declared in system header files. */ /* #undef NEED_DECLARATION_FREE */ /* Define if strerror is not declared in system header files. */ /* #undef NEED_DECLARATION_STRERROR */ /* Define if strdup is not declared in system header files. */ /* #undef NEED_DECLARATION_STRDUP */ /* Define if strstr is not declared in system header files. */ /* #undef NEED_DECLARATION_STRSTR */ /* Define if canonicalize_file_name is not declared in system header files. */ #define NEED_DECLARATION_CANONICALIZE_FILE_NAME 1 /* Define if has pstatus_t. */ /* #undef HAVE_PSTATUS_T */ /* Define if has prrun_t. */ /* #undef HAVE_PRRUN_T */ /* Define if has gregset_t. */ #define HAVE_GREGSET_T 1 /* Define if has fpregset_t. */ #define HAVE_FPREGSET_T 1 /* Define if has prgregset_t. */ #define HAVE_PRGREGSET_T 1 /* Define if has prfpregset_t. */ #define HAVE_PRFPREGSET_T 1 /* Define if has prgregset32_t. */ /* #undef HAVE_PRGREGSET32_T */ /* Define if has prfpregset32_t. */ /* #undef HAVE_PRFPREGSET32_T */ /* Define if has lwpid_t. */ #define HAVE_LWPID_T 1 /* Define if has psaddr_t. */ #define HAVE_PSADDR_T 1 /* Define if has prsysent_t. */ /* #undef HAVE_PRSYSENT_T */ /* Define if has pr_sigset_t. */ /* #undef HAVE_PR_SIGSET_T */ /* Define if has pr_sigaction64_t. */ /* #undef HAVE_PR_SIGACTION64_T */ /* Define if has pr_siginfo64_t. */ /* #undef HAVE_PR_SIGINFO64_T */ /* Define if has the TD_NOTALLOC error code. */ /* #undef THREAD_DB_HAS_TD_NOTALLOC */ /* Define if we can use the tkill syscall. */ /* #undef HAVE_TKILL_SYSCALL */ /* Define to the default OS ABI for this configuration. */ /* #undef GDB_OSABI_DEFAULT */ /* Define to be a string naming the default host character set. */ #define GDB_DEFAULT_HOST_CHARSET "ISO-8859-1" /* Define if you have the iconv() function. */ /* #undef HAVE_ICONV */ /* Define as const if the declaration of iconv() needs const. */ /* #undef ICONV_CONST */