fix build and regen for i386
This commit is contained in:
parent
0acc4e3e94
commit
d410c4ea3a
|
@ -137,9 +137,9 @@ bsd_kvm_target_open (const char *arg, int from_tty)
|
|||
core_kd = temp_kd;
|
||||
push_target (&bsd_kvm_ops);
|
||||
|
||||
inf = add_inferior_silent (ptid_get_pid(bsd_kvm_ptid));
|
||||
inf = add_inferior_silent (bsd_kvm_ptid.pid ());
|
||||
inf->aspace = maybe_new_address_space ();
|
||||
inf->pspace = add_program_space (inf->aspace);
|
||||
inf->pspace = new program_space (inf->aspace);
|
||||
|
||||
add_thread_silent (bsd_kvm_ptid);
|
||||
inferior_ptid = bsd_kvm_ptid;
|
||||
|
|
|
@ -20,6 +20,8 @@
|
|||
#ifndef I386_BSD_NAT_H
|
||||
#define I386_BSD_NAT_H
|
||||
|
||||
#include "x86-bsd-nat.h"
|
||||
|
||||
/* Helper functions. See definitions. */
|
||||
extern void i386bsd_fetch_inferior_registers (struct regcache *regcache,
|
||||
int regnum);
|
||||
|
|
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
|
@ -1,8 +1,8 @@
|
|||
/* This file is automatically generated. DO NOT EDIT! */
|
||||
/* Generated from: NetBSD: mknative-gdb,v 1.7 2016/10/16 04:37:42 mrg Exp */
|
||||
/* Generated from: NetBSD: mknative.common,v 1.11 2014/02/17 21:39:43 christos Exp */
|
||||
/* Generated from: NetBSD: mknative-gdb,v 1.8 2019/05/29 01:56:06 christos Exp */
|
||||
/* Generated from: NetBSD: mknative.common,v 1.16 2018/04/15 15:13:37 christos Exp */
|
||||
|
||||
/* generated for i486--netbsdelf-gcc (NetBSD nb1 20160606) 5.4.0 */
|
||||
/* generated for i486--netbsdelf-gcc (NetBSD nb2 20190226) 7.4.0 */
|
||||
|
||||
#ifndef GCC_GENERATED_STDINT_H
|
||||
#define GCC_GENERATED_STDINT_H 1
|
||||
|
|
|
@ -1,8 +1,26 @@
|
|||
/* This file is automatically generated. DO NOT EDIT! */
|
||||
/* Generated from: NetBSD: mknative-gdb,v 1.7 2016/10/16 04:37:42 mrg Exp */
|
||||
/* Generated from: NetBSD: mknative.common,v 1.15 2017/11/29 03:32:28 christos Exp */
|
||||
/* Generated from: NetBSD: mknative-gdb,v 1.8 2019/05/29 01:56:06 christos Exp */
|
||||
/* Generated from: NetBSD: mknative.common,v 1.16 2018/04/15 15:13:37 christos Exp */
|
||||
|
||||
#define BFD_VERSION_DATE 20170907
|
||||
#define BFD_VERSION 228510000
|
||||
#define BFD_VERSION_STRING "(GNU Binutils) " "2.28.51"
|
||||
/* The date below is automatically updated every day by a bot. During
|
||||
development, we include the date in the tools' version strings
|
||||
(visible in 'ld -v' etc.) because people build binutils from a
|
||||
variety of sources - git, tarballs, distro sources - and we want
|
||||
something that can easily identify the source they used when they
|
||||
report bugs. The bfd version plus date is usually good enough for
|
||||
that purpose.
|
||||
|
||||
During development, this date ends up in libbfd and libopcodes
|
||||
sonames because people naturally expect shared libraries with the
|
||||
same soname to have compatible ABIs. We could bump the bfd version
|
||||
on every ABI change, but that's just another thing contributors and
|
||||
maintainers would need to remember. Instead, it's much easier for
|
||||
all if the soname contains the date. This is not perfect but is
|
||||
good enough.
|
||||
|
||||
In releases, the date is not included in either version strings or
|
||||
sonames. */
|
||||
#define BFD_VERSION_DATE 20190511
|
||||
#define BFD_VERSION 232510000
|
||||
#define BFD_VERSION_STRING "(GNU Binutils) " "2.32.51"
|
||||
#define REPORT_BUGS_TO "<http://www.sourceware.org/bugzilla/>"
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
/* This file is automatically generated. DO NOT EDIT! */
|
||||
/* Generated from: NetBSD: mknative-gdb,v 1.7 2016/10/16 04:37:42 mrg Exp */
|
||||
/* Generated from: NetBSD: mknative.common,v 1.15 2017/11/29 03:32:28 christos Exp */
|
||||
/* Generated from: NetBSD: mknative-gdb,v 1.8 2019/05/29 01:56:06 christos Exp */
|
||||
/* Generated from: NetBSD: mknative.common,v 1.16 2018/04/15 15:13:37 christos Exp */
|
||||
|
||||
/* config.h. Generated from config.in by configure. */
|
||||
/* config.in. Generated from configure.ac by autoheader. */
|
||||
|
@ -15,6 +15,10 @@
|
|||
/* Name of host specific core header file to include in elf.c. */
|
||||
/* #undef CORE_HEADER */
|
||||
|
||||
/* Define to 1 if you want to enable -z separate-code in ELF linker by
|
||||
default. */
|
||||
#define DEFAULT_LD_Z_SEPARATE_CODE 0
|
||||
|
||||
/* Define to 1 if translation of program messages to the user's native
|
||||
language is requested. */
|
||||
#define ENABLE_NLS 1
|
||||
|
@ -108,6 +112,9 @@
|
|||
/* Define to 1 if you have the `fileno' function. */
|
||||
#define HAVE_FILENO 1
|
||||
|
||||
/* Define to 1 if you have the `fls' function. */
|
||||
/* #undef HAVE_FLS */
|
||||
|
||||
/* Define to 1 if you have the `fopen64' function. */
|
||||
/* #undef HAVE_FOPEN64 */
|
||||
|
||||
|
@ -135,9 +142,18 @@
|
|||
/* Define to 1 if you have the `getuid' function. */
|
||||
#define HAVE_GETUID 1
|
||||
|
||||
/* Define if your compiler supports hidden visibility. */
|
||||
#define HAVE_HIDDEN 1
|
||||
|
||||
/* Define to 1 if you have the <inttypes.h> header file. */
|
||||
#define HAVE_INTTYPES_H 1
|
||||
|
||||
/* Define to 1 if the system has the type `long double'. */
|
||||
#define HAVE_LONG_DOUBLE 1
|
||||
|
||||
/* Define to 1 if the system has the type `long long'. */
|
||||
#define HAVE_LONG_LONG 1
|
||||
|
||||
/* Define if <sys/procfs.h> has lwpstatus_t. */
|
||||
/* #undef HAVE_LWPSTATUS_T */
|
||||
|
||||
|
@ -251,6 +267,9 @@
|
|||
*/
|
||||
/* #undef HAVE_SYS_NDIR_H */
|
||||
|
||||
/* Define to 1 if you have the <sys/param.h> header file. */
|
||||
#define HAVE_SYS_PARAM_H 1
|
||||
|
||||
/* Define to 1 if you have the <sys/procfs.h> header file. */
|
||||
/* #undef HAVE_SYS_PROCFS_H */
|
||||
|
||||
|
@ -298,7 +317,7 @@
|
|||
#define PACKAGE_NAME "bfd"
|
||||
|
||||
/* Define to the full name and version of this package. */
|
||||
#define PACKAGE_STRING "bfd 2.28.51"
|
||||
#define PACKAGE_STRING "bfd 2.32.51"
|
||||
|
||||
/* Define to the one symbol short name of this package. */
|
||||
#define PACKAGE_TARNAME "bfd"
|
||||
|
@ -307,7 +326,7 @@
|
|||
#define PACKAGE_URL ""
|
||||
|
||||
/* Define to the version of this package. */
|
||||
#define PACKAGE_VERSION "2.28.51"
|
||||
#define PACKAGE_VERSION "2.32.51"
|
||||
|
||||
/* The size of `char', as computed by sizeof. */
|
||||
/* #undef SIZEOF_CHAR */
|
||||
|
@ -380,7 +399,12 @@
|
|||
|
||||
|
||||
/* Version number of package */
|
||||
#define VERSION "2.28.51"
|
||||
#define VERSION "2.32.51"
|
||||
|
||||
/* Enable large inode numbers on Mac OS X 10.5. */
|
||||
#ifndef _DARWIN_USE_64_BIT_INODE
|
||||
# define _DARWIN_USE_64_BIT_INODE 1
|
||||
#endif
|
||||
|
||||
/* Number of bits in a file offset, on hosts where this is settable. */
|
||||
/* #undef _FILE_OFFSET_BITS */
|
||||
|
|
|
@ -1,9 +1,9 @@
|
|||
# This file is automatically generated. DO NOT EDIT!
|
||||
# Generated from: NetBSD: mknative-gdb,v 1.7 2016/10/16 04:37:42 mrg Exp
|
||||
# Generated from: NetBSD: mknative.common,v 1.15 2017/11/29 03:32:28 christos Exp
|
||||
# Generated from: NetBSD: mknative-gdb,v 1.8 2019/05/29 01:56:06 christos Exp
|
||||
# Generated from: NetBSD: mknative.common,v 1.16 2018/04/15 15:13:37 christos Exp
|
||||
#
|
||||
G_libbfd_la_DEPENDENCIES=elf32-i386.lo elf-ifunc.lo elf-nacl.lo elf-vxworks.lo elf32.lo elf.lo elflink.lo elf-attrs.lo elf-strtab.lo elf-properties.lo elf-eh-frame.lo dwarf1.lo dwarf2.lo i386netbsd.lo aout32.lo elf32-gen.lo plugin.lo cpu-i386.lo cpu-iamcu.lo cpu-plugin.lo netbsd-core.lo ofiles
|
||||
G_libbfd_la_OBJECTS=archive.lo archures.lo bfd.lo bfdio.lo bfdwin.lo cache.lo coff-bfd.lo compress.lo corefile.lo format.lo hash.lo init.lo libbfd.lo linker.lo merge.lo opncls.lo reloc.lo section.lo simple.lo stab-syms.lo stabs.lo syms.lo targets.lo binary.lo ihex.lo srec.lo tekhex.lo verilog.lo
|
||||
G_libbfd_la_DEPENDENCIES=elf32-i386.lo elfxx-x86.lo elf-ifunc.lo elf-nacl.lo elf-vxworks.lo elf32.lo elf.lo elflink.lo elf-attrs.lo elf-strtab.lo elf-eh-frame.lo dwarf1.lo dwarf2.lo elf32-gen.lo plugin.lo cpu-i386.lo cpu-iamcu.lo cpu-plugin.lo netbsd-core.lo ofiles
|
||||
G_libbfd_la_OBJECTS=archive.lo archures.lo bfd.lo bfdio.lo bfdwin.lo cache.lo coff-bfd.lo compress.lo corefile.lo elf-properties.lo format.lo hash.lo init.lo libbfd.lo linker.lo merge.lo opncls.lo reloc.lo section.lo simple.lo stab-syms.lo stabs.lo syms.lo targets.lo binary.lo ihex.lo srec.lo tekhex.lo verilog.lo
|
||||
G_DEFS=-DHAVE_CONFIG_H
|
||||
G_INCLUDES=-DNETBSD_CORE -I. -I${GNUHOSTDIST}/bfd -I${GNUHOSTDIST}/bfd/../include -DHAVE_i386_elf32_vec -DHAVE_i386_aout_nbsd_vec -DHAVE_iamcu_elf32_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -DHAVE_plugin_vec -I./../intl
|
||||
G_TDEFAULTS=-DDEFAULT_VECTOR=i386_elf32_vec -DSELECT_VECS='&i386_elf32_vec,&i386_aout_nbsd_vec,&iamcu_elf32_vec,&elf32_le_vec,&elf32_be_vec,&plugin_vec' -DSELECT_ARCHITECTURES='&bfd_i386_arch,&bfd_iamcu_arch,&bfd_plugin_arch'
|
||||
G_INCLUDES=
|
||||
G_TDEFAULTS=-DDEFAULT_VECTOR=i386_elf32_vec -DSELECT_VECS='&i386_elf32_vec,&iamcu_elf32_vec,&elf32_le_vec,&elf32_be_vec,&plugin_vec' -DSELECT_ARCHITECTURES='&bfd_i386_arch,&bfd_iamcu_arch,&bfd_plugin_arch'
|
||||
|
|
File diff suppressed because it is too large
Load Diff
|
@ -1,10 +1,20 @@
|
|||
/* This file is automatically generated. DO NOT EDIT! */
|
||||
/* Generated from: NetBSD: mknative-gdb,v 1.7 2016/10/16 04:37:42 mrg Exp */
|
||||
/* Generated from: NetBSD: mknative.common,v 1.15 2017/11/29 03:32:28 christos Exp */
|
||||
/* Generated from: NetBSD: mknative-gdb,v 1.8 2019/05/29 01:56:06 christos Exp */
|
||||
/* Generated from: NetBSD: mknative.common,v 1.16 2018/04/15 15:13:37 christos Exp */
|
||||
|
||||
/* config.h. Generated from config.h.in by configure. */
|
||||
/* config.h.in. Maintained by hand. */
|
||||
|
||||
/* Template definitions for autoconf */
|
||||
#define __EXTENSIONS__ 1
|
||||
#define _ALL_SOURCE 1
|
||||
#define _GNU_SOURCE 1
|
||||
/* #undef _POSIX_SOURCE */
|
||||
/* #undef _POSIX_1_SOURCE */
|
||||
#define _POSIX_PTHREAD_SEMANTICS 1
|
||||
#define _TANDEM_SOURCE 1
|
||||
/* #undef _MINIX */
|
||||
|
||||
/* Define NO_MULTIBYTE_SUPPORT to not compile in support for multibyte
|
||||
characters, even if the OS supports them. */
|
||||
/* #undef NO_MULTIBYTE_SUPPORT */
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
/* This file is automatically generated. DO NOT EDIT! */
|
||||
/* Generated from: NetBSD: mknative-gdb,v 1.7 2016/10/16 04:37:42 mrg Exp */
|
||||
/* Generated from: NetBSD: mknative.common,v 1.11 2014/02/17 21:39:43 christos Exp */
|
||||
/* Generated from: NetBSD: mknative-gdb,v 1.8 2019/05/29 01:56:06 christos Exp */
|
||||
/* Generated from: NetBSD: mknative.common,v 1.16 2018/04/15 15:13:37 christos Exp */
|
||||
|
||||
/* generated for i486--netbsdelf-gcc (NetBSD nb1 20160606) 5.4.0 */
|
||||
/* generated for i486--netbsdelf-gcc (NetBSD nb2 20190226) 7.4.0 */
|
||||
|
||||
#ifndef GCC_GENERATED_STDINT_H
|
||||
#define GCC_GENERATED_STDINT_H 1
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
/* This file is automatically generated. DO NOT EDIT! */
|
||||
/* Generated from: NetBSD: mknative-gdb,v 1.7 2016/10/16 04:37:42 mrg Exp */
|
||||
/* Generated from: NetBSD: mknative.common,v 1.15 2017/11/29 03:32:28 christos Exp */
|
||||
/* Generated from: NetBSD: mknative-gdb,v 1.8 2019/05/29 01:56:06 christos Exp */
|
||||
/* Generated from: NetBSD: mknative.common,v 1.16 2018/04/15 15:13:37 christos Exp */
|
||||
|
||||
/* config.h. Generated from config.in by configure. */
|
||||
/* config.in. Generated from configure.ac by autoheader. */
|
||||
|
@ -23,12 +23,12 @@
|
|||
/* Define to the number of bits in type 'wint_t'. */
|
||||
/* #undef BITSIZEOF_WINT_T */
|
||||
|
||||
/* 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.
|
||||
/* 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'. */
|
||||
/* Define to 1 if using `alloca.c'. */
|
||||
/* #undef C_ALLOCA */
|
||||
|
||||
/* Define to 1 if the C locale may have encoding errors. */
|
||||
|
@ -54,6 +54,12 @@
|
|||
/* Define to 1 if // is a file system root distinct from /. */
|
||||
/* #undef DOUBLE_SLASH_IS_DISTINCT_ROOT */
|
||||
|
||||
/* Define if struct dirent has a member d_ino that actually works. */
|
||||
/* #undef D_INO_IN_DIRENT */
|
||||
|
||||
/* Define this to 1 if F_DUPFD behavior does not match POSIX */
|
||||
/* #undef FCNTL_DUPFD_BUGGY */
|
||||
|
||||
/* Define to nothing if C supports flexible array members, and to 1 if it does
|
||||
not. That way, with a declaration like 'struct s { int n; double
|
||||
d[FLEXIBLE_ARRAY_MEMBER]; };', the struct hack can be used with pre-C99
|
||||
|
@ -63,6 +69,10 @@
|
|||
MSVC and with C++ compilers. */
|
||||
#define FLEXIBLE_ARRAY_MEMBER /**/
|
||||
|
||||
/* Define to 1 if mkdir mistakenly creates a directory given with a trailing
|
||||
dot component. */
|
||||
#define FUNC_MKDIR_DOT_BUG 1
|
||||
|
||||
/* Define to 1 if realpath() can malloc memory, always gives an absolute path,
|
||||
and handles trailing slash correctly. */
|
||||
/* #undef FUNC_REALPATH_WORKS */
|
||||
|
@ -78,10 +88,26 @@
|
|||
whether the gnulib module canonicalize-lgpl shall be considered present. */
|
||||
#define GNULIB_CANONICALIZE_LGPL 1
|
||||
|
||||
/* Define to a C preprocessor expression that evaluates to 1 or 0, depending
|
||||
whether the gnulib module fdopendir shall be considered present. */
|
||||
#define GNULIB_FDOPENDIR 1
|
||||
|
||||
/* Define to a C preprocessor expression that evaluates to 1 or 0, depending
|
||||
whether the gnulib module fscanf shall be considered present. */
|
||||
#define GNULIB_FSCANF 1
|
||||
|
||||
/* Define to a C preprocessor expression that evaluates to 1 or 0, depending
|
||||
whether the gnulib module getcwd shall be considered present. */
|
||||
#define GNULIB_GETCWD 1
|
||||
|
||||
/* Define to a C preprocessor expression that evaluates to 1 or 0, depending
|
||||
whether the gnulib module mkostemp shall be considered present. */
|
||||
#define GNULIB_MKOSTEMP 1
|
||||
|
||||
/* Define to a C preprocessor expression that evaluates to 1 or 0, depending
|
||||
whether the gnulib module openat shall be considered present. */
|
||||
#define GNULIB_OPENAT 1
|
||||
|
||||
/* Define to 1 if printf and friends should be labeled with attribute
|
||||
"__gnu_printf__" instead of "__printf__" */
|
||||
/* #undef GNULIB_PRINTF_ATTRIBUTE_FLAVOR_GNU */
|
||||
|
@ -90,6 +116,10 @@
|
|||
whether the gnulib module scanf shall be considered present. */
|
||||
#define GNULIB_SCANF 1
|
||||
|
||||
/* Define to a C preprocessor expression that evaluates to 1 or 0, depending
|
||||
whether the gnulib module strerror shall be considered present. */
|
||||
#define GNULIB_STRERROR 1
|
||||
|
||||
/* Define to 1 when the gnulib module canonicalize_file_name should be tested.
|
||||
*/
|
||||
#define GNULIB_TEST_CANONICALIZE_FILE_NAME 1
|
||||
|
@ -97,15 +127,57 @@
|
|||
/* Define to 1 when the gnulib module chdir should be tested. */
|
||||
#define GNULIB_TEST_CHDIR 1
|
||||
|
||||
/* Define to 1 when the gnulib module cloexec should be tested. */
|
||||
#define GNULIB_TEST_CLOEXEC 1
|
||||
|
||||
/* Define to 1 when the gnulib module close should be tested. */
|
||||
#define GNULIB_TEST_CLOSE 1
|
||||
|
||||
/* Define to 1 when the gnulib module closedir should be tested. */
|
||||
#define GNULIB_TEST_CLOSEDIR 1
|
||||
|
||||
/* Define to 1 when the gnulib module dirfd should be tested. */
|
||||
#define GNULIB_TEST_DIRFD 1
|
||||
|
||||
/* Define to 1 when the gnulib module dup should be tested. */
|
||||
#define GNULIB_TEST_DUP 1
|
||||
|
||||
/* Define to 1 when the gnulib module dup2 should be tested. */
|
||||
#define GNULIB_TEST_DUP2 1
|
||||
|
||||
/* Define to 1 when the gnulib module environ should be tested. */
|
||||
#define GNULIB_TEST_ENVIRON 1
|
||||
|
||||
/* Define to 1 when the gnulib module fchdir should be tested. */
|
||||
#define GNULIB_TEST_FCHDIR 1
|
||||
|
||||
/* Define to 1 when the gnulib module fcntl should be tested. */
|
||||
#define GNULIB_TEST_FCNTL 1
|
||||
|
||||
/* Define to 1 when the gnulib module fdopendir should be tested. */
|
||||
#define GNULIB_TEST_FDOPENDIR 1
|
||||
|
||||
/* Define to 1 when the gnulib module frexp should be tested. */
|
||||
#define GNULIB_TEST_FREXP 1
|
||||
|
||||
/* Define to 1 when the gnulib module frexpl should be tested. */
|
||||
#define GNULIB_TEST_FREXPL 1
|
||||
|
||||
/* Define to 1 when the gnulib module fstat should be tested. */
|
||||
#define GNULIB_TEST_FSTAT 1
|
||||
|
||||
/* Define to 1 when the gnulib module fstatat should be tested. */
|
||||
#define GNULIB_TEST_FSTATAT 1
|
||||
|
||||
/* Define to 1 when the gnulib module getcwd should be tested. */
|
||||
#define GNULIB_TEST_GETCWD 1
|
||||
|
||||
/* Define to 1 when the gnulib module getdtablesize should be tested. */
|
||||
#define GNULIB_TEST_GETDTABLESIZE 1
|
||||
|
||||
/* Define to 1 when the gnulib module getlogin_r should be tested. */
|
||||
#define GNULIB_TEST_GETLOGIN_R 1
|
||||
|
||||
/* Define to 1 when the gnulib module gettimeofday should be tested. */
|
||||
#define GNULIB_TEST_GETTIMEOFDAY 1
|
||||
|
||||
|
@ -130,33 +202,78 @@
|
|||
/* Define to 1 when the gnulib module memmem should be tested. */
|
||||
#define GNULIB_TEST_MEMMEM 1
|
||||
|
||||
/* Define to 1 when the gnulib module mempcpy should be tested. */
|
||||
#define GNULIB_TEST_MEMPCPY 1
|
||||
|
||||
/* Define to 1 when the gnulib module memrchr should be tested. */
|
||||
#define GNULIB_TEST_MEMRCHR 1
|
||||
|
||||
/* Define to 1 when the gnulib module mkdtemp should be tested. */
|
||||
#define GNULIB_TEST_MKDTEMP 1
|
||||
|
||||
/* Define to 1 when the gnulib module mkostemp should be tested. */
|
||||
#define GNULIB_TEST_MKOSTEMP 1
|
||||
|
||||
/* Define to 1 when the gnulib module open should be tested. */
|
||||
#define GNULIB_TEST_OPEN 1
|
||||
|
||||
/* Define to 1 when the gnulib module openat should be tested. */
|
||||
#define GNULIB_TEST_OPENAT 1
|
||||
|
||||
/* Define to 1 when the gnulib module opendir should be tested. */
|
||||
#define GNULIB_TEST_OPENDIR 1
|
||||
|
||||
/* Define to 1 when the gnulib module rawmemchr should be tested. */
|
||||
#define GNULIB_TEST_RAWMEMCHR 1
|
||||
|
||||
/* Define to 1 when the gnulib module readdir should be tested. */
|
||||
#define GNULIB_TEST_READDIR 1
|
||||
|
||||
/* Define to 1 when the gnulib module readlink should be tested. */
|
||||
#define GNULIB_TEST_READLINK 1
|
||||
|
||||
/* Define to 1 when the gnulib module realloc-posix should be tested. */
|
||||
#define GNULIB_TEST_REALLOC_POSIX 1
|
||||
|
||||
/* Define to 1 when the gnulib module realpath should be tested. */
|
||||
#define GNULIB_TEST_REALPATH 1
|
||||
|
||||
/* Define to 1 when the gnulib module rename should be tested. */
|
||||
#define GNULIB_TEST_RENAME 1
|
||||
|
||||
/* Define to 1 when the gnulib module rewinddir should be tested. */
|
||||
#define GNULIB_TEST_REWINDDIR 1
|
||||
|
||||
/* Define to 1 when the gnulib module rmdir should be tested. */
|
||||
#define GNULIB_TEST_RMDIR 1
|
||||
|
||||
/* Define to 1 when the gnulib module secure_getenv should be tested. */
|
||||
#define GNULIB_TEST_SECURE_GETENV 1
|
||||
|
||||
/* Define to 1 when the gnulib module setenv should be tested. */
|
||||
#define GNULIB_TEST_SETENV 1
|
||||
|
||||
/* Define to 1 when the gnulib module stat should be tested. */
|
||||
#define GNULIB_TEST_STAT 1
|
||||
|
||||
/* Define to 1 when the gnulib module strchrnul should be tested. */
|
||||
#define GNULIB_TEST_STRCHRNUL 1
|
||||
|
||||
/* Define to 1 when the gnulib module strdup should be tested. */
|
||||
#define GNULIB_TEST_STRDUP 1
|
||||
|
||||
/* Define to 1 when the gnulib module strerror should be tested. */
|
||||
#define GNULIB_TEST_STRERROR 1
|
||||
|
||||
/* Define to 1 when the gnulib module strstr should be tested. */
|
||||
#define GNULIB_TEST_STRSTR 1
|
||||
|
||||
/* Define to 1 when the gnulib module strtok_r should be tested. */
|
||||
#define GNULIB_TEST_STRTOK_R 1
|
||||
|
||||
/* Define to 1 when the gnulib module unsetenv should be tested. */
|
||||
#define GNULIB_TEST_UNSETENV 1
|
||||
|
||||
/* Define to 1 if you have 'alloca' after including <alloca.h>, a header that
|
||||
may be supplied by this distribution. */
|
||||
#define HAVE_ALLOCA 1
|
||||
|
@ -165,15 +282,21 @@
|
|||
*/
|
||||
/* #undef HAVE_ALLOCA_H */
|
||||
|
||||
/* Define to 1 if you have the <arpa/inet.h> header file. */
|
||||
#define HAVE_ARPA_INET_H 1
|
||||
|
||||
/* Define to 1 if you have the <bp-sym.h> header file. */
|
||||
/* #undef HAVE_BP_SYM_H */
|
||||
|
||||
/* Define to 1 if you have the `btowc' function. */
|
||||
/* Define to 1 if you have the 'btowc' function. */
|
||||
#define HAVE_BTOWC 1
|
||||
|
||||
/* Define to 1 if you have the `canonicalize_file_name' function. */
|
||||
/* Define to 1 if you have the 'canonicalize_file_name' function. */
|
||||
/* #undef HAVE_CANONICALIZE_FILE_NAME */
|
||||
|
||||
/* Define to 1 if you have the `closedir' function. */
|
||||
#define HAVE_CLOSEDIR 1
|
||||
|
||||
/* Define to 1 if you have the declaration of `alarm', and to 0 if you don't.
|
||||
*/
|
||||
#define HAVE_DECL_ALARM 1
|
||||
|
@ -182,10 +305,38 @@
|
|||
*/
|
||||
#define HAVE_DECL_DIRFD 1
|
||||
|
||||
/* Define to 1 if you have the declaration of `fchdir', and to 0 if you don't.
|
||||
*/
|
||||
#define HAVE_DECL_FCHDIR 1
|
||||
|
||||
/* Define to 1 if you have the declaration of `fdopendir', and to 0 if you
|
||||
don't. */
|
||||
#define HAVE_DECL_FDOPENDIR 1
|
||||
|
||||
/* Define to 1 if you have the declaration of `getcwd', and to 0 if you don't.
|
||||
*/
|
||||
#define HAVE_DECL_GETCWD 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 `getdtablesize', and to 0 if you
|
||||
don't. */
|
||||
#define HAVE_DECL_GETDTABLESIZE 1
|
||||
|
||||
/* Define to 1 if you have the declaration of `getlogin', and to 0 if you
|
||||
don't. */
|
||||
#define HAVE_DECL_GETLOGIN 1
|
||||
|
||||
/* Define to 1 if you have the declaration of `getlogin_r', and to 0 if you
|
||||
don't. */
|
||||
#define HAVE_DECL_GETLOGIN_R 1
|
||||
|
||||
/* Define to 1 if you have the declaration of `inet_ntop', and to 0 if you
|
||||
don't. */
|
||||
#define HAVE_DECL_INET_NTOP 1
|
||||
|
||||
/* Define to 1 if you have the declaration of `isblank', and to 0 if you
|
||||
don't. */
|
||||
#define HAVE_DECL_ISBLANK 1
|
||||
|
@ -206,6 +357,30 @@
|
|||
*/
|
||||
#define HAVE_DECL_MEMMEM 1
|
||||
|
||||
/* Define to 1 if you have the declaration of `memrchr', and to 0 if you
|
||||
don't. */
|
||||
#define HAVE_DECL_MEMRCHR 1
|
||||
|
||||
/* Define to 1 if you have the declaration of `program_invocation_name', and
|
||||
to 0 if you don't. */
|
||||
#define HAVE_DECL_PROGRAM_INVOCATION_NAME 0
|
||||
|
||||
/* Define to 1 if you have the declaration of `program_invocation_short_name',
|
||||
and to 0 if you don't. */
|
||||
#define HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME 0
|
||||
|
||||
/* Define to 1 if you have the declaration of `setenv', and to 0 if you don't.
|
||||
*/
|
||||
#define HAVE_DECL_SETENV 1
|
||||
|
||||
/* Define to 1 if you have the declaration of `strdup', and to 0 if you don't.
|
||||
*/
|
||||
#define HAVE_DECL_STRDUP 1
|
||||
|
||||
/* Define to 1 if you have the declaration of `strerror_r', and to 0 if you
|
||||
don't. */
|
||||
#define HAVE_DECL_STRERROR_R 1
|
||||
|
||||
/* Define to 1 if you have the declaration of `strtok_r', and to 0 if you
|
||||
don't. */
|
||||
#define HAVE_DECL_STRTOK_R 1
|
||||
|
@ -214,12 +389,35 @@
|
|||
don't. */
|
||||
/* #undef HAVE_DECL_TOWLOWER */
|
||||
|
||||
/* Define to 1 if you have the declaration of `unsetenv', and to 0 if you
|
||||
don't. */
|
||||
#define HAVE_DECL_UNSETENV 1
|
||||
|
||||
/* Define to 1 if you have the declaration of `__argv', and to 0 if you don't.
|
||||
*/
|
||||
#define HAVE_DECL___ARGV 0
|
||||
|
||||
/* Define to 1 if you have the <dirent.h> header file. */
|
||||
#define HAVE_DIRENT_H 1
|
||||
|
||||
/* Define to 1 if you have the `dirfd' function. */
|
||||
/* #undef HAVE_DIRFD */
|
||||
|
||||
/* Define to 1 if you have the 'dup2' function. */
|
||||
#define HAVE_DUP2 1
|
||||
|
||||
/* Define if you have the declaration of environ. */
|
||||
/* #undef HAVE_ENVIRON_DECL */
|
||||
|
||||
/* Define to 1 if you have the 'fchdir' function. */
|
||||
#define HAVE_FCHDIR 1
|
||||
|
||||
/* Define to 1 if you have the 'fcntl' function. */
|
||||
#define HAVE_FCNTL 1
|
||||
|
||||
/* Define to 1 if you have the 'fdopendir' function. */
|
||||
#define HAVE_FDOPENDIR 1
|
||||
|
||||
/* Define to 1 if you have the <features.h> header file. */
|
||||
/* #undef HAVE_FEATURES_H */
|
||||
|
||||
|
@ -229,16 +427,65 @@
|
|||
/* Define if the frexpl() function is available. */
|
||||
#define HAVE_FREXPL 1
|
||||
|
||||
/* Define to 1 if you have the `getcwd' function. */
|
||||
/* Define to 1 if you have the 'fstatat' function. */
|
||||
#define HAVE_FSTATAT 1
|
||||
|
||||
/* Define to 1 if you have the 'getcwd' function. */
|
||||
#define HAVE_GETCWD 1
|
||||
|
||||
/* Define to 1 if you have the `gettimeofday' function. */
|
||||
/* Define to 1 if getcwd works, but with shorter paths than is generally
|
||||
tested with the replacement. */
|
||||
/* #undef HAVE_GETCWD_SHORTER */
|
||||
|
||||
/* Define to 1 if you have the 'getdtablesize' function. */
|
||||
#define HAVE_GETDTABLESIZE 1
|
||||
|
||||
/* Define to 1 if you have the 'getegid' function. */
|
||||
#define HAVE_GETEGID 1
|
||||
|
||||
/* Define to 1 if you have the 'geteuid' function. */
|
||||
#define HAVE_GETEUID 1
|
||||
|
||||
/* Define to 1 if you have the 'getexecname' function. */
|
||||
/* #undef HAVE_GETEXECNAME */
|
||||
|
||||
/* Define to 1 if you have the 'getgid' function. */
|
||||
#define HAVE_GETGID 1
|
||||
|
||||
/* Define to 1 if you have the 'getlogin_r' function. */
|
||||
#define HAVE_GETLOGIN_R 1
|
||||
|
||||
/* Define to 1 if you have the `getpagesize' function. */
|
||||
/* #undef HAVE_GETPAGESIZE */
|
||||
|
||||
/* Define to 1 if you have the 'getprogname' function. */
|
||||
#define HAVE_GETPROGNAME 1
|
||||
|
||||
/* Define to 1 if you have the 'getpwnam_r' function. */
|
||||
#define HAVE_GETPWNAM_R 1
|
||||
|
||||
/* Define to 1 if you have the 'gettimeofday' function. */
|
||||
#define HAVE_GETTIMEOFDAY 1
|
||||
|
||||
/* Define to 1 if you have the 'getuid' function. */
|
||||
#define HAVE_GETUID 1
|
||||
|
||||
/* Define to 1 if you have the <glob.h> header file. */
|
||||
#define HAVE_GLOB_H 1
|
||||
|
||||
/* Define to 1 if you have the `inet_ntop' function. */
|
||||
/* #undef HAVE_INET_NTOP */
|
||||
|
||||
/* Define to 1 if you have the <inttypes.h> header file. */
|
||||
#define HAVE_INTTYPES_H 1
|
||||
|
||||
/* Define to 1 if you have the `isblank' function. */
|
||||
/* Define to 1 if <sys/socket.h> defines AF_INET. */
|
||||
#define HAVE_IPV4 1
|
||||
|
||||
/* Define to 1 if <sys/socket.h> defines AF_INET6. */
|
||||
#define HAVE_IPV6 1
|
||||
|
||||
/* Define to 1 if you have the 'isblank' function. */
|
||||
#define HAVE_ISBLANK 1
|
||||
|
||||
/* Define if the isnan(double) function is available in libc. */
|
||||
|
@ -247,10 +494,13 @@
|
|||
/* Define if the isnan(long double) function is available in libc. */
|
||||
#define HAVE_ISNANL_IN_LIBC 1
|
||||
|
||||
/* Define to 1 if you have the `iswcntrl' function. */
|
||||
/* Define to 1 if you have the `issetugid' function. */
|
||||
#define HAVE_ISSETUGID 1
|
||||
|
||||
/* Define to 1 if you have the 'iswcntrl' function. */
|
||||
#define HAVE_ISWCNTRL 1
|
||||
|
||||
/* Define to 1 if you have the `iswctype' function. */
|
||||
/* Define to 1 if you have the 'iswctype' function. */
|
||||
#define HAVE_ISWCTYPE 1
|
||||
|
||||
/* Define if you have <langinfo.h> and nl_langinfo(CODESET). */
|
||||
|
@ -259,13 +509,13 @@
|
|||
/* Define to 1 if you have the <limits.h> header file. */
|
||||
#define HAVE_LIMITS_H 1
|
||||
|
||||
/* Define to 1 if you have the `link' function. */
|
||||
/* Define to 1 if you have the 'link' function. */
|
||||
#define HAVE_LINK 1
|
||||
|
||||
/* Define to 1 if the system has the type 'long long int'. */
|
||||
#define HAVE_LONG_LONG_INT 1
|
||||
|
||||
/* Define to 1 if you have the `lstat' function. */
|
||||
/* Define to 1 if you have the 'lstat' function. */
|
||||
#define HAVE_LSTAT 1
|
||||
|
||||
/* Define if the 'malloc' function is POSIX compliant. */
|
||||
|
@ -278,13 +528,13 @@
|
|||
/* Define to 1 if you have the <math.h> header file. */
|
||||
#define HAVE_MATH_H 1
|
||||
|
||||
/* Define to 1 if you have the `mbrtowc' function. */
|
||||
/* Define to 1 if you have the 'mbrtowc' function. */
|
||||
#define HAVE_MBRTOWC 1
|
||||
|
||||
/* Define to 1 if you have the `mbsinit' function. */
|
||||
/* Define to 1 if you have the 'mbsinit' function. */
|
||||
#define HAVE_MBSINIT 1
|
||||
|
||||
/* Define to 1 if you have the `mbsrtowcs' function. */
|
||||
/* Define to 1 if you have the 'mbsrtowcs' function. */
|
||||
#define HAVE_MBSRTOWCS 1
|
||||
|
||||
/* Define to 1 if <wchar.h> declares mbstate_t. */
|
||||
|
@ -299,12 +549,54 @@
|
|||
/* Define to 1 if you have the `mempcpy' function. */
|
||||
/* #undef HAVE_MEMPCPY */
|
||||
|
||||
/* Define to 1 if you have the `mprotect' function. */
|
||||
/* Define to 1 if you have the `memrchr' function. */
|
||||
#define HAVE_MEMRCHR 1
|
||||
|
||||
/* Define to 1 if getcwd minimally works, that is, its result can be trusted
|
||||
when it succeeds. */
|
||||
/* #undef HAVE_MINIMALLY_WORKING_GETCWD */
|
||||
|
||||
/* Define to 1 if you have the `mkdtemp' function. */
|
||||
#define HAVE_MKDTEMP 1
|
||||
|
||||
/* Define to 1 if you have the 'mkostemp' function. */
|
||||
#define HAVE_MKOSTEMP 1
|
||||
|
||||
/* Define to 1 if you have the 'mprotect' function. */
|
||||
#define HAVE_MPROTECT 1
|
||||
|
||||
/* Define to 1 on MSVC platforms that have the "invalid parameter handler"
|
||||
concept. */
|
||||
/* #undef HAVE_MSVC_INVALID_PARAMETER_HANDLER */
|
||||
|
||||
/* Define to 1 if you have the <netdb.h> header file. */
|
||||
#define HAVE_NETDB_H 1
|
||||
|
||||
/* Define to 1 if you have the <netinet/in.h> header file. */
|
||||
#define HAVE_NETINET_IN_H 1
|
||||
|
||||
/* Define to 1 if you have the 'openat' function. */
|
||||
#define HAVE_OPENAT 1
|
||||
|
||||
/* Define to 1 if you have the `opendir' function. */
|
||||
#define HAVE_OPENDIR 1
|
||||
|
||||
/* Define to 1 if getcwd works, except it sometimes fails when it shouldn't,
|
||||
setting errno to ERANGE, ENAMETOOLONG, or ENOENT. */
|
||||
/* #undef HAVE_PARTLY_WORKING_GETCWD */
|
||||
|
||||
/* Define to 1 if you have the 'pipe' function. */
|
||||
#define HAVE_PIPE 1
|
||||
|
||||
/* Define to 1 if you have the `rawmemchr' function. */
|
||||
/* #undef HAVE_RAWMEMCHR */
|
||||
|
||||
/* Define to 1 if accept is declared even after undefining macros. */
|
||||
#define HAVE_RAW_DECL_ACCEPT 1
|
||||
|
||||
/* Define to 1 if accept4 is declared even after undefining macros. */
|
||||
#define HAVE_RAW_DECL_ACCEPT4 1
|
||||
|
||||
/* Define to 1 if acosf is declared even after undefining macros. */
|
||||
#define HAVE_RAW_DECL_ACOSF 1
|
||||
|
||||
|
@ -329,6 +621,9 @@
|
|||
/* Define to 1 if atoll is declared even after undefining macros. */
|
||||
#define HAVE_RAW_DECL_ATOLL 1
|
||||
|
||||
/* Define to 1 if bind is declared even after undefining macros. */
|
||||
#define HAVE_RAW_DECL_BIND 1
|
||||
|
||||
/* Define to 1 if btowc is declared even after undefining macros. */
|
||||
#define HAVE_RAW_DECL_BTOWC 1
|
||||
|
||||
|
@ -360,6 +655,9 @@
|
|||
/* Define to 1 if closedir is declared even after undefining macros. */
|
||||
#define HAVE_RAW_DECL_CLOSEDIR 1
|
||||
|
||||
/* Define to 1 if connect is declared even after undefining macros. */
|
||||
#define HAVE_RAW_DECL_CONNECT 1
|
||||
|
||||
/* Define to 1 if copysign is declared even after undefining macros. */
|
||||
#define HAVE_RAW_DECL_COPYSIGN 1
|
||||
|
||||
|
@ -444,6 +742,9 @@
|
|||
/* Define to 1 if fchownat is declared even after undefining macros. */
|
||||
#define HAVE_RAW_DECL_FCHOWNAT 1
|
||||
|
||||
/* Define to 1 if fcntl is declared even after undefining macros. */
|
||||
#define HAVE_RAW_DECL_FCNTL 1
|
||||
|
||||
/* Define to 1 if fdatasync is declared even after undefining macros. */
|
||||
#define HAVE_RAW_DECL_FDATASYNC 1
|
||||
|
||||
|
@ -543,11 +844,20 @@
|
|||
/* Define to 1 if getpagesize is declared even after undefining macros. */
|
||||
#define HAVE_RAW_DECL_GETPAGESIZE 1
|
||||
|
||||
/* Define to 1 if getpeername is declared even after undefining macros. */
|
||||
#define HAVE_RAW_DECL_GETPEERNAME 1
|
||||
|
||||
/* Define to 1 if gets is declared even after undefining macros. */
|
||||
#define HAVE_RAW_DECL_GETS 1
|
||||
|
||||
/* Define to 1 if getsockname is declared even after undefining macros. */
|
||||
#define HAVE_RAW_DECL_GETSOCKNAME 1
|
||||
|
||||
/* Define to 1 if getsockopt is declared even after undefining macros. */
|
||||
#define HAVE_RAW_DECL_GETSOCKOPT 1
|
||||
|
||||
/* Define to 1 if getsubopt is declared even after undefining macros. */
|
||||
/* #undef HAVE_RAW_DECL_GETSUBOPT */
|
||||
#define HAVE_RAW_DECL_GETSUBOPT 1
|
||||
|
||||
/* Define to 1 if gettimeofday is declared even after undefining macros. */
|
||||
#define HAVE_RAW_DECL_GETTIMEOFDAY 1
|
||||
|
@ -582,6 +892,12 @@
|
|||
/* Define to 1 if imaxdiv is declared even after undefining macros. */
|
||||
#define HAVE_RAW_DECL_IMAXDIV 1
|
||||
|
||||
/* Define to 1 if inet_ntop is declared even after undefining macros. */
|
||||
#define HAVE_RAW_DECL_INET_NTOP 1
|
||||
|
||||
/* Define to 1 if inet_pton is declared even after undefining macros. */
|
||||
#define HAVE_RAW_DECL_INET_PTON 1
|
||||
|
||||
/* Define to 1 if initstate is declared even after undefining macros. */
|
||||
#define HAVE_RAW_DECL_INITSTATE 1
|
||||
|
||||
|
@ -612,6 +928,9 @@
|
|||
/* Define to 1 if linkat is declared even after undefining macros. */
|
||||
#define HAVE_RAW_DECL_LINKAT 1
|
||||
|
||||
/* Define to 1 if listen is declared even after undefining macros. */
|
||||
#define HAVE_RAW_DECL_LISTEN 1
|
||||
|
||||
/* Define to 1 if log is declared even after undefining macros. */
|
||||
#define HAVE_RAW_DECL_LOG 1
|
||||
|
||||
|
@ -726,6 +1045,9 @@
|
|||
/* Define to 1 if modfl is declared even after undefining macros. */
|
||||
#define HAVE_RAW_DECL_MODFL 1
|
||||
|
||||
/* Define to 1 if openat is declared even after undefining macros. */
|
||||
#define HAVE_RAW_DECL_OPENAT 1
|
||||
|
||||
/* Define to 1 if opendir is declared even after undefining macros. */
|
||||
#define HAVE_RAW_DECL_OPENDIR 1
|
||||
|
||||
|
@ -786,6 +1108,12 @@
|
|||
/* Define to 1 if realpath is declared even after undefining macros. */
|
||||
#define HAVE_RAW_DECL_REALPATH 1
|
||||
|
||||
/* Define to 1 if recv is declared even after undefining macros. */
|
||||
#define HAVE_RAW_DECL_RECV 1
|
||||
|
||||
/* Define to 1 if recvfrom is declared even after undefining macros. */
|
||||
#define HAVE_RAW_DECL_RECVFROM 1
|
||||
|
||||
/* Define to 1 if remainder is declared even after undefining macros. */
|
||||
#define HAVE_RAW_DECL_REMAINDER 1
|
||||
|
||||
|
@ -831,12 +1159,21 @@
|
|||
/* Define to 1 if secure_getenv is declared even after undefining macros. */
|
||||
/* #undef HAVE_RAW_DECL_SECURE_GETENV */
|
||||
|
||||
/* Define to 1 if send is declared even after undefining macros. */
|
||||
#define HAVE_RAW_DECL_SEND 1
|
||||
|
||||
/* Define to 1 if sendto is declared even after undefining macros. */
|
||||
#define HAVE_RAW_DECL_SENDTO 1
|
||||
|
||||
/* Define to 1 if setenv is declared even after undefining macros. */
|
||||
#define HAVE_RAW_DECL_SETENV 1
|
||||
|
||||
/* Define to 1 if sethostname is declared even after undefining macros. */
|
||||
#define HAVE_RAW_DECL_SETHOSTNAME 1
|
||||
|
||||
/* Define to 1 if setsockopt is declared even after undefining macros. */
|
||||
#define HAVE_RAW_DECL_SETSOCKOPT 1
|
||||
|
||||
/* Define to 1 if setstate is declared even after undefining macros. */
|
||||
#define HAVE_RAW_DECL_SETSTATE 1
|
||||
|
||||
|
@ -846,6 +1183,9 @@
|
|||
/* Define to 1 if setusershell is declared even after undefining macros. */
|
||||
#define HAVE_RAW_DECL_SETUSERSHELL 1
|
||||
|
||||
/* Define to 1 if shutdown is declared even after undefining macros. */
|
||||
#define HAVE_RAW_DECL_SHUTDOWN 1
|
||||
|
||||
/* Define to 1 if sigaction is declared even after undefining macros. */
|
||||
#define HAVE_RAW_DECL_SIGACTION 1
|
||||
|
||||
|
@ -885,6 +1225,9 @@
|
|||
/* Define to 1 if snprintf is declared even after undefining macros. */
|
||||
#define HAVE_RAW_DECL_SNPRINTF 1
|
||||
|
||||
/* Define to 1 if socket is declared even after undefining macros. */
|
||||
#define HAVE_RAW_DECL_SOCKET 1
|
||||
|
||||
/* Define to 1 if sqrtf is declared even after undefining macros. */
|
||||
#define HAVE_RAW_DECL_SQRTF 1
|
||||
|
||||
|
@ -1122,15 +1465,42 @@
|
|||
/* Define to 1 if _Exit is declared even after undefining macros. */
|
||||
#define HAVE_RAW_DECL__EXIT 1
|
||||
|
||||
/* Define to 1 if you have the `readlink' function. */
|
||||
/* Define to 1 if you have the `readdir' function. */
|
||||
#define HAVE_READDIR 1
|
||||
|
||||
/* Define to 1 if you have the 'readlink' function. */
|
||||
#define HAVE_READLINK 1
|
||||
|
||||
/* Define to 1 if you have the `realpath' function. */
|
||||
/* Define if the 'realloc' function is POSIX compliant. */
|
||||
#define HAVE_REALLOC_POSIX 1
|
||||
|
||||
/* Define to 1 if you have the 'realpath' function. */
|
||||
#define HAVE_REALPATH 1
|
||||
|
||||
/* Define to 1 if you have the `rewinddir' function. */
|
||||
#define HAVE_REWINDDIR 1
|
||||
|
||||
/* Define to 1 if 'long double' and 'double' have the same representation. */
|
||||
/* #undef HAVE_SAME_LONG_DOUBLE_AS_DOUBLE */
|
||||
|
||||
/* Define to 1 if the system has the type `sa_family_t'. */
|
||||
#define HAVE_SA_FAMILY_T 1
|
||||
|
||||
/* Define to 1 if you have the <search.h> header file. */
|
||||
#define HAVE_SEARCH_H 1
|
||||
|
||||
/* Define to 1 if you have the 'secure_getenv' function. */
|
||||
/* #undef HAVE_SECURE_GETENV */
|
||||
|
||||
/* Define to 1 if you have the `setdtablesize' function. */
|
||||
/* #undef HAVE_SETDTABLESIZE */
|
||||
|
||||
/* Define to 1 if you have the 'setenv' function. */
|
||||
#define HAVE_SETENV 1
|
||||
|
||||
/* Define to 1 if you have the `shutdown' function. */
|
||||
#define HAVE_SHUTDOWN 1
|
||||
|
||||
/* Define to 1 if 'sig_atomic_t' is a signed integer type. */
|
||||
/* #undef HAVE_SIGNED_SIG_ATOMIC_T */
|
||||
|
||||
|
@ -1152,6 +1522,12 @@
|
|||
/* Define to 1 if you have the `strchrnul' function. */
|
||||
#define HAVE_STRCHRNUL 1
|
||||
|
||||
/* Define to 1 if you have the 'strdup' function. */
|
||||
#define HAVE_STRDUP 1
|
||||
|
||||
/* Define to 1 if you have the `strerror_r' function. */
|
||||
#define HAVE_STRERROR_R 1
|
||||
|
||||
/* Define to 1 if you have the <strings.h> header file. */
|
||||
#define HAVE_STRINGS_H 1
|
||||
|
||||
|
@ -1161,12 +1537,25 @@
|
|||
/* Define to 1 if you have the `strtok_r' function. */
|
||||
#define HAVE_STRTOK_R 1
|
||||
|
||||
/* Define to 1 if you have the `symlink' function. */
|
||||
/* Define if there is a member named d_type in the struct describing directory
|
||||
headers. */
|
||||
#define HAVE_STRUCT_DIRENT_D_TYPE 1
|
||||
|
||||
/* Define to 1 if the system has the type `struct sockaddr_storage'. */
|
||||
#define HAVE_STRUCT_SOCKADDR_STORAGE 1
|
||||
|
||||
/* Define to 1 if `ss_family' is a member of `struct sockaddr_storage'. */
|
||||
#define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1
|
||||
|
||||
/* Define to 1 if you have the 'symlink' function. */
|
||||
#define HAVE_SYMLINK 1
|
||||
|
||||
/* Define to 1 if you have the <sys/bitypes.h> header file. */
|
||||
/* #undef HAVE_SYS_BITYPES_H */
|
||||
|
||||
/* Define to 1 if you have the <sys/cdefs.h> header file. */
|
||||
#define HAVE_SYS_CDEFS_H 1
|
||||
|
||||
/* Define to 1 if you have the <sys/inttypes.h> header file. */
|
||||
/* #undef HAVE_SYS_INTTYPES_H */
|
||||
|
||||
|
@ -1191,15 +1580,27 @@
|
|||
/* Define to 1 if you have the <sys/types.h> header file. */
|
||||
#define HAVE_SYS_TYPES_H 1
|
||||
|
||||
/* Define to 1 if you have the <sys/uio.h> header file. */
|
||||
#define HAVE_SYS_UIO_H 1
|
||||
|
||||
/* Define to 1 if you have the `towlower' function. */
|
||||
#define HAVE_TOWLOWER 1
|
||||
|
||||
/* Define to 1 if you have the `tsearch' function. */
|
||||
#define HAVE_TSEARCH 1
|
||||
|
||||
/* Define to 1 if you have the <unistd.h> header file. */
|
||||
#define HAVE_UNISTD_H 1
|
||||
|
||||
/* Define to 1 if you have the `unsetenv' function. */
|
||||
#define HAVE_UNSETENV 1
|
||||
|
||||
/* Define to 1 if the system has the type 'unsigned long long int'. */
|
||||
#define HAVE_UNSIGNED_LONG_LONG_INT 1
|
||||
|
||||
/* Define if you have a global __progname variable */
|
||||
#define HAVE_VAR___PROGNAME 1
|
||||
|
||||
/* Define to 1 if you have the <wchar.h> header file. */
|
||||
#define HAVE_WCHAR_H 1
|
||||
|
||||
|
@ -1215,27 +1616,40 @@
|
|||
/* Define if you have the 'wint_t' type. */
|
||||
#define HAVE_WINT_T 1
|
||||
|
||||
/* Define to 1 if you have the `wmemchr' function. */
|
||||
/* Define to 1 if you have the 'wmemchr' function. */
|
||||
#define HAVE_WMEMCHR 1
|
||||
|
||||
/* Define to 1 if you have the `wmemcpy' function. */
|
||||
/* Define to 1 if you have the 'wmemcpy' function. */
|
||||
#define HAVE_WMEMCPY 1
|
||||
|
||||
/* Define to 1 if you have the `wmempcpy' function. */
|
||||
/* Define to 1 if you have the 'wmempcpy' function. */
|
||||
/* #undef HAVE_WMEMPCPY */
|
||||
|
||||
/* Define to 1 if fstatat (..., 0) works. For example, it does not work in AIX
|
||||
7.1. */
|
||||
#define HAVE_WORKING_FSTATAT_ZERO_FLAG 1
|
||||
|
||||
/* Define to 1 if O_NOATIME works. */
|
||||
#define HAVE_WORKING_O_NOATIME 0
|
||||
|
||||
/* Define to 1 if O_NOFOLLOW works. */
|
||||
#define HAVE_WORKING_O_NOFOLLOW 0
|
||||
|
||||
/* Define to 1 if you have the <ws2tcpip.h> header file. */
|
||||
/* #undef HAVE_WS2TCPIP_H */
|
||||
|
||||
/* Define to 1 if the system has the type `_Bool'. */
|
||||
#define HAVE__BOOL 1
|
||||
|
||||
/* Define to 1 if you have the `_ftime' function. */
|
||||
/* #undef HAVE__FTIME */
|
||||
|
||||
/* Define to 1 if you have the '_set_invalid_parameter_handler' function. */
|
||||
/* #undef HAVE__SET_INVALID_PARAMETER_HANDLER */
|
||||
|
||||
/* Define to 1 if you have the `__secure_getenv' function. */
|
||||
/* #undef HAVE___SECURE_GETENV */
|
||||
|
||||
/* Define as the bit index in the word where to find bit 0 of the exponent of
|
||||
'long double'. */
|
||||
/* #undef LDBL_EXPBIT0_BIT */
|
||||
|
@ -1275,27 +1689,34 @@
|
|||
#endif
|
||||
|
||||
|
||||
/* Define to 1 if open() fails to recognize a trailing slash. */
|
||||
/* #undef OPEN_TRAILING_SLASH_BUG */
|
||||
|
||||
/* 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 PACKAGE_NAME "libgnu"
|
||||
|
||||
/* Define to the full name and version of this package. */
|
||||
#define PACKAGE_STRING ""
|
||||
#define PACKAGE_STRING "libgnu UNUSED-VERSION"
|
||||
|
||||
/* Define to the one symbol short name of this package. */
|
||||
#define PACKAGE_TARNAME ""
|
||||
#define PACKAGE_TARNAME "libgnu"
|
||||
|
||||
/* Define to the home page for this package. */
|
||||
#define PACKAGE_URL ""
|
||||
|
||||
/* Define to the version of this package. */
|
||||
#define PACKAGE_VERSION ""
|
||||
#define PACKAGE_VERSION "UNUSED-VERSION"
|
||||
|
||||
/* Define if <inttypes.h> exists and defines unusable PRI* macros. */
|
||||
/* #undef PRI_MACROS_BROKEN */
|
||||
|
||||
/* Define to the type that is the result of default argument promotions of
|
||||
type mode_t. */
|
||||
#define PROMOTED_MODE_T mode_t
|
||||
|
||||
/* Define to l, ll, u, ul, ull, etc., as suitable for constants of type
|
||||
'ptrdiff_t'. */
|
||||
/* #undef PTRDIFF_T_SUFFIX */
|
||||
|
@ -1322,6 +1743,9 @@
|
|||
/* Define to 1 if gnulib's dirfd() replacement is used. */
|
||||
/* #undef REPLACE_DIRFD */
|
||||
|
||||
/* Define to 1 if gnulib's fchdir() replacement is used. */
|
||||
/* #undef REPLACE_FCHDIR */
|
||||
|
||||
/* Define to 1 if stat needs help when passed a directory name with a trailing
|
||||
slash */
|
||||
/* #undef REPLACE_FUNC_STAT_DIR */
|
||||
|
@ -1330,6 +1754,13 @@
|
|||
slash */
|
||||
#define REPLACE_FUNC_STAT_FILE 1
|
||||
|
||||
/* Define to 1 if open() should work around the inability to open a directory.
|
||||
*/
|
||||
/* #undef REPLACE_OPEN_DIRECTORY */
|
||||
|
||||
/* Define to 1 if strerror(0) does not return a message implying success. */
|
||||
#define REPLACE_STRERROR_0 1
|
||||
|
||||
/* Define to l, ll, u, ul, ull, etc., as suitable for constants of type
|
||||
'sig_atomic_t'. */
|
||||
/* #undef SIG_ATOMIC_T_SUFFIX */
|
||||
|
@ -1341,9 +1772,9 @@
|
|||
/* 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 runtime.
|
||||
STACK_DIRECTION > 0 => grows toward higher addresses
|
||||
STACK_DIRECTION < 0 => grows toward lower addresses
|
||||
STACK_DIRECTION = 0 => direction of growth unknown */
|
||||
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 the `S_IS*' macros in <sys/stat.h> do not work properly. */
|
||||
|
@ -1352,6 +1783,9 @@
|
|||
/* Define to 1 if you have the ANSI C header files. */
|
||||
#define STDC_HEADERS 1
|
||||
|
||||
/* Define to 1 if strerror_r returns char *. */
|
||||
/* #undef STRERROR_R_CHAR_P */
|
||||
|
||||
/* Enable extensions on AIX 3, Interix. */
|
||||
#ifndef _ALL_SOURCE
|
||||
# define _ALL_SOURCE 1
|
||||
|
@ -1412,6 +1846,9 @@
|
|||
#endif
|
||||
|
||||
|
||||
/* Define to 1 if unsetenv returns void instead of int. */
|
||||
/* #undef VOID_UNSETENV */
|
||||
|
||||
/* Define to l, ll, u, ul, ull, etc., as suitable for constants of type
|
||||
'wchar_t'. */
|
||||
/* #undef WCHAR_T_SUFFIX */
|
||||
|
@ -1469,6 +1906,10 @@
|
|||
this defined. */
|
||||
/* #undef _POSIX_1_SOURCE */
|
||||
|
||||
/* Define to 1 in order to get the POSIX compatible declarations of socket
|
||||
functions. */
|
||||
/* #undef _POSIX_PII_SOCKET */
|
||||
|
||||
/* Define to 1 if you need to in order for 'stat' and other things to work. */
|
||||
/* #undef _POSIX_SOURCE */
|
||||
|
||||
|
@ -1612,6 +2053,12 @@
|
|||
# define __restrict__
|
||||
#endif
|
||||
|
||||
/* Define to `unsigned int' if <sys/types.h> does not define. */
|
||||
/* #undef size_t */
|
||||
|
||||
/* type to use in place of socklen_t if not defined */
|
||||
/* #undef socklen_t */
|
||||
|
||||
/* Define as a signed type of the same size as size_t. */
|
||||
/* #undef ssize_t */
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
/* This file is automatically generated. DO NOT EDIT! */
|
||||
/* Generated from: NetBSD: mknative-gdb,v 1.7 2016/10/16 04:37:42 mrg Exp */
|
||||
/* Generated from: NetBSD: mknative.common,v 1.15 2017/11/29 03:32:28 christos Exp */
|
||||
/* Generated from: NetBSD: mknative-gdb,v 1.8 2019/05/29 01:56:06 christos Exp */
|
||||
/* Generated from: NetBSD: mknative.common,v 1.16 2018/04/15 15:13:37 christos Exp */
|
||||
|
||||
/* config.h. Generated from config.in by configure. */
|
||||
/* config.in. Generated from configure.ac by autoheader. */
|
||||
|
@ -107,26 +107,14 @@
|
|||
/* 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 `free', and to 0 if you don't.
|
||||
*/
|
||||
#define HAVE_DECL_FREE 1
|
||||
|
||||
/* Define to 1 if you have the declaration of `getthrds', and to 0 if you
|
||||
don't. */
|
||||
/* #undef HAVE_DECL_GETTHRDS */
|
||||
|
||||
/* 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 `ptrace', and to 0 if you don't.
|
||||
*/
|
||||
#define HAVE_DECL_PTRACE 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 `snprintf', and to 0 if you
|
||||
don't. */
|
||||
#define HAVE_DECL_SNPRINTF 1
|
||||
|
@ -173,6 +161,9 @@
|
|||
/* Define if ELF support should be included. */
|
||||
#define HAVE_ELF 1
|
||||
|
||||
/* Define if <sys/procfs.h> has elf_fpregset_t. */
|
||||
/* #undef HAVE_ELF_FPREGSET_T */
|
||||
|
||||
/* Define to 1 if you have the <elf_hp.h> header file. */
|
||||
/* #undef HAVE_ELF_HP_H */
|
||||
|
||||
|
@ -197,6 +188,9 @@
|
|||
/* Define to 1 if you have the `getpagesize' function. */
|
||||
#define HAVE_GETPAGESIZE 1
|
||||
|
||||
/* Define to 1 if you have the `getpgid' function. */
|
||||
#define HAVE_GETPGID 1
|
||||
|
||||
/* Define to 1 if you have the `getrlimit' function. */
|
||||
#define HAVE_GETRLIMIT 1
|
||||
|
||||
|
@ -224,6 +218,9 @@
|
|||
/* Define to 1 if you have the <inttypes.h> header file. */
|
||||
#define HAVE_INTTYPES_H 1
|
||||
|
||||
/* Define to 1 if your system has the kinfo_getfile function. */
|
||||
/* #undef HAVE_KINFO_GETFILE */
|
||||
|
||||
/* Define to 1 if your system has the kinfo_getvmmap function. */
|
||||
#define HAVE_KINFO_GETVMMAP 1
|
||||
|
||||
|
@ -236,11 +233,8 @@
|
|||
/* Define if you have the babeltrace library. */
|
||||
/* #undef HAVE_LIBBABELTRACE */
|
||||
|
||||
/* Define to 1 if you have the `dl' library (-ldl). */
|
||||
/* #undef HAVE_LIBDL */
|
||||
|
||||
/* Define if you have the expat library. */
|
||||
#define HAVE_LIBEXPAT 1
|
||||
/* #undef HAVE_LIBEXPAT */
|
||||
|
||||
/* Define to 1 if you have the `libiconvlist' function. */
|
||||
/* #undef HAVE_LIBICONVLIST */
|
||||
|
@ -257,6 +251,9 @@
|
|||
/* Define to 1 if you have the `mcheck' library (-lmcheck). */
|
||||
/* #undef HAVE_LIBMCHECK */
|
||||
|
||||
/* Define if you have the mpfr library. */
|
||||
/* #undef HAVE_LIBMPFR */
|
||||
|
||||
/* Define if Python 2.4 is being used. */
|
||||
/* #undef HAVE_LIBPYTHON2_4 */
|
||||
|
||||
|
@ -272,8 +269,8 @@
|
|||
/* Define to 1 if you have the <libunwind-ia64.h> header file. */
|
||||
/* #undef HAVE_LIBUNWIND_IA64_H */
|
||||
|
||||
/* Define to 1 if you have the `w' library (-lw). */
|
||||
/* #undef HAVE_LIBW */
|
||||
/* Define to 1 if you have the <linux/elf.h> header file. */
|
||||
/* #undef HAVE_LINUX_ELF_H */
|
||||
|
||||
/* Define to 1 if you have the <linux/perf_event.h> header file. */
|
||||
/* #undef HAVE_LINUX_PERF_EVENT_H */
|
||||
|
@ -296,15 +293,15 @@
|
|||
/* Define to 1 if you have the <memory.h> 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 a working `mmap' system call. */
|
||||
#define HAVE_MMAP 1
|
||||
|
||||
/* Define to 1 if you have the `monstartup' function. */
|
||||
#define HAVE_MONSTARTUP 1
|
||||
|
||||
/* Define to 1 if you have the <ncursesw/ncurses.h> header file. */
|
||||
/* #undef HAVE_NCURSESW_NCURSES_H */
|
||||
|
||||
/* Define to 1 if you have the <ncurses.h> header file. */
|
||||
/* #undef HAVE_NCURSES_H */
|
||||
|
||||
|
@ -353,18 +350,6 @@
|
|||
/* Define to 1 if you have the <proc_service.h> header file. */
|
||||
/* #undef HAVE_PROC_SERVICE_H */
|
||||
|
||||
/* Define if <sys/procfs.h> has prsysent_t. */
|
||||
/* #undef HAVE_PRSYSENT_T */
|
||||
|
||||
/* Define if <sys/procfs.h> has pr_sigaction64_t. */
|
||||
/* #undef HAVE_PR_SIGACTION64_T */
|
||||
|
||||
/* Define if <sys/procfs.h> has pr_siginfo64_t. */
|
||||
/* #undef HAVE_PR_SIGINFO64_T */
|
||||
|
||||
/* Define if <sys/procfs.h> has pr_sigset_t. */
|
||||
/* #undef HAVE_PR_SIGSET_T */
|
||||
|
||||
/* Define if <sys/procfs.h> has psaddr_t. */
|
||||
/* #undef HAVE_PSADDR_T */
|
||||
|
||||
|
@ -386,6 +371,9 @@
|
|||
/* Define if sys/ptrace.h defines the PT_GETXMMREGS request. */
|
||||
#define HAVE_PT_GETXMMREGS 1
|
||||
|
||||
/* Define to 1 if you have the `pt_insn_event' function. */
|
||||
/* #undef HAVE_PT_INSN_EVENT */
|
||||
|
||||
/* Define to 1 if you have the `pwrite' function. */
|
||||
#define HAVE_PWRITE 1
|
||||
|
||||
|
@ -419,9 +407,6 @@
|
|||
/* Define to 1 if you have the `setsid' function. */
|
||||
#define HAVE_SETSID 1
|
||||
|
||||
/* Define to 1 if you have the <sgtty.h> header file. */
|
||||
#define HAVE_SGTTY_H 1
|
||||
|
||||
/* Define to 1 if you have the `sigaction' function. */
|
||||
#define HAVE_SIGACTION 1
|
||||
|
||||
|
@ -446,6 +431,9 @@
|
|||
/* Define to 1 if the system has the type `socklen_t'. */
|
||||
#define HAVE_SOCKLEN_T 1
|
||||
|
||||
/* Define to 1 if the source-highlight library is available */
|
||||
/* #undef HAVE_SOURCE_HIGHLIGHT */
|
||||
|
||||
/* Define to 1 if you have the <stdint.h> header file. */
|
||||
#define HAVE_STDINT_H 1
|
||||
|
||||
|
@ -461,42 +449,45 @@
|
|||
/* Define to 1 if your system has struct lwp. */
|
||||
#define HAVE_STRUCT_LWP 1
|
||||
|
||||
/* Define to 1 if `struct ptrace_lwpinfo' is a member of `pl_syscall_code'. */
|
||||
/* Define to 1 if `pl_syscall_code' is a member of `struct ptrace_lwpinfo'. */
|
||||
/* #undef HAVE_STRUCT_PTRACE_LWPINFO_PL_SYSCALL_CODE */
|
||||
|
||||
/* Define to 1 if `struct ptrace_lwpinfo' is a member of `pl_tdname'. */
|
||||
/* Define to 1 if `pl_tdname' is a member of `struct ptrace_lwpinfo'. */
|
||||
/* #undef HAVE_STRUCT_PTRACE_LWPINFO_PL_TDNAME */
|
||||
|
||||
/* Define to 1 if `enabled' is a member of `struct pt_insn'. */
|
||||
/* #undef HAVE_STRUCT_PT_INSN_ENABLED */
|
||||
|
||||
/* Define to 1 if `resynced' is a member of `struct pt_insn'. */
|
||||
/* #undef HAVE_STRUCT_PT_INSN_RESYNCED */
|
||||
|
||||
/* Define to 1 if your system has struct reg in <machine/reg.h>. */
|
||||
#define HAVE_STRUCT_REG 1
|
||||
|
||||
/* Define to 1 if `struct reg' is a member of `r_fs'. */
|
||||
/* Define to 1 if `r_fs' is a member of `struct reg'. */
|
||||
#define HAVE_STRUCT_REG_R_FS 1
|
||||
|
||||
/* Define to 1 if `struct reg' is a member of `r_gs'. */
|
||||
/* Define to 1 if `r_gs' is a member of `struct reg'. */
|
||||
#define HAVE_STRUCT_REG_R_GS 1
|
||||
|
||||
/* Define to 1 if `struct stat' is a member of `st_blksize'. */
|
||||
/* Define to 1 if `st_blksize' is a member of `struct stat'. */
|
||||
#define HAVE_STRUCT_STAT_ST_BLKSIZE 1
|
||||
|
||||
/* Define to 1 if `struct stat' is a member of `st_blocks'. */
|
||||
/* Define to 1 if `st_blocks' is a member of `struct stat'. */
|
||||
#define HAVE_STRUCT_STAT_ST_BLOCKS 1
|
||||
|
||||
/* Define to 1 if `struct thread' is a member of `td_pcb'. */
|
||||
/* Define to 1 if `td_pcb' is a member of `struct thread'. */
|
||||
/* #undef HAVE_STRUCT_THREAD_TD_PCB */
|
||||
|
||||
/* Define to 1 if `struct user_regs_struct' is a member of `fs_base'. */
|
||||
/* Define to 1 if `fs_base' is a member of `struct user_regs_struct'. */
|
||||
/* #undef HAVE_STRUCT_USER_REGS_STRUCT_FS_BASE */
|
||||
|
||||
/* Define to 1 if `struct user_regs_struct' is a member of `gs_base'. */
|
||||
/* Define to 1 if `gs_base' is a member of `struct user_regs_struct'. */
|
||||
/* #undef HAVE_STRUCT_USER_REGS_STRUCT_GS_BASE */
|
||||
|
||||
/* Define to 1 if you have the <sys/debugreg.h> header file. */
|
||||
/* #undef HAVE_SYS_DEBUGREG_H */
|
||||
|
||||
/* Define to 1 if you have the <sys/fault.h> header file. */
|
||||
/* #undef HAVE_SYS_FAULT_H */
|
||||
|
||||
/* Define to 1 if you have the <sys/file.h> header file. */
|
||||
#define HAVE_SYS_FILE_H 1
|
||||
|
||||
|
@ -515,9 +506,6 @@
|
|||
/* Define to 1 if you have the <sys/procfs.h> header file. */
|
||||
/* #undef HAVE_SYS_PROCFS_H */
|
||||
|
||||
/* Define to 1 if you have the <sys/proc.h> header file. */
|
||||
#define HAVE_SYS_PROC_H 1
|
||||
|
||||
/* Define to 1 if you have the <sys/ptrace.h> header file. */
|
||||
#define HAVE_SYS_PTRACE_H 1
|
||||
|
||||
|
@ -536,9 +524,6 @@
|
|||
/* Define to 1 if you have the <sys/stat.h> header file. */
|
||||
#define HAVE_SYS_STAT_H 1
|
||||
|
||||
/* Define to 1 if you have the <sys/syscall.h> header file. */
|
||||
#define HAVE_SYS_SYSCALL_H 1
|
||||
|
||||
/* Define to 1 if you have the <sys/types.h> header file. */
|
||||
#define HAVE_SYS_TYPES_H 1
|
||||
|
||||
|
@ -546,7 +531,7 @@
|
|||
#define HAVE_SYS_UN_H 1
|
||||
|
||||
/* Define to 1 if you have the <sys/user.h> header file. */
|
||||
#define HAVE_SYS_USER_H 1
|
||||
/* #undef HAVE_SYS_USER_H */
|
||||
|
||||
/* Define to 1 if you have the <sys/wait.h> header file. */
|
||||
#define HAVE_SYS_WAIT_H 1
|
||||
|
@ -554,24 +539,21 @@
|
|||
/* Define to 1 if you have the <termios.h> header file. */
|
||||
#define HAVE_TERMIOS_H 1
|
||||
|
||||
/* Define to 1 if you have the <termio.h> header file. */
|
||||
/* #undef HAVE_TERMIO_H */
|
||||
|
||||
/* Define to 1 if you have the <term.h> header file. */
|
||||
#define HAVE_TERM_H 1
|
||||
|
||||
/* Define to 1 if you have the <thread_db.h> header file. */
|
||||
/* #undef HAVE_THREAD_DB_H */
|
||||
|
||||
/* Define if using Solaris thread debugging. */
|
||||
/* #undef HAVE_THREAD_DB_LIB */
|
||||
|
||||
/* Define to 1 if you have the `ttrace' function. */
|
||||
/* #undef HAVE_TTRACE */
|
||||
|
||||
/* Define to 1 if you have the <unistd.h> header file. */
|
||||
#define HAVE_UNISTD_H 1
|
||||
|
||||
/* Define to 1 if you have the `use_default_colors' function. */
|
||||
#define HAVE_USE_DEFAULT_COLORS 1
|
||||
|
||||
/* Define to 1 if you have the `vfork' function. */
|
||||
#define HAVE_VFORK 1
|
||||
|
||||
|
@ -624,9 +606,6 @@
|
|||
moved. */
|
||||
#define JIT_READER_DIR_RELOCATABLE 1
|
||||
|
||||
/* Define if you want to use new multi-fd /proc interface. */
|
||||
/* #undef NEW_PROC_API */
|
||||
|
||||
/* Name of this package. */
|
||||
#define PACKAGE "gdb"
|
||||
|
||||
|
@ -651,9 +630,6 @@
|
|||
/* Additional package description */
|
||||
#define PKGVERSION "(GDB) "
|
||||
|
||||
/* Define if the prfpregset_t type is broken. */
|
||||
/* #undef PRFPREGSET_T_BROKEN */
|
||||
|
||||
/* Define to 1 if the "%H, %D and %DD" formats work to print decfloats. */
|
||||
/* #undef PRINTF_HAS_DECFLOAT */
|
||||
|
||||
|
@ -663,10 +639,6 @@
|
|||
/* Define to 1 if the "%ll" format works to print long longs. */
|
||||
/* #undef PRINTF_HAS_LONG_LONG */
|
||||
|
||||
/* Define if <proc_service.h> on solaris uses int instead of size_t, and
|
||||
assorted other type changes. */
|
||||
/* #undef PROC_SERVICE_IS_OLD */
|
||||
|
||||
/* Define to the type of arg 1 for ptrace. */
|
||||
#define PTRACE_TYPE_ARG1 int
|
||||
|
||||
|
@ -797,6 +769,11 @@
|
|||
# endif
|
||||
#endif
|
||||
|
||||
/* Enable large inode numbers on Mac OS X 10.5. */
|
||||
#ifndef _DARWIN_USE_64_BIT_INODE
|
||||
# define _DARWIN_USE_64_BIT_INODE 1
|
||||
#endif
|
||||
|
||||
/* Number of bits in a file offset, on hosts where this is settable. */
|
||||
/* #undef _FILE_OFFSET_BITS */
|
||||
|
||||
|
@ -806,10 +783,6 @@
|
|||
/* Define to 1 if on MINIX. */
|
||||
/* #undef _MINIX */
|
||||
|
||||
/* Define to 1 to avoid a clash between <widec.h> and <wchar.h> on Solaris
|
||||
2.[789] when using GCC. */
|
||||
/* #undef _MSE_INT_H */
|
||||
|
||||
/* Define to 2 if the system does not provide POSIX.1 features except with
|
||||
this defined. */
|
||||
/* #undef _POSIX_1_SOURCE */
|
||||
|
@ -829,5 +802,8 @@
|
|||
/* Define to `int' if <sys/types.h> does not define. */
|
||||
/* #undef pid_t */
|
||||
|
||||
/* Define to `unsigned int' if <sys/types.h> does not define. */
|
||||
/* #undef size_t */
|
||||
|
||||
/* Define as `fork' if `vfork' does not work. */
|
||||
/* #undef vfork */
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# This file is automatically generated. DO NOT EDIT!
|
||||
# Generated from: NetBSD: mknative-gdb,v 1.7 2016/10/16 04:37:42 mrg Exp
|
||||
# Generated from: NetBSD: mknative.common,v 1.15 2017/11/29 03:32:28 christos Exp
|
||||
# Generated from: NetBSD: mknative-gdb,v 1.8 2019/05/29 01:56:06 christos Exp
|
||||
# Generated from: NetBSD: mknative.common,v 1.16 2018/04/15 15:13:37 christos Exp
|
||||
#
|
||||
G_INTERNAL_CFLAGS= -I. -I${GNUHOSTDIST}/gdb -I${GNUHOSTDIST}/gdb/common -I${GNUHOSTDIST}/gdb/config -DLOCALEDIR=\"/usr/share/locale\" -DHAVE_CONFIG_H -I${GNUHOSTDIST}/gdb/../include/opcode -I${GNUHOSTDIST}/gdb/../opcodes/.. -I${GNUHOSTDIST}/gdb/../readline/.. -I${GNUHOSTDIST}/gdb/../zlib -I../bfd -I${GNUHOSTDIST}/gdb/../bfd -I${GNUHOSTDIST}/gdb/../include -I../libdecnumber -I${GNUHOSTDIST}/gdb/../libdecnumber -I./../intl -I${GNUHOSTDIST}/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-narrowing -Wformat-nonliteral
|
||||
G_LIBGDB_OBS=i386-tdep.o i387-tdep.o i386-bsd-tdep.o i386-nbsd-tdep.o nbsd-tdep.o solib-svr4.o ser-base.o ser-unix.o ser-pipe.o ser-tcp.o fork-child.o inf-ptrace.o nbsd-nat.o x86-bsd-nat.o x86-nat.o x86-dregs.o i386-bsd-nat.o i386-nbsd-nat.o bsd-kvm.o ax-gdb.o ax-general.o ctf.o dcache.o remote.o remote-fileio.o remote-notif.o tracefile.o tracefile-tfile.o tracepoint.o cli-cmds.o cli-decode.o cli-dump.o cli-interp.o cli-logging.o cli-script.o cli-setshow.o cli-utils.o mi-cmd-break.o mi-cmd-catch.o mi-cmd-disas.o mi-cmd-env.o mi-cmd-file.o mi-cmd-info.o mi-cmd-stack.o mi-cmd-target.o mi-cmd-var.o mi-cmds.o mi-console.o mi-getopt.o mi-interp.o mi-main.o mi-out.o mi-parse.o mi-symbol-cmds.o tui.o tui-command.o tui-data.o tui-disasm.o tui-file.o tui-hooks.o tui-interp.o tui-io.o tui-layout.o tui-out.o tui-regs.o tui-source.o tui-stack.o tui-win.o tui-windata.o tui-wingeneral.o tui-winsource.o python.o guile.o elfread.o stap-probe.o dtrace-probe.o posix-hdep.o posix-strerror.o ada-exp.o c-exp.o cp-name-parser.o d-exp.o f-exp.o go-exp.o m2-exp.o p-exp.o rust-exp.o ada-lang.o ada-tasks.o ada-typeprint.o ada-valprint.o ada-varobj.o addrmap.o agent.o annotate.o arch-utils.o auto-load.o auxv.o bcache.o bfd-target.o block.o blockframe.o break-catch-sig.o break-catch-syscall.o break-catch-throw.o breakpoint.o btrace.o btrace-common.o buffer.o build-id.o buildsym.o c-lang.o c-typeprint.o c-valprint.o c-varobj.o charset.o cleanups.o cli-out.o coff-pe-read.o coffread.o common-agent.o common-debug.o common-exceptions.o common-regcache.o common-utils.o complaints.o completer.o continuations.o copying.o corefile.o corelow.o cp-abi.o cp-namespace.o cp-support.o cp-valprint.o d-lang.o d-namespace.o d-valprint.o dbxread.o debug.o demangle.o dfp.o dictionary.o disasm.o disasm-selftests.o doublest.o dummy-frame.o dwarf2-frame.o dwarf2-frame-tailcall.o dwarf2expr.o dwarf2loc.o dwarf2read.o environ.o errors.o eval.o event-loop.o event-top.o exceptions.o exec.o expprint.o extension.o f-lang.o f-typeprint.o f-valprint.o fileio.o filestuff.o filesystem.o findcmd.o findvar.o format.o frame.o frame-base.o frame-unwind.o gcore.o gdb_bfd.o gdb-dlfcn.o gdb_obstack.o gdb_usleep.o gdb_vecs.o gdbarch.o gdbtypes.o gnu-v2-abi.o gnu-v3-abi.o go-lang.o go-typeprint.o go-valprint.o inf-child.o inf-loop.o infcall.o infcmd.o inferior.o infrun.o inline-frame.o interps.o jit.o language.o linespec.o location.o m2-lang.o m2-typeprint.o m2-valprint.o macrocmd.o macroexp.o macroscope.o macrotab.o main.o maint.o mdebugread.o mem-break.o memattr.o memory-map.o memrange.o mi-common.o minidebug.o minsyms.o mipsread.o namespace.o new-op.o objc-lang.o objfiles.o observer.o opencl-lang.o osabi.o osdata.o p-lang.o p-typeprint.o p-valprint.o parse.o print-utils.o printcmd.o probe.o progspace.o prologue-value.o psymtab.o ptid.o record.o record-btrace.o record-full.o regcache.o reggroups.o registry.o reverse.o rsp-low.o run-time-clock.o rust-lang.o selftest.o selftest-arch.o sentinel-frame.o ser-event.o serial.o signals.o signals-state-save-restore.o skip.o solib.o solib-target.o source.o stabsread.o stack.o std-regs.o symfile.o symfile-debug.o symmisc.o symtab.o target.o target-dcache.o target-descriptions.o target-memory.o thread.o thread-fsm.o tid-parse.o top.o trad-frame.o tramp-frame.o typeprint.o ui-file.o ui-out.o user-regs.o utils.o utils-selftests.o valarith.o valops.o valprint.o value.o varobj.o vec.o version.o waitstatus.o xml-builtin.o xml-support.o xml-syscall.o xml-tdesc.o xml-utils.o compile.o compile-c-support.o compile-c-symbols.o compile-c-types.o compile-loc2c.o compile-object-load.o compile-object-run.o inflow.o init.o
|
||||
G_INTERNAL_CFLAGS= -I. -I${GNUHOSTDIST}/gdb -I${GNUHOSTDIST}/gdb/config -DLOCALEDIR=\"/usr/share/locale\" -DHAVE_CONFIG_H -I${GNUHOSTDIST}/gdb/../include/opcode -I${GNUHOSTDIST}/gdb/../readline/.. -I${GNUHOSTDIST}/gdb/../zlib -I../bfd -I${GNUHOSTDIST}/gdb/../bfd -I${GNUHOSTDIST}/gdb/../include -I../libdecnumber -I${GNUHOSTDIST}/gdb/../libdecnumber -I./../intl -I${GNUHOSTDIST}/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-variable -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-error=maybe-uninitialized -Wsuggest-override -Wimplicit-fallthrough=3 -Wduplicated-cond -Wshadow=local -Wformat -Wformat-nonliteral
|
||||
G_LIBGDB_OBS=ada-exp.o ada-lang.o ada-tasks.o ada-typeprint.o ada-valprint.o ada-varobj.o addrmap.o agent.o annotate.o arch-utils.o i386.o auto-load.o auxv.o ax-gdb.o ax-general.o bcache.o bfd-target.o block.o blockframe.o break-catch-sig.o break-catch-syscall.o break-catch-throw.o breakpoint.o bsd-kvm.o btrace.o build-id.o buildsym-legacy.o buildsym.o c-exp.o c-lang.o c-typeprint.o c-valprint.o c-varobj.o charset.o cli-out.o cli-cmds.o cli-decode.o cli-dump.o cli-interp.o cli-logging.o cli-script.o cli-setshow.o cli-style.o cli-utils.o coff-pe-read.o coffread.o common-agent.o btrace-common.o buffer.o cleanups.o common-debug.o common-exceptions.o common-regcache.o common-utils.o environ.o errors.o fileio.o filestuff.o format.o gdb_tilde_expand.o gdb_vecs.o job-control.o netstuff.o new-op.o pathstuff.o posix-strerror.o print-utils.o ptid.o rsp-low.o run-time-clock.o scoped_mmap.o signals-state-save-restore.o signals.o tdesc.o vec.o xml-utils.o compile-c-support.o compile-c-symbols.o compile-c-types.o compile-cplus-symbols.o compile-cplus-types.o compile-loc2c.o compile-object-load.o compile-object-run.o compile.o complaints.o completer.o continuations.o copying.o corefile.o corelow.o cp-abi.o cp-name-parser.o cp-namespace.o cp-support.o cp-valprint.o ctf.o d-exp.o d-lang.o d-namespace.o d-valprint.o dbxread.o dcache.o debug.o demangle.o dictionary.o disasm-selftests.o disasm.o dtrace-probe.o dummy-frame.o dwarf-index-cache.o dwarf-index-common.o dwarf-index-write.o dwarf2-frame-tailcall.o dwarf2-frame.o dwarf2expr.o dwarf2loc.o dwarf2read.o elfread.o eval.o event-loop.o event-top.o exceptions.o exec.o expprint.o extension.o f-exp.o f-lang.o f-typeprint.o f-valprint.o filename-seen-cache.o filesystem.o findcmd.o findvar.o fork-child.o frame-base.o frame-unwind.o frame.o gcore.o gdb-dlfcn.o gdb_bfd.o gdb_obstack.o gdb_regex.o gdb_usleep.o gdbarch-selftests.o gdbarch.o gdbtypes.o gnu-v2-abi.o gnu-v3-abi.o go-exp.o go-lang.o go-typeprint.o go-valprint.o guile.o i386-bsd-nat.o i386-bsd-tdep.o i386-nbsd-nat.o i386-nbsd-tdep.o i386-tdep.o i387-tdep.o inf-child.o inf-loop.o inf-ptrace.o infcall.o infcmd.o inferior.o inflow.o infrun.o inline-frame.o interps.o jit.o language.o linespec.o location.o m2-exp.o m2-lang.o m2-typeprint.o m2-valprint.o macrocmd.o macroexp.o macroscope.o macrotab.o main.o maint.o mdebugread.o mem-break.o memattr.o memory-map.o memrange.o mi-cmd-break.o mi-cmd-catch.o mi-cmd-disas.o mi-cmd-env.o mi-cmd-file.o mi-cmd-info.o mi-cmd-stack.o mi-cmd-target.o mi-cmd-var.o mi-cmds.o mi-common.o mi-console.o mi-getopt.o mi-interp.o mi-main.o mi-out.o mi-parse.o mi-symbol-cmds.o minidebug.o minsyms.o mipsread.o namespace.o fork-inferior.o x86-dregs.o nbsd-nat.o nbsd-tdep.o objc-lang.o objfiles.o observable.o opencl-lang.o osabi.o osdata.o p-exp.o p-lang.o p-typeprint.o p-valprint.o parse.o posix-hdep.o printcmd.o probe.o process-stratum-target.o producer.o progspace-and-thread.o progspace.o prologue-value.o psymtab.o python.o record-btrace.o record-full.o record.o regcache-dump.o regcache.o reggroups.o registry.o remote-fileio.o remote-notif.o remote.o reverse.o rust-exp.o rust-lang.o sentinel-frame.o ser-base.o ser-event.o ser-pipe.o ser-tcp.o ser-uds.o ser-unix.o serial.o skip.o solib-svr4.o solib-target.o solib.o source-cache.o source.o stabsread.o stack.o stap-probe.o std-regs.o symfile-debug.o symfile.o symmisc.o symtab.o target-dcache.o target-descriptions.o target-float.o target-memory.o target.o waitstatus.o test-target.o thread-iter.o thread.o tid-parse.o top.o tracefile-tfile.o tracefile.o tracepoint.o trad-frame.o tramp-frame.o tui-command.o tui-data.o tui-disasm.o tui-file.o tui-hooks.o tui-interp.o tui-io.o tui-layout.o tui-out.o tui-regs.o tui-source.o tui-stack.o tui-win.o tui-windata.o tui-wingeneral.o tui-winsource.o tui.o typeprint.o ui-file.o ui-out.o ui-style.o user-regs.o utils.o valarith.o valops.o valprint.o value.o varobj.o version.o x86-bsd-nat.o x86-nat.o x86-tdep.o xml-builtin.o xml-support.o xml-syscall.o xml-tdesc.o init.o
|
||||
G_SIM_OBS=
|
||||
|
|
|
@ -1,30 +1,36 @@
|
|||
/* This file is automatically generated. DO NOT EDIT! */
|
||||
/* Generated from: NetBSD: mknative-gdb,v 1.7 2016/10/16 04:37:42 mrg Exp */
|
||||
/* Generated from: NetBSD: mknative.common,v 1.15 2017/11/29 03:32:28 christos Exp */
|
||||
/* Generated from: NetBSD: mknative-gdb,v 1.8 2019/05/29 01:56:06 christos Exp */
|
||||
/* Generated from: NetBSD: mknative.common,v 1.16 2018/04/15 15:13:37 christos Exp */
|
||||
|
||||
/* Do not modify this file. */
|
||||
/* It is created automatically by the Makefile. */
|
||||
#include "defs.h" /* For initialize_file_ftype. */
|
||||
extern void initialize_all_files(void);
|
||||
extern initialize_file_ftype _initialize_gdbtypes;
|
||||
extern initialize_file_ftype _initialize_i386_tdep;
|
||||
extern initialize_file_ftype _initialize_i386nbsd_tdep;
|
||||
extern initialize_file_ftype _initialize_svr4_solib;
|
||||
extern initialize_file_ftype _initialize_i386nbsd_tdep;
|
||||
extern initialize_file_ftype _initialize_ser_hardwire;
|
||||
extern initialize_file_ftype _initialize_ser_pipe;
|
||||
extern initialize_file_ftype _initialize_ser_tcp;
|
||||
extern initialize_file_ftype _initialize_ser_socket;
|
||||
extern initialize_file_ftype _initialize_fork_child;
|
||||
extern initialize_file_ftype _initialize_nbsd_nat;
|
||||
extern initialize_file_ftype _initialize_x86_bsd_nat;
|
||||
extern initialize_file_ftype _initialize_i386bsd_nat;
|
||||
extern initialize_file_ftype _initialize_i386nbsd_nat;
|
||||
extern initialize_file_ftype _initialize_ax_gdb;
|
||||
extern initialize_file_ftype _initialize_ctf;
|
||||
extern initialize_file_ftype _initialize_dcache;
|
||||
extern initialize_file_ftype _initialize_remote;
|
||||
extern initialize_file_ftype _initialize_notif;
|
||||
extern initialize_file_ftype _initialize_tracefile;
|
||||
extern initialize_file_ftype _initialize_tracefile_tfile;
|
||||
extern initialize_file_ftype _initialize_tracepoint;
|
||||
extern initialize_file_ftype _initialize_mi_cmd_env;
|
||||
extern initialize_file_ftype _initialize_mi_cmds;
|
||||
extern initialize_file_ftype _initialize_mi_interp;
|
||||
extern initialize_file_ftype _initialize_mi_main;
|
||||
extern initialize_file_ftype _initialize_tui;
|
||||
extern initialize_file_ftype _initialize_tui_hooks;
|
||||
extern initialize_file_ftype _initialize_tui_interp;
|
||||
extern initialize_file_ftype _initialize_tui_layout;
|
||||
extern initialize_file_ftype _initialize_tui_regs;
|
||||
extern initialize_file_ftype _initialize_tui_stack;
|
||||
extern initialize_file_ftype _initialize_tui_win;
|
||||
extern initialize_file_ftype _initialize_python;
|
||||
extern initialize_file_ftype _initialize_guile;
|
||||
extern initialize_file_ftype _initialize_elfread;
|
||||
extern initialize_file_ftype _initialize_stap_probe;
|
||||
extern initialize_file_ftype _initialize_dtrace_probe;
|
||||
|
@ -38,12 +44,12 @@ extern initialize_file_ftype _initialize_annotate;
|
|||
extern initialize_file_ftype _initialize_gdbarch_utils;
|
||||
extern initialize_file_ftype _initialize_auto_load;
|
||||
extern initialize_file_ftype _initialize_auxv;
|
||||
extern initialize_file_ftype _initialize_ax_gdb;
|
||||
extern initialize_file_ftype _initialize_break_catch_sig;
|
||||
extern initialize_file_ftype _initialize_break_catch_syscall;
|
||||
extern initialize_file_ftype _initialize_break_catch_throw;
|
||||
extern initialize_file_ftype _initialize_breakpoint;
|
||||
extern initialize_file_ftype _initialize_btrace;
|
||||
extern initialize_file_ftype _initialize_c_language;
|
||||
extern initialize_file_ftype _initialize_charset;
|
||||
extern initialize_file_ftype _initialize_coff_pe_read;
|
||||
extern initialize_file_ftype _initialize_coffread;
|
||||
|
@ -56,12 +62,16 @@ extern initialize_file_ftype _initialize_cp_abi;
|
|||
extern initialize_file_ftype _initialize_cp_namespace;
|
||||
extern initialize_file_ftype _initialize_cp_support;
|
||||
extern initialize_file_ftype _initialize_cp_valprint;
|
||||
extern initialize_file_ftype _initialize_ctf;
|
||||
extern initialize_file_ftype _initialize_d_language;
|
||||
extern initialize_file_ftype _initialize_dbxread;
|
||||
extern initialize_file_ftype _initialize_dcache;
|
||||
extern initialize_file_ftype _initialize_demangler;
|
||||
extern initialize_file_ftype _initialize_disasm;
|
||||
extern initialize_file_ftype _initialize_disasm_selftests;
|
||||
extern initialize_file_ftype _initialize_dummy_frame;
|
||||
extern initialize_file_ftype _initialize_index_cache;
|
||||
extern initialize_file_ftype _initialize_dwarf_index_write;
|
||||
extern initialize_file_ftype _initialize_dwarf2_frame;
|
||||
extern initialize_file_ftype _initialize_tailcall_frame;
|
||||
extern initialize_file_ftype _initialize_dwarf2expr;
|
||||
|
@ -73,17 +83,21 @@ extern initialize_file_ftype _initialize_f_language;
|
|||
extern initialize_file_ftype _initialize_f_valprint;
|
||||
extern initialize_file_ftype _initialize_filesystem;
|
||||
extern initialize_file_ftype _initialize_mem_search;
|
||||
extern initialize_file_ftype _initialize_findvar;
|
||||
extern initialize_file_ftype _initialize_frame;
|
||||
extern initialize_file_ftype _initialize_frame_base;
|
||||
extern initialize_file_ftype _initialize_frame_unwind;
|
||||
extern initialize_file_ftype _initialize_gcore;
|
||||
extern initialize_file_ftype _initialize_gdb_bfd;
|
||||
extern initialize_file_ftype _initialize_gdbarch;
|
||||
extern initialize_file_ftype _initialize_gdbarch_selftests;
|
||||
extern initialize_file_ftype _initialize_gdbtypes;
|
||||
extern initialize_file_ftype _initialize_gnu_v2_abi;
|
||||
extern initialize_file_ftype _initialize_gnu_v3_abi;
|
||||
extern initialize_file_ftype _initialize_go_language;
|
||||
extern initialize_file_ftype _initialize_infcall;
|
||||
extern initialize_file_ftype _initialize_infcmd;
|
||||
extern initialize_file_ftype _initialize_inflow;
|
||||
extern initialize_file_ftype _initialize_infrun;
|
||||
extern initialize_file_ftype _initialize_interpreter;
|
||||
extern initialize_file_ftype _initialize_jit;
|
||||
|
@ -102,20 +116,21 @@ extern initialize_file_ftype _initialize_observer;
|
|||
extern initialize_file_ftype _initialize_opencl_language;
|
||||
extern initialize_file_ftype _initialize_gdb_osabi;
|
||||
extern initialize_file_ftype _initialize_osdata;
|
||||
extern initialize_file_ftype _initialize_pascal_language;
|
||||
extern initialize_file_ftype _initialize_pascal_valprint;
|
||||
extern initialize_file_ftype _initialize_parse;
|
||||
extern initialize_file_ftype _initialize_printcmd;
|
||||
extern initialize_file_ftype _initialize_probe;
|
||||
extern initialize_file_ftype _initialize_producer;
|
||||
extern initialize_file_ftype _initialize_psymtab;
|
||||
extern initialize_file_ftype _initialize_record;
|
||||
extern initialize_file_ftype _initialize_record_btrace;
|
||||
extern initialize_file_ftype _initialize_record_full;
|
||||
extern initialize_file_ftype _initialize_regcache;
|
||||
extern initialize_file_ftype _initialize_regcache_dump;
|
||||
extern initialize_file_ftype _initialize_reggroup;
|
||||
extern initialize_file_ftype _initialize_remote;
|
||||
extern initialize_file_ftype _initialize_notif;
|
||||
extern initialize_file_ftype _initialize_reverse;
|
||||
extern initialize_file_ftype _initialize_rust_language;
|
||||
extern initialize_file_ftype _initialize_selftests_foreach_arch;
|
||||
extern initialize_file_ftype _initialize_serial;
|
||||
extern initialize_file_ftype _initialize_step_skip;
|
||||
extern initialize_file_ftype _initialize_solib;
|
||||
|
@ -131,58 +146,55 @@ extern initialize_file_ftype _initialize_symtab;
|
|||
extern initialize_file_ftype _initialize_target_dcache;
|
||||
extern initialize_file_ftype _initialize_target_descriptions;
|
||||
extern initialize_file_ftype _initialize_thread;
|
||||
extern initialize_file_ftype _initialize_tracefile;
|
||||
extern initialize_file_ftype _initialize_tracefile_tfile;
|
||||
extern initialize_file_ftype _initialize_tracepoint;
|
||||
extern initialize_file_ftype _initialize_typeprint;
|
||||
extern initialize_file_ftype _initialize_ui_style;
|
||||
extern initialize_file_ftype _initialize_user_regs;
|
||||
extern initialize_file_ftype _initialize_utils;
|
||||
extern initialize_file_ftype _initialize_utils_selftests;
|
||||
extern initialize_file_ftype _initialize_valarith;
|
||||
extern initialize_file_ftype _initialize_valops;
|
||||
extern initialize_file_ftype _initialize_valprint;
|
||||
extern initialize_file_ftype _initialize_values;
|
||||
extern initialize_file_ftype _initialize_varobj;
|
||||
extern initialize_file_ftype _initialize_xml_support;
|
||||
extern initialize_file_ftype _initialize_inflow;
|
||||
extern initialize_file_ftype _initialize_cli_cmds;
|
||||
extern initialize_file_ftype _initialize_cli_dump;
|
||||
extern initialize_file_ftype _initialize_cli_interp;
|
||||
extern initialize_file_ftype _initialize_cli_logging;
|
||||
extern initialize_file_ftype _initialize_cli_script;
|
||||
extern initialize_file_ftype _initialize_mi_cmd_env;
|
||||
extern initialize_file_ftype _initialize_mi_cmds;
|
||||
extern initialize_file_ftype _initialize_mi_interp;
|
||||
extern initialize_file_ftype _initialize_mi_main;
|
||||
extern initialize_file_ftype _initialize_tui;
|
||||
extern initialize_file_ftype _initialize_tui_hooks;
|
||||
extern initialize_file_ftype _initialize_tui_interp;
|
||||
extern initialize_file_ftype _initialize_tui_layout;
|
||||
extern initialize_file_ftype _initialize_tui_regs;
|
||||
extern initialize_file_ftype _initialize_tui_stack;
|
||||
extern initialize_file_ftype _initialize_tui_win;
|
||||
extern initialize_file_ftype _initialize_python;
|
||||
extern initialize_file_ftype _initialize_guile;
|
||||
extern initialize_file_ftype _initialize_cli_style;
|
||||
extern initialize_file_ftype _initialize_compile;
|
||||
extern initialize_file_ftype _initialize_compile_cplus_types;
|
||||
void
|
||||
initialize_all_files (void)
|
||||
{
|
||||
_initialize_gdbtypes ();
|
||||
_initialize_i386_tdep ();
|
||||
_initialize_i386nbsd_tdep ();
|
||||
_initialize_svr4_solib ();
|
||||
_initialize_i386nbsd_tdep ();
|
||||
_initialize_ser_hardwire ();
|
||||
_initialize_ser_pipe ();
|
||||
_initialize_ser_tcp ();
|
||||
_initialize_ser_socket ();
|
||||
_initialize_fork_child ();
|
||||
_initialize_nbsd_nat ();
|
||||
_initialize_x86_bsd_nat ();
|
||||
_initialize_i386bsd_nat ();
|
||||
_initialize_i386nbsd_nat ();
|
||||
_initialize_ax_gdb ();
|
||||
_initialize_ctf ();
|
||||
_initialize_dcache ();
|
||||
_initialize_remote ();
|
||||
_initialize_notif ();
|
||||
_initialize_tracefile ();
|
||||
_initialize_tracefile_tfile ();
|
||||
_initialize_tracepoint ();
|
||||
_initialize_mi_cmd_env ();
|
||||
_initialize_mi_cmds ();
|
||||
_initialize_mi_interp ();
|
||||
_initialize_mi_main ();
|
||||
_initialize_tui ();
|
||||
_initialize_tui_hooks ();
|
||||
_initialize_tui_interp ();
|
||||
_initialize_tui_layout ();
|
||||
_initialize_tui_regs ();
|
||||
_initialize_tui_stack ();
|
||||
_initialize_tui_win ();
|
||||
_initialize_python ();
|
||||
_initialize_guile ();
|
||||
_initialize_elfread ();
|
||||
_initialize_stap_probe ();
|
||||
_initialize_dtrace_probe ();
|
||||
|
@ -196,12 +208,12 @@ initialize_all_files (void)
|
|||
_initialize_gdbarch_utils ();
|
||||
_initialize_auto_load ();
|
||||
_initialize_auxv ();
|
||||
_initialize_ax_gdb ();
|
||||
_initialize_break_catch_sig ();
|
||||
_initialize_break_catch_syscall ();
|
||||
_initialize_break_catch_throw ();
|
||||
_initialize_breakpoint ();
|
||||
_initialize_btrace ();
|
||||
_initialize_c_language ();
|
||||
_initialize_charset ();
|
||||
_initialize_coff_pe_read ();
|
||||
_initialize_coffread ();
|
||||
|
@ -214,12 +226,16 @@ initialize_all_files (void)
|
|||
_initialize_cp_namespace ();
|
||||
_initialize_cp_support ();
|
||||
_initialize_cp_valprint ();
|
||||
_initialize_ctf ();
|
||||
_initialize_d_language ();
|
||||
_initialize_dbxread ();
|
||||
_initialize_dcache ();
|
||||
_initialize_demangler ();
|
||||
_initialize_disasm ();
|
||||
_initialize_disasm_selftests ();
|
||||
_initialize_dummy_frame ();
|
||||
_initialize_index_cache ();
|
||||
_initialize_dwarf_index_write ();
|
||||
_initialize_dwarf2_frame ();
|
||||
_initialize_tailcall_frame ();
|
||||
_initialize_dwarf2expr ();
|
||||
|
@ -231,17 +247,21 @@ initialize_all_files (void)
|
|||
_initialize_f_valprint ();
|
||||
_initialize_filesystem ();
|
||||
_initialize_mem_search ();
|
||||
_initialize_findvar ();
|
||||
_initialize_frame ();
|
||||
_initialize_frame_base ();
|
||||
_initialize_frame_unwind ();
|
||||
_initialize_gcore ();
|
||||
_initialize_gdb_bfd ();
|
||||
_initialize_gdbarch ();
|
||||
_initialize_gdbarch_selftests ();
|
||||
_initialize_gdbtypes ();
|
||||
_initialize_gnu_v2_abi ();
|
||||
_initialize_gnu_v3_abi ();
|
||||
_initialize_go_language ();
|
||||
_initialize_infcall ();
|
||||
_initialize_infcmd ();
|
||||
_initialize_inflow ();
|
||||
_initialize_infrun ();
|
||||
_initialize_interpreter ();
|
||||
_initialize_jit ();
|
||||
|
@ -260,20 +280,21 @@ initialize_all_files (void)
|
|||
_initialize_opencl_language ();
|
||||
_initialize_gdb_osabi ();
|
||||
_initialize_osdata ();
|
||||
_initialize_pascal_language ();
|
||||
_initialize_pascal_valprint ();
|
||||
_initialize_parse ();
|
||||
_initialize_printcmd ();
|
||||
_initialize_probe ();
|
||||
_initialize_producer ();
|
||||
_initialize_psymtab ();
|
||||
_initialize_record ();
|
||||
_initialize_record_btrace ();
|
||||
_initialize_record_full ();
|
||||
_initialize_regcache ();
|
||||
_initialize_regcache_dump ();
|
||||
_initialize_reggroup ();
|
||||
_initialize_remote ();
|
||||
_initialize_notif ();
|
||||
_initialize_reverse ();
|
||||
_initialize_rust_language ();
|
||||
_initialize_selftests_foreach_arch ();
|
||||
_initialize_serial ();
|
||||
_initialize_step_skip ();
|
||||
_initialize_solib ();
|
||||
|
@ -289,34 +310,25 @@ initialize_all_files (void)
|
|||
_initialize_target_dcache ();
|
||||
_initialize_target_descriptions ();
|
||||
_initialize_thread ();
|
||||
_initialize_tracefile ();
|
||||
_initialize_tracefile_tfile ();
|
||||
_initialize_tracepoint ();
|
||||
_initialize_typeprint ();
|
||||
_initialize_ui_style ();
|
||||
_initialize_user_regs ();
|
||||
_initialize_utils ();
|
||||
_initialize_utils_selftests ();
|
||||
_initialize_valarith ();
|
||||
_initialize_valops ();
|
||||
_initialize_valprint ();
|
||||
_initialize_values ();
|
||||
_initialize_varobj ();
|
||||
_initialize_xml_support ();
|
||||
_initialize_inflow ();
|
||||
_initialize_cli_cmds ();
|
||||
_initialize_cli_dump ();
|
||||
_initialize_cli_interp ();
|
||||
_initialize_cli_logging ();
|
||||
_initialize_cli_script ();
|
||||
_initialize_mi_cmd_env ();
|
||||
_initialize_mi_cmds ();
|
||||
_initialize_mi_interp ();
|
||||
_initialize_mi_main ();
|
||||
_initialize_tui ();
|
||||
_initialize_tui_hooks ();
|
||||
_initialize_tui_interp ();
|
||||
_initialize_tui_layout ();
|
||||
_initialize_tui_regs ();
|
||||
_initialize_tui_stack ();
|
||||
_initialize_tui_win ();
|
||||
_initialize_python ();
|
||||
_initialize_guile ();
|
||||
_initialize_cli_style ();
|
||||
_initialize_compile ();
|
||||
_initialize_compile_cplus_types ();
|
||||
}
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
/* This file is automatically generated. DO NOT EDIT! */
|
||||
/* Generated from: NetBSD: mknative-gdb,v 1.7 2016/10/16 04:37:42 mrg Exp */
|
||||
/* Generated from: NetBSD: mknative.common,v 1.15 2017/11/29 03:32:28 christos Exp */
|
||||
/* Generated from: NetBSD: mknative-gdb,v 1.8 2019/05/29 01:56:06 christos Exp */
|
||||
/* Generated from: NetBSD: mknative.common,v 1.16 2018/04/15 15:13:37 christos Exp */
|
||||
|
||||
/* JIT declarations for GDB, the GNU Debugger.
|
||||
|
||||
Copyright (C) 2011-2017 Free Software Foundation, Inc.
|
||||
Copyright (C) 2011-2019 Free Software Foundation, Inc.
|
||||
|
||||
This file is part of GDB.
|
||||
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
/* This file is automatically generated. DO NOT EDIT! */
|
||||
/* Generated from: NetBSD: mknative-gdb,v 1.7 2016/10/16 04:37:42 mrg Exp */
|
||||
/* Generated from: NetBSD: mknative.common,v 1.15 2017/11/29 03:32:28 christos Exp */
|
||||
/* Generated from: NetBSD: mknative-gdb,v 1.8 2019/05/29 01:56:06 christos Exp */
|
||||
/* Generated from: NetBSD: mknative.common,v 1.16 2018/04/15 15:13:37 christos Exp */
|
||||
|
||||
#include "version.h"
|
||||
const char version[] = "8.0.1";
|
||||
#include "common/version.h"
|
||||
const char version[] = "8.3";
|
||||
const char host_name[] = "i486--netbsdelf";
|
||||
const char target_name[] = "i486--netbsdelf";
|
||||
|
|
|
@ -1,11 +1,11 @@
|
|||
/* This file is automatically generated. DO NOT EDIT! */
|
||||
/* Generated from: NetBSD: mknative-gdb,v 1.7 2016/10/16 04:37:42 mrg Exp */
|
||||
/* Generated from: NetBSD: mknative.common,v 1.15 2017/11/29 03:32:28 christos Exp */
|
||||
/* Generated from: NetBSD: mknative-gdb,v 1.8 2019/05/29 01:56:06 christos Exp */
|
||||
/* Generated from: NetBSD: mknative.common,v 1.16 2018/04/15 15:13:37 christos Exp */
|
||||
|
||||
static const char xml_feature_btrace_dtd[] = {
|
||||
'<', '!', '-', '-', ' ', 'C', 'o', 'p', 'y', 'r',
|
||||
'i', 'g', 'h', 't', ' ', '(', 'C', ')', ' ', '2',
|
||||
'0', '1', '3', '-', '2', '0', '1', '7', ' ', 'F',
|
||||
'0', '1', '3', '-', '2', '0', '1', '9', ' ', 'F',
|
||||
'r', 'e', 'e', ' ', 'S', 'o', 'f', 't', 'w', 'a',
|
||||
'r', 'e', ' ', 'F', 'o', 'u', 'n', 'd', 'a', 't',
|
||||
'i', 'o', 'n', ',', ' ', 'I', 'n', 'c', '.', '\n',
|
||||
|
@ -92,7 +92,7 @@ static const char xml_feature_btrace_dtd[] = {
|
|||
static const char xml_feature_btrace_conf_dtd[] = {
|
||||
'<', '!', '-', '-', ' ', 'C', 'o', 'p', 'y', 'r',
|
||||
'i', 'g', 'h', 't', ' ', '(', 'C', ')', ' ', '2',
|
||||
'0', '1', '3', '-', '2', '0', '1', '7', ' ', 'F',
|
||||
'0', '1', '3', '-', '2', '0', '1', '9', ' ', 'F',
|
||||
'r', 'e', 'e', ' ', 'S', 'o', 'f', 't', 'w', 'a',
|
||||
'r', 'e', ' ', 'F', 'o', 'u', 'n', 'd', 'a', 't',
|
||||
'i', 'o', 'n', ',', ' ', 'I', 'n', 'c', '.', '\n',
|
||||
|
@ -147,7 +147,7 @@ static const char xml_feature_btrace_conf_dtd[] = {
|
|||
static const char xml_feature_gdb_target_dtd[] = {
|
||||
'<', '!', '-', '-', ' ', 'C', 'o', 'p', 'y', 'r',
|
||||
'i', 'g', 'h', 't', ' ', '(', 'C', ')', ' ', '2',
|
||||
'0', '0', '7', '-', '2', '0', '1', '7', ' ', 'F',
|
||||
'0', '0', '7', '-', '2', '0', '1', '9', ' ', 'F',
|
||||
'r', 'e', 'e', ' ', 'S', 'o', 'f', 't', 'w', 'a',
|
||||
'r', 'e', ' ', 'F', 'o', 'u', 'n', 'd', 'a', 't',
|
||||
'i', 'o', 'n', ',', ' ', 'I', 'n', 'c', '.', '\n',
|
||||
|
@ -366,7 +366,7 @@ static const char xml_feature_gdb_target_dtd[] = {
|
|||
static const char xml_feature_library_list_dtd[] = {
|
||||
'<', '!', '-', '-', ' ', 'C', 'o', 'p', 'y', 'r',
|
||||
'i', 'g', 'h', 't', ' ', '(', 'C', ')', ' ', '2',
|
||||
'0', '0', '7', '-', '2', '0', '1', '7', ' ', 'F',
|
||||
'0', '0', '7', '-', '2', '0', '1', '9', ' ', 'F',
|
||||
'r', 'e', 'e', ' ', 'S', 'o', 'f', 't', 'w', 'a',
|
||||
'r', 'e', ' ', 'F', 'o', 'u', 'n', 'd', 'a', 't',
|
||||
'i', 'o', 'n', ',', ' ', 'I', 'n', 'c', '.', '\n',
|
||||
|
@ -447,7 +447,7 @@ static const char xml_feature_library_list_dtd[] = {
|
|||
static const char xml_feature_library_list_aix_dtd[] = {
|
||||
'<', '!', '-', '-', ' ', 'C', 'o', 'p', 'y', 'r',
|
||||
'i', 'g', 'h', 't', ' ', '(', 'C', ')', ' ', '2',
|
||||
'0', '1', '3', '-', '2', '0', '1', '7', ' ', 'F',
|
||||
'0', '1', '3', '-', '2', '0', '1', '9', ' ', 'F',
|
||||
'r', 'e', 'e', ' ', 'S', 'o', 'f', 't', 'w', 'a',
|
||||
'r', 'e', ' ', 'F', 'o', 'u', 'n', 'd', 'a', 't',
|
||||
'i', 'o', 'n', ',', ' ', 'I', 'n', 'c', '.', '\n',
|
||||
|
@ -534,7 +534,7 @@ static const char xml_feature_library_list_aix_dtd[] = {
|
|||
static const char xml_feature_library_list_svr4_dtd[] = {
|
||||
'<', '!', '-', '-', ' ', 'C', 'o', 'p', 'y', 'r',
|
||||
'i', 'g', 'h', 't', ' ', '(', 'C', ')', ' ', '2',
|
||||
'0', '1', '1', '-', '2', '0', '1', '7', ' ', 'F',
|
||||
'0', '1', '1', '-', '2', '0', '1', '9', ' ', 'F',
|
||||
'r', 'e', 'e', ' ', 'S', 'o', 'f', 't', 'w', 'a',
|
||||
'r', 'e', ' ', 'F', 'o', 'u', 'n', 'd', 'a', 't',
|
||||
'i', 'o', 'n', ',', ' ', 'I', 'n', 'c', '.', '\n',
|
||||
|
@ -617,7 +617,7 @@ static const char xml_feature_library_list_svr4_dtd[] = {
|
|||
static const char xml_feature_osdata_dtd[] = {
|
||||
'<', '!', '-', '-', ' ', 'C', 'o', 'p', 'y', 'r',
|
||||
'i', 'g', 'h', 't', ' ', '(', 'C', ')', ' ', '2',
|
||||
'0', '0', '8', '-', '2', '0', '1', '7', ' ', 'F',
|
||||
'0', '0', '8', '-', '2', '0', '1', '9', ' ', 'F',
|
||||
'r', 'e', 'e', ' ', 'S', 'o', 'f', 't', 'w', 'a',
|
||||
'r', 'e', ' ', 'F', 'o', 'u', 'n', 'd', 'a', 't',
|
||||
'i', 'o', 'n', ',', ' ', 'I', 'n', 'c', '.', '\n',
|
||||
|
@ -678,7 +678,7 @@ static const char xml_feature_osdata_dtd[] = {
|
|||
static const char xml_feature_threads_dtd[] = {
|
||||
'<', '!', '-', '-', ' ', 'C', 'o', 'p', 'y', 'r',
|
||||
'i', 'g', 'h', 't', ' ', '(', 'C', ')', ' ', '2',
|
||||
'0', '0', '8', '-', '2', '0', '1', '7', ' ', 'F',
|
||||
'0', '0', '8', '-', '2', '0', '1', '9', ' ', 'F',
|
||||
'r', 'e', 'e', ' ', 'S', 'o', 'f', 't', 'w', 'a',
|
||||
'r', 'e', ' ', 'F', 'o', 'u', 'n', 'd', 'a', 't',
|
||||
'i', 'o', 'n', ',', ' ', 'I', 'n', 'c', '.', '\n',
|
||||
|
@ -730,7 +730,7 @@ static const char xml_feature_threads_dtd[] = {
|
|||
static const char xml_feature_traceframe_info_dtd[] = {
|
||||
'<', '!', '-', '-', ' ', 'C', 'o', 'p', 'y', 'r',
|
||||
'i', 'g', 'h', 't', ' ', '(', 'C', ')', ' ', '2',
|
||||
'0', '1', '0', '-', '2', '0', '1', '7', ' ', 'F',
|
||||
'0', '1', '0', '-', '2', '0', '1', '9', ' ', 'F',
|
||||
'r', 'e', 'e', ' ', 'S', 'o', 'f', 't', 'w', 'a',
|
||||
'r', 'e', ' ', 'F', 'o', 'u', 'n', 'd', 'a', 't',
|
||||
'i', 'o', 'n', ',', ' ', 'I', 'n', 'c', '.', '\n',
|
||||
|
@ -804,7 +804,7 @@ static const char xml_feature_traceframe_info_dtd[] = {
|
|||
static const char xml_feature_xinclude_dtd[] = {
|
||||
'<', '!', '-', '-', ' ', 'C', 'o', 'p', 'y', 'r',
|
||||
'i', 'g', 'h', 't', ' ', '(', 'C', ')', ' ', '2',
|
||||
'0', '0', '7', '-', '2', '0', '1', '7', ' ', 'F',
|
||||
'0', '0', '7', '-', '2', '0', '1', '9', ' ', 'F',
|
||||
'r', 'e', 'e', ' ', 'S', 'o', 'f', 't', 'w', 'a',
|
||||
'r', 'e', ' ', 'F', 'o', 'u', 'n', 'd', 'a', 't',
|
||||
'i', 'o', 'n', ',', ' ', 'I', 'n', 'c', '.', '\n',
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
/* This file is automatically generated. DO NOT EDIT! */
|
||||
/* Generated from: NetBSD: mknative-gdb,v 1.7 2016/10/16 04:37:42 mrg Exp */
|
||||
/* Generated from: NetBSD: mknative.common,v 1.15 2017/11/29 03:32:28 christos Exp */
|
||||
/* Generated from: NetBSD: mknative-gdb,v 1.8 2019/05/29 01:56:06 christos Exp */
|
||||
/* Generated from: NetBSD: mknative.common,v 1.16 2018/04/15 15:13:37 christos Exp */
|
||||
|
||||
/* config.h. Generated from config.in by configure. */
|
||||
/* config.in. Generated from configure.ac by autoheader. */
|
||||
|
@ -200,6 +200,9 @@
|
|||
/* Define to 1 if you have the `on_exit' function. */
|
||||
/* #undef HAVE_ON_EXIT */
|
||||
|
||||
/* Define to 1 if you have the `pipe2' function. */
|
||||
#define HAVE_PIPE2 1
|
||||
|
||||
/* Define to 1 if you have the <process.h> header file. */
|
||||
/* #undef HAVE_PROCESS_H */
|
||||
|
||||
|
@ -531,6 +534,11 @@
|
|||
# endif
|
||||
#endif
|
||||
|
||||
/* Enable large inode numbers on Mac OS X 10.5. */
|
||||
#ifndef _DARWIN_USE_64_BIT_INODE
|
||||
# define _DARWIN_USE_64_BIT_INODE 1
|
||||
#endif
|
||||
|
||||
/* Number of bits in a file offset, on hosts where this is settable. */
|
||||
/* #undef _FILE_OFFSET_BITS */
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
/* This file is automatically generated. DO NOT EDIT! */
|
||||
/* Generated from: NetBSD: mknative-gdb,v 1.7 2016/10/16 04:37:42 mrg Exp */
|
||||
/* Generated from: NetBSD: mknative.common,v 1.15 2017/11/29 03:32:28 christos Exp */
|
||||
/* Generated from: NetBSD: mknative-gdb,v 1.8 2019/05/29 01:56:06 christos Exp */
|
||||
/* Generated from: NetBSD: mknative.common,v 1.16 2018/04/15 15:13:37 christos Exp */
|
||||
|
||||
/* config.h. Generated from config.in by configure. */
|
||||
/* config.in. Generated from configure.ac by autoheader. */
|
||||
|
@ -74,7 +74,7 @@
|
|||
#define PACKAGE_NAME "opcodes"
|
||||
|
||||
/* Define to the full name and version of this package. */
|
||||
#define PACKAGE_STRING "opcodes 2.28.51"
|
||||
#define PACKAGE_STRING "opcodes 2.32.51"
|
||||
|
||||
/* Define to the one symbol short name of this package. */
|
||||
#define PACKAGE_TARNAME "opcodes"
|
||||
|
@ -83,7 +83,7 @@
|
|||
#define PACKAGE_URL ""
|
||||
|
||||
/* Define to the version of this package. */
|
||||
#define PACKAGE_VERSION "2.28.51"
|
||||
#define PACKAGE_VERSION "2.32.51"
|
||||
|
||||
/* Define to 1 if you have the ANSI C header files. */
|
||||
#define STDC_HEADERS 1
|
||||
|
@ -114,7 +114,7 @@
|
|||
|
||||
|
||||
/* Version number of package */
|
||||
#define VERSION "2.28.51"
|
||||
#define VERSION "2.32.51"
|
||||
|
||||
/* Define to 1 if on MINIX. */
|
||||
/* #undef _MINIX */
|
||||
|
|
|
@ -1,10 +1,20 @@
|
|||
/* This file is automatically generated. DO NOT EDIT! */
|
||||
/* Generated from: NetBSD: mknative-gdb,v 1.7 2016/10/16 04:37:42 mrg Exp */
|
||||
/* Generated from: NetBSD: mknative.common,v 1.15 2017/11/29 03:32:28 christos Exp */
|
||||
/* Generated from: NetBSD: mknative-gdb,v 1.8 2019/05/29 01:56:06 christos Exp */
|
||||
/* Generated from: NetBSD: mknative.common,v 1.16 2018/04/15 15:13:37 christos Exp */
|
||||
|
||||
/* config.h. Generated from config.h.in by configure. */
|
||||
/* config.h.in. Maintained by hand. */
|
||||
|
||||
/* Template definitions for autoconf */
|
||||
#define __EXTENSIONS__ 1
|
||||
#define _ALL_SOURCE 1
|
||||
#define _GNU_SOURCE 1
|
||||
/* #undef _POSIX_SOURCE */
|
||||
/* #undef _POSIX_1_SOURCE */
|
||||
#define _POSIX_PTHREAD_SEMANTICS 1
|
||||
#define _TANDEM_SOURCE 1
|
||||
/* #undef _MINIX */
|
||||
|
||||
/* Define NO_MULTIBYTE_SUPPORT to not compile in support for multibyte
|
||||
characters, even if the OS supports them. */
|
||||
/* #undef NO_MULTIBYTE_SUPPORT */
|
||||
|
|
Loading…
Reference in New Issue