fix and rege aarch64

This commit is contained in:
christos 2020-12-05 21:27:06 +00:00
parent 417fcb580b
commit 992125b748
21 changed files with 1592 additions and 1750 deletions

View File

@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.2 2011/10/09 01:59:31 christos Exp $
# $NetBSD: Makefile,v 1.3 2020/12/05 21:27:06 christos Exp $
.include "../Makefile.inc"
@ -9,7 +9,9 @@ SUBDIR+= gdb
SUBDIR+= gdbtui
.endif
#SUBDIR+= gdbserver
.if ${MACHINE} == "amd64"
SUBDIR+= gdbserver
.endif
.if ${MACHINE_ARCH} == powerpc || ${MACHINE_ARCH} == powerpcle || \
${MACHINE_ARCH} == powerpc64

View File

@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.10 2020/09/17 02:17:51 christos Exp $
# $NetBSD: Makefile,v 1.11 2020/12/05 21:27:06 christos Exp $
.include <bsd.own.mk>
.include "../Makefile.inc"
@ -59,6 +59,10 @@ elf64-aarch64.c: elfnn-aarch64.c
${_MKTARGET_CREATE}
${TOOL_SED} -e s/NN/64/g < $> > $@
elf32-aarch64.c: elfnn-aarch64.c
${_MKTARGET_CREATE}
${TOOL_SED} -e s/NN/32/g < $> > $@
peigen.c: peXXigen.c
${_MKTARGET_CREATE}
${TOOL_SED} -e s/XX/pe/g < $> > $@

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

View File

@ -1,8 +1,8 @@
/* This file is automatically generated. DO NOT EDIT! */
/* Generated from: NetBSD: mknative-gdb,v 1.8 2019/05/29 01:56:06 christos Exp */
/* Generated from: NetBSD: mknative-gdb,v 1.14 2020/09/24 14:53:17 christos Exp */
/* Generated from: NetBSD: mknative.common,v 1.16 2018/04/15 15:13:37 christos Exp */
/* generated for aarch64--netbsd-gcc (NetBSD nb2 20190226) 7.4.0 */
/* generated for aarch64--netbsd-gcc (NetBSD nb1 20200311) 8.4.0 */
#ifndef GCC_GENERATED_STDINT_H
#define GCC_GENERATED_STDINT_H 1

View File

@ -1,5 +1,5 @@
/* This file is automatically generated. DO NOT EDIT! */
/* Generated from: NetBSD: mknative-gdb,v 1.8 2019/05/29 01:56:06 christos Exp */
/* Generated from: NetBSD: mknative-gdb,v 1.14 2020/09/24 14:53:17 christos Exp */
/* Generated from: NetBSD: mknative.common,v 1.16 2018/04/15 15:13:37 christos Exp */
/* The date below is automatically updated every day by a bot. During
@ -20,7 +20,7 @@
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 BFD_VERSION_DATE 20200914
#define BFD_VERSION 235500000
#define BFD_VERSION_STRING "(GNU Binutils) " "2.35.50.20200914"
#define REPORT_BUGS_TO "<http://www.sourceware.org/bugzilla/>"

View File

@ -1,5 +1,5 @@
/* This file is automatically generated. DO NOT EDIT! */
/* Generated from: NetBSD: mknative-gdb,v 1.8 2019/05/29 01:56:06 christos Exp */
/* Generated from: NetBSD: mknative-gdb,v 1.14 2020/09/24 14:53:17 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. */
@ -148,6 +148,9 @@
/* Define to 1 if you have the <inttypes.h> header file. */
#define HAVE_INTTYPES_H 1
/* Define to 1 if you have the <limits.h> header file. */
#define HAVE_LIMITS_H 1
/* Define to 1 if the system has the type `long double'. */
#define HAVE_LONG_DOUBLE 1
@ -317,7 +320,7 @@
#define PACKAGE_NAME "bfd"
/* Define to the full name and version of this package. */
#define PACKAGE_STRING "bfd 2.32.51"
#define PACKAGE_STRING "bfd 2.35.50"
/* Define to the one symbol short name of this package. */
#define PACKAGE_TARNAME "bfd"
@ -326,13 +329,13 @@
#define PACKAGE_URL ""
/* Define to the version of this package. */
#define PACKAGE_VERSION "2.32.51"
#define PACKAGE_VERSION "2.35.50"
/* The size of `char', as computed by sizeof. */
/* #undef SIZEOF_CHAR */
/* The size of `int', as computed by sizeof. */
/* #undef SIZEOF_INT */
#define SIZEOF_INT 4
/* The size of `long', as computed by sizeof. */
#define SIZEOF_LONG 8
@ -399,7 +402,7 @@
/* Version number of package */
#define VERSION "2.32.51"
#define VERSION "2.35.50"
/* Enable large inode numbers on Mac OS X 10.5. */
#ifndef _DARWIN_USE_64_BIT_INODE
@ -421,3 +424,6 @@
/* Define to 1 if you need to in order for `stat' and other things to work. */
/* #undef _POSIX_SOURCE */
/* Use structured /proc on Solaris. */
#define _STRUCTURED_PROC 1

View File

@ -1,9 +1,9 @@
# This file is automatically generated. DO NOT EDIT!
# Generated from: NetBSD: mknative-gdb,v 1.8 2019/05/29 01:56:06 christos Exp
# Generated from: NetBSD: mknative-gdb,v 1.14 2020/09/24 14:53:17 christos Exp
# Generated from: NetBSD: mknative.common,v 1.16 2018/04/15 15:13:37 christos Exp
#
G_libbfd_la_DEPENDENCIES=elf64-aarch64.lo elfxx-aarch64.lo elf-ifunc.lo elf64.lo elf.lo elflink.lo elf-attrs.lo elf-strtab.lo elf-eh-frame.lo dwarf1.lo dwarf2.lo elf32-arm.lo elf32.lo elf-nacl.lo elf-vxworks.lo elf64-gen.lo elf32-gen.lo plugin.lo cpu-aarch64.lo cpu-arm.lo cpu-plugin.lo archive64.lo ofiles
G_libbfd_la_DEPENDENCIES=elf64-aarch64.lo elfxx-aarch64.lo elf-ifunc.lo elf64.lo elf.lo elflink.lo elf-attrs.lo elf-strtab.lo elf-eh-frame.lo dwarf1.lo dwarf2.lo elf32-aarch64.lo elf32.lo elf32-arm.lo elf-nacl.lo elf-vxworks.lo elf64-gen.lo elf32-gen.lo plugin.lo cpu-aarch64.lo cpu-arm.lo archive64.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=
G_TDEFAULTS=-DDEFAULT_VECTOR=aarch64_elf64_le_vec -DSELECT_VECS='&aarch64_elf64_le_vec,&aarch64_elf64_be_vec,&arm_elf32_le_vec,&arm_elf32_be_vec,&elf64_le_vec,&elf64_be_vec,&elf32_le_vec,&elf32_be_vec,&plugin_vec' -DSELECT_ARCHITECTURES='&bfd_aarch64_arch,&bfd_arm_arch,&bfd_plugin_arch'
G_TDEFAULTS=-DDEFAULT_VECTOR=aarch64_elf64_le_vec -DSELECT_VECS='&aarch64_elf64_le_vec,&aarch64_elf64_be_vec,&aarch64_elf32_le_vec,&aarch64_elf32_be_vec,&arm_elf32_le_vec,&arm_elf32_be_vec,&elf64_le_vec,&elf64_be_vec,&elf32_le_vec,&elf32_be_vec' -DSELECT_ARCHITECTURES='&bfd_aarch64_arch,&bfd_arm_arch'

View File

@ -1,5 +1,5 @@
/* This file is automatically generated. DO NOT EDIT! */
/* Generated from: NetBSD: mknative-gdb,v 1.8 2019/05/29 01:56:06 christos Exp */
/* Generated from: NetBSD: mknative-gdb,v 1.14 2020/09/24 14:53:17 christos Exp */
/* Generated from: NetBSD: mknative.common,v 1.16 2018/04/15 15:13:37 christos Exp */
#ifdef BFD64
@ -40,15 +40,6 @@
#if !defined (SELECT_VECS) || defined (HAVE_aarch64_elf64_le_vec)
{ "aarch64-*-netbsd*",
&aarch64_elf64_le_vec },
#endif
#if !defined (SELECT_VECS) || defined (HAVE_aarch64_elf64_le_vec)
{ "aarch64-*-fuchsia*",
@ -69,7 +60,7 @@
#if !defined (SELECT_VECS) || defined (HAVE_aarch64_elf64_le_vec)
{ "aarch64-*-linux*",
{ "aarch64-*-linux*", NULL },{ "aarch64-*-netbsd*",
&aarch64_elf64_le_vec },
#endif
@ -78,25 +69,7 @@
#if !defined (SELECT_VECS) || defined (HAVE_aarch64_elf64_be_vec)
{ "aarch64_be-*-linux*",
&aarch64_elf64_be_vec },
#endif
#if !defined (SELECT_VECS) || defined (HAVE_aarch64_elf64_le_vec)
{ "aarch64-*-netbsd*",
&aarch64_elf64_le_vec },
#endif
#if !defined (SELECT_VECS) || defined (HAVE_aarch64_elf64_be_vec)
{ "aarch64_be-*-netbsd*",
{ "aarch64_be-*-linux*", NULL },{ "aarch64_be-*-netbsd*",
&aarch64_elf64_be_vec },
#endif
@ -236,8 +209,6 @@
#endif
#if !defined (SELECT_VECS) || defined (HAVE_arm_elf32_nacl_be_vec)
@ -246,8 +217,6 @@
#endif
#if !defined (SELECT_VECS) || defined (HAVE_arm_elf32_be_vec)
@ -370,13 +339,6 @@
#if !defined (SELECT_VECS) || defined (HAVE_tic30_aout_vec)
{ "c30-*-*aout*", NULL },{ "tic30-*-*aout*",
&tic30_aout_vec },
#endif
#if !defined (SELECT_VECS) || defined (HAVE_tic30_coff_vec)
{ "c30-*-*coff*", NULL },{ "tic30-*-*coff*",
@ -414,15 +376,6 @@
#if !defined (SELECT_VECS) || defined (HAVE_cr16c_elf32_vec)
{ "cr16c-*-elf*",
&cr16c_elf32_vec },
#endif
#ifdef BFD64
#if !defined (SELECT_VECS) || defined (HAVE_cris_aout_vec)
@ -478,6 +431,18 @@
#ifdef BFD64
#if !defined (SELECT_VECS) || defined (HAVE_bpf_elf64_le_vec)
{ "bpf-*-none",
&bpf_elf64_le_vec },
#endif
#endif
#if !defined (SELECT_VECS) || defined (HAVE_epiphany_elf32_vec)
{ "epiphany-*-*",
@ -655,14 +620,6 @@
#endif
#if !defined (SELECT_VECS) || defined (HAVE_i386_elf32_vec)
{ "i[3-7]86-*-kaos*",
&i386_elf32_vec },
#endif
#if !defined (SELECT_VECS) || defined (HAVE_i386_elf32_vec)
{ "i[3-7]86-*-nto*",
@ -767,16 +724,6 @@
#if !defined (SELECT_VECS) || defined (HAVE_i386_elf32_nacl_vec)
{ "i[3-7]86-*-nacl*",
&i386_elf32_nacl_vec },
#endif
#if !defined (SELECT_VECS) || defined (HAVE_i386_elf32_vec)
{ "i[3-7]86-*-redox*",
@ -859,16 +806,6 @@
#if !defined (SELECT_VECS) || defined (HAVE_x86_64_elf32_nacl_vec)
{ "x86_64-*-nacl*",
&x86_64_elf32_nacl_vec },
#endif
#if !defined (SELECT_VECS) || defined (HAVE_x86_64_pe_vec)
{ "x86_64-*-mingw*", NULL },{ "x86_64-*-pe", NULL },{ "x86_64-*-pep", NULL },{ "x86_64-*-cygwin",
@ -980,14 +917,6 @@
#if !defined (SELECT_VECS) || defined (HAVE_i386_elf32_vec)
{ "i[3-7]86-*-chaos",
&i386_elf32_vec },
#endif
#if !defined (SELECT_VECS) || defined (HAVE_i386_elf32_vec)
@ -1193,6 +1122,22 @@
#ifdef BFD64
#if !defined (SELECT_VECS) || defined (HAVE_mips_elf32_ntrad_le_vec)
{ "mips64*el-*-netbsd*",
&mips_elf32_ntrad_le_vec },
#endif
#if !defined (SELECT_VECS) || defined (HAVE_mips_elf32_ntrad_be_vec)
{ "mips64*-*-netbsd*",
&mips_elf32_ntrad_be_vec },
#endif
#if !defined (SELECT_VECS) || defined (HAVE_mips_elf32_trad_le_vec)
{ "mips*el-*-netbsd*",
@ -1779,14 +1724,6 @@
#if !defined (SELECT_VECS) || defined (HAVE_powerpc_pe_le_vec)
{ "powerpcle-*-pe", NULL },{ "powerpcle-*-winnt*", NULL },{ "powerpcle-*-cygwin*",
&powerpc_pe_le_vec },
#endif
#if !defined (SELECT_VECS) || defined (HAVE_pru_elf32_vec)
@ -2082,15 +2019,6 @@
#if !defined (SELECT_VECS) || defined (HAVE_tic80_coff_vec)
{ "tic80*-*-*",
&tic80_coff_vec },
#endif
#ifdef BFD64
#if !defined (SELECT_VECS) || defined (HAVE_tilegx_elf64_le_vec)
@ -2189,6 +2117,14 @@
#if !defined (SELECT_VECS) || defined (HAVE_xc16x_elf32_vec)
{ "xc16x-*-elf",
&xc16x_elf32_vec },
#endif
#if !defined (SELECT_VECS) || defined (HAVE_xgate_elf32_vec)
{ "xgate-*-*",
@ -2214,23 +2150,25 @@
#if !defined (SELECT_VECS) || defined (HAVE_xc16x_elf32_vec)
{ "xc16x-*-elf",
&xc16x_elf32_vec },
#endif
#if !defined (SELECT_VECS) || defined (HAVE_z80_coff_vec)
{ "z80-*-*",
{ "z80-*-coff",
&z80_coff_vec },
#endif
#if !defined (SELECT_VECS) || defined (HAVE_z80_elf32_vec)
{ "z80-*-elf",
&z80_elf32_vec },
#endif
#if !defined (SELECT_VECS) || defined (HAVE_z8k_coff_vec)
{ "z8k*-*-*",

View File

@ -1,5 +1,5 @@
/* This file is automatically generated. DO NOT EDIT! */
/* Generated from: NetBSD: mknative-gdb,v 1.8 2019/05/29 01:56:06 christos Exp */
/* Generated from: NetBSD: mknative-gdb,v 1.14 2020/09/24 14:53:17 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. */
@ -21,9 +21,6 @@
/* #undef _FILE_OFFSET_BITS */
/* Define if on MINIX. */
/* #undef _MINIX */
/* Define as the return type of signal handlers (int or void). */
#define RETSIGTYPE void
@ -41,15 +38,22 @@
/* #undef volatile */
#define PROTOTYPES 1
#define __PROTOTYPES 1
/* #undef __CHAR_UNSIGNED__ */
/* Define if the `S_IS*' macros in <sys/stat.h> do not work properly. */
/* #undef STAT_MACROS_BROKEN */
/* Define if you have the chown function. */
/* #undef HAVE_CHOWN */
/* Define if you have the fcntl function. */
#define HAVE_FCNTL 1
/* Define if you have the fnmatch function. */
#define HAVE_FNMATCH 1
/* Define if you have the getpwent function. */
#define HAVE_GETPWENT 1
@ -92,9 +96,15 @@
/* Define if you have the memmove function. */
#define HAVE_MEMMOVE 1
/* Define if you have the pselect function. */
#define HAVE_PSELECT 1
/* Define if you have the putenv function. */
#define HAVE_PUTENV 1
/* Define if you have the readlink function. */
#define HAVE_READLINK 1
/* Define if you have the select function. */
#define HAVE_SELECT 1
@ -139,6 +149,9 @@
/* Define if you have the wcwidth function. */
#define HAVE_WCWIDTH 1
/* and whether it works */
/* #undef WCWIDTH_BROKEN */
#define STDC_HEADERS 1
/* Define if you have the <dirent.h> header file. */
@ -150,6 +163,9 @@
/* Define if you have the <langinfo.h> header file. */
#define HAVE_LANGINFO_H 1
/* Define if you have the <libaudit.h> header file. */
/* #undef HAVE_LIBAUDIT_H */
/* Define if you have the <limits.h> header file. */
#define HAVE_LIMITS_H 1
@ -162,12 +178,18 @@
/* Define if you have the <ndir.h> header file. */
/* #undef HAVE_NDIR_H */
/* Define if you have the <ncurses/termcap.h> header file. */
/* #undef HAVE_NCURSES_TERMCAP_H */
/* Define if you have the <pwd.h> header file. */
#define HAVE_PWD_H 1
/* Define if you have the <stdarg.h> header file. */
#define HAVE_STDARG_H 1
/* Define if you have the <stdbool.h> header file. */
#define HAVE_STDBOOL_H 1
/* Define if you have the <stdlib.h> header file. */
#define HAVE_STDLIB_H 1
@ -183,6 +205,9 @@
/* Define if you have the <sys/file.h> header file. */
#define HAVE_SYS_FILE_H 1
/* Define if you have the <sys/ioctl.h> header file. */
#define HAVE_SYS_IOCTL_H 1
/* Define if you have the <sys/ndir.h> header file. */
/* #undef HAVE_SYS_NDIR_H */
@ -201,9 +226,6 @@
/* Define if you have the <termcap.h> header file. */
#define HAVE_TERMCAP_H 1
/* Define if you have the <ncurses/termcap.h> header file. */
/* #undef HAVE_NCURSES_TERMCAP_H */
/* Define if you have the <termio.h> header file. */
/* #undef HAVE_TERMIO_H */
@ -236,6 +258,9 @@
/* Define if you have <langinfo.h> and nl_langinfo(CODESET). */
#define HAVE_LANGINFO_CODESET 1
/* Define if you have <linux/audit.h> and it defines AUDIT_USER_TTY */
#define HAVE_DECL_AUDIT_USER_TTY 0
/* Definitions pulled in from aclocal.m4. */
#define VOID_SIGHANDLER 1
@ -253,9 +278,11 @@
#define HAVE_GETPW_DECLS 1
/* #undef STRUCT_DIRENT_HAS_D_INO */
#define HAVE_STRUCT_DIRENT_D_INO 1
/* #undef STRUCT_DIRENT_HAS_D_FILENO */
#define HAVE_STRUCT_DIRENT_D_FILENO 1
/* #undef HAVE_STRUCT_DIRENT_D_NAMLEN */
/* #undef HAVE_BSD_SIGNALS */
@ -277,12 +304,4 @@
# define TERMIOS_MISSING
#endif
#if defined (__STDC__) && defined (HAVE_STDARG_H)
# define PREFER_STDARG
# define USE_VARARGS
#else
# if defined (HAVE_VARARGS_H)
# define PREFER_VARARGS
# define USE_VARARGS
# endif
#endif
/* VARARGS defines moved to rlstdc.h */

View File

@ -1,8 +1,8 @@
/* This file is automatically generated. DO NOT EDIT! */
/* Generated from: NetBSD: mknative-gdb,v 1.8 2019/05/29 01:56:06 christos Exp */
/* Generated from: NetBSD: mknative-gdb,v 1.14 2020/09/24 14:53:17 christos Exp */
/* Generated from: NetBSD: mknative.common,v 1.16 2018/04/15 15:13:37 christos Exp */
/* generated for aarch64--netbsd-gcc (NetBSD nb2 20190226) 7.4.0 */
/* generated for aarch64--netbsd-gcc (NetBSD nb1 20200311) 8.4.0 */
#ifndef GCC_GENERATED_STDINT_H
#define GCC_GENERATED_STDINT_H 1

View File

@ -1,5 +1,5 @@
/* This file is automatically generated. DO NOT EDIT! */
/* Generated from: NetBSD: mknative-gdb,v 1.8 2019/05/29 01:56:06 christos Exp */
/* Generated from: NetBSD: mknative-gdb,v 1.14 2020/09/24 14:53:17 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. */
@ -22,6 +22,9 @@
*/
/* #undef CRAY_STACKSEG_END */
/* Define to 1 if std::thread works. */
#define CXX_STD_THREAD 1
/* Define to 1 if using `alloca.c'. */
/* #undef C_ALLOCA */
@ -38,6 +41,9 @@
/* Define to BFD's default target vector. */
#define DEFAULT_BFD_VEC aarch64_elf64_le_vec
/* Handle .ctf type-info sections */
#define ENABLE_LIBCTF 1
/* Define to 1 if translation of program messages to the user's native
language is requested. */
#define ENABLE_NLS 1
@ -71,7 +77,7 @@
/* #undef GDB_OSABI_DEFAULT */
/* Define if self-testing features should be enabled */
/* #undef GDB_SELF_TEST */
#define GDB_SELF_TEST 1
/* Define to 1 if you have `alloca', as a function or macro. */
#define HAVE_ALLOCA 1
@ -111,18 +117,10 @@
don't. */
/* #undef HAVE_DECL_GETTHRDS */
/* 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 `snprintf', and to 0 if you
don't. */
#define HAVE_DECL_SNPRINTF 1
/* Define to 1 if you have the declaration of `strerror', and to 0 if you
don't. */
#define HAVE_DECL_STRERROR 1
/* Define to 1 if you have the declaration of `strstr', and to 0 if you don't.
*/
#define HAVE_DECL_STRSTR 1
@ -233,6 +231,9 @@
/* Define if you have the babeltrace library. */
/* #undef HAVE_LIBBABELTRACE */
/* Define to 1 if debuginfod is enabled. */
/* #undef HAVE_LIBDEBUGINFOD */
/* Define if you have the expat library. */
#define HAVE_LIBEXPAT 1
@ -248,27 +249,15 @@
/* Define to 1 if you have the `m' library (-lm). */
#define HAVE_LIBM 1
/* 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 */
/* Define if Python 2.5 is being used. */
/* #undef HAVE_LIBPYTHON2_5 */
/* Define if Python 2.6 is being used. */
/* #undef HAVE_LIBPYTHON2_6 */
/* Define if Python 2.7 is being used. */
/* #undef HAVE_LIBPYTHON2_7 */
/* Define to 1 if you have the <libunwind-ia64.h> header file. */
/* #undef HAVE_LIBUNWIND_IA64_H */
/* Define if you have the xxhash library. */
/* #undef HAVE_LIBXXHASH */
/* Define to 1 if you have the <linux/elf.h> header file. */
/* #undef HAVE_LINUX_ELF_H */
@ -353,6 +342,15 @@
/* Define if <sys/procfs.h> has psaddr_t. */
/* #undef HAVE_PSADDR_T */
/* Have PTHREAD_PRIO_INHERIT. */
#define HAVE_PTHREAD_PRIO_INHERIT 1
/* Define to 1 if you have the `pthread_setname_np' function. */
#define HAVE_PTHREAD_SETNAME_NP 1
/* Define to 1 if you have the `pthread_sigmask' function. */
#define HAVE_PTHREAD_SIGMASK 1
/* Define to 1 if you have the `ptrace64' function. */
/* #undef HAVE_PTRACE64 */
@ -479,12 +477,6 @@
/* Define to 1 if `td_pcb' is a member of `struct thread'. */
/* #undef HAVE_STRUCT_THREAD_TD_PCB */
/* 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 `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 */
@ -581,6 +573,9 @@
/* Define to 1 if you have the `wresize' function. */
#define HAVE_WRESIZE 1
/* Define to 1 if you have the <ws2tcpip.h> header file. */
/* #undef HAVE_WS2TCPIP_H */
/* Define to 1 if you have the `XML_StopParser' function. */
#define HAVE_XML_STOPPARSER 1
@ -597,7 +592,7 @@
/* #undef ICONV_BIN_RELOCATABLE */
/* Define as const if the declaration of iconv() needs const. */
#define ICONV_CONST
#define ICONV_CONST
/* directory to load the JIT readers from */
#define JIT_READER_DIR "/usr/lib/gdb"
@ -639,6 +634,10 @@
/* Define to 1 if the "%ll" format works to print long longs. */
/* #undef PRINTF_HAS_LONG_LONG */
/* Define to necessary symbol if this constant uses a non-standard name on
your system. */
/* #undef PTHREAD_CREATE_JOINABLE */
/* Define to the type of arg 1 for ptrace. */
#define PTRACE_TYPE_ARG1 int
@ -654,6 +653,10 @@
/* Define as the return type of ptrace. */
#define PTRACE_TYPE_RET int
/* Define if the python lib directory should be relocated when GDB is moved.
*/
/* #undef PYTHON_LIBDIR_RELOCATABLE */
/* Define if the python directory should be relocated when GDB is moved. */
/* #undef PYTHON_PATH_RELOCATABLE */
@ -661,7 +664,7 @@
/* #undef RELOC_SRCDIR */
/* Bug reporting address */
#define REPORT_BUGS_TO "<http://www.gnu.org/software/gdb/bugs/>"
#define REPORT_BUGS_TO "<https://www.gnu.org/software/gdb/bugs/>"
/* Define to 1 if the "%Lg" format works to scan long doubles. */
/* #undef SCANF_HAS_LONG_DOUBLE */
@ -698,6 +701,13 @@
/* automatically load a system-wide gdbinit file */
#define SYSTEM_GDBINIT ""
/* automatically load system-wide gdbinit files from this directory */
#define SYSTEM_GDBINIT_DIR ""
/* Define if the system-gdbinit-dir directory should be relocated when GDB is
moved. */
#define SYSTEM_GDBINIT_DIR_RELOCATABLE 0
/* Define if the system-gdbinit directory should be relocated when GDB is
moved. */
#define SYSTEM_GDBINIT_RELOCATABLE 0
@ -750,6 +760,10 @@
/* Define if the PPC simulator is being linked in. */
/* #undef WITH_PPC_SIM */
/* Directory containing Python's standard libraries from --with-python-libdir.
*/
/* #undef WITH_PYTHON_LIBDIR */
/* Define if --with-python provides a path, either directly or via
python-config.py --exec-prefix. */
/* #undef WITH_PYTHON_PATH */
@ -790,6 +804,9 @@
/* Define to 1 if you need to in order for `stat' and other things to work. */
/* #undef _POSIX_SOURCE */
/* Use structured /proc on Solaris. */
#define _STRUCTURED_PROC 1
/* Define to empty if `const' does not conform to ANSI C. */
/* #undef const */

View File

@ -1,7 +1,7 @@
# This file is automatically generated. DO NOT EDIT!
# Generated from: NetBSD: mknative-gdb,v 1.8 2019/05/29 01:56:06 christos Exp
# Generated from: NetBSD: mknative-gdb,v 1.14 2020/09/24 14:53:17 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/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=aarch64-nbsd-nat.o aarch64-nbsd-tdep.o aarch64-ravenscar-thread.o aarch64-tdep.o 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 aarch64-insn.o aarch64.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 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 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 ravenscar-thread.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 xml-builtin.o xml-support.o xml-syscall.o xml-tdesc.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/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 -I../gnulib/import -I${GNUHOSTDIST}/gdb/.. -I.. -DTUI=1 -I${GNUHOSTDIST}/gdb/.. -pthread -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 -Wmissing-declarations -Wstrict-null-sentinel -Wformat -Wformat-nonliteral -Werror
G_LIBGDB_OBS=aarch32-tdep.o aarch64-nbsd-nat.o aarch64-nbsd-tdep.o aarch64-ravenscar-thread.o aarch64-tdep.o ada-exp.o ada-lang.o ada-tasks.o ada-typeprint.o ada-valprint.o ada-varobj.o addrmap.o agent.o alloc.o annotate.o arch-utils.o aarch32.o aarch64-insn.o aarch64.o async-event.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-option.o cli-script.o cli-setshow.o cli-style.o cli-utils.o coff-pe-read.o coffread.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 ctfread.o d-exp.o d-lang.o d-namespace.o d-valprint.o dbxread.o dcache.o debug.o debuginfod-support.o dictionary.o disasm-selftests.o disasm.o dtrace-probe.o dummy-frame.o abbrev.o attribute.o comp-unit.o dwz.o expr.o frame-tailcall.o frame.o index-cache.o index-common.o index-write.o leb.o line-header.o loc.o macro.o read.o section.o stringify.o elfread.o eval.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-demangle.o gdb_bfd.o gdb_obstack.o gdb_regex.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 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-test-options.o maint-test-settings.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 netbsd-nat.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 ravenscar-thread.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 run-on-main-thread.o rust-exp.o rust-lang.o selftest-arch.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-connection.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 tracectf.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-wingeneral.o tui-winsource.o tui.o type-stack.o typeprint.o ui-file.o ui-out.o ui-style.o array-view-selftests.o child-path-selftests.o cli-utils-selftests.o command-def-selftests.o common-utils-selftests.o copy_bitwise-selftests.o environ-selftests.o filtered_iterator-selftests.o format_pieces-selftests.o function-view-selftests.o lookup_name_info-selftests.o main-thread-selftests.o memory-map-selftests.o memrange-selftests.o mkdir-recursive-selftests.o observable-selftests.o offset-type-selftests.o optional-selftests.o parse-connection-spec-selftests.o ptid-selftests.o rsp-low-selftests.o scoped_fd-selftests.o scoped_mmap-selftests.o scoped_restore-selftests.o string_view-selftests.o style-selftests.o tracepoint-selftests.o tui-selftests.o unpack-selftests.o utils-selftests.o vec-utils-selftests.o xml-utils-selftests.o user-regs.o utils.o valarith.o valops.o valprint.o value.o varobj.o version.o xml-builtin.o xml-support.o xml-syscall.o xml-tdesc.o init.o
G_SIM_OBS=

View File

@ -1,5 +1,5 @@
/* This file is automatically generated. DO NOT EDIT! */
/* Generated from: NetBSD: mknative-gdb,v 1.8 2019/05/29 01:56:06 christos Exp */
/* Generated from: NetBSD: mknative-gdb,v 1.14 2020/09/24 14:53:17 christos Exp */
/* Generated from: NetBSD: mknative.common,v 1.16 2018/04/15 15:13:37 christos Exp */
/* Do not modify this file. */
@ -8,6 +8,7 @@
extern void initialize_all_files(void);
extern initialize_file_ftype _initialize_aarch64_tdep;
extern initialize_file_ftype _initialize_ravenscar;
extern initialize_file_ftype _initialize_nbsd_tdep;
extern initialize_file_ftype _initialize_svr4_solib;
extern initialize_file_ftype _initialize_aarch64_nbsd_tdep;
extern initialize_file_ftype _initialize_ser_hardwire;
@ -15,7 +16,6 @@ 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_aarch64_nbsd_nat;
extern initialize_file_ftype _initialize_mi_cmd_env;
extern initialize_file_ftype _initialize_mi_cmds;
@ -33,11 +33,43 @@ 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;
extern initialize_file_ftype _initialize_disasm_selftests;
extern initialize_file_ftype _initialize_gdbarch_selftests;
extern initialize_file_ftype _initialize_array_view_selftests;
extern initialize_file_ftype _initialize_child_path_selftests;
extern initialize_file_ftype _initialize_cli_utils_selftests;
extern initialize_file_ftype _initialize_command_def_selftests;
extern initialize_file_ftype _initialize_common_utils_selftests;
extern initialize_file_ftype _initialize_copy_bitwise_utils_selftests;
extern initialize_file_ftype _initialize_environ_selftests;
extern initialize_file_ftype _initialize_filtered_iterator_selftests;
extern initialize_file_ftype _initialize_format_pieces_selftests;
extern initialize_file_ftype _initialize_function_view_selftests;
extern initialize_file_ftype _initialize_lookup_name_info_selftests;
extern initialize_file_ftype _initialize_memory_map_selftests;
extern initialize_file_ftype _initialize_memrange_selftests;
extern initialize_file_ftype _initialize_offset_type_selftests;
extern initialize_file_ftype _initialize_observer_selftest;
extern initialize_file_ftype _initialize_optional_selftests;
extern initialize_file_ftype _initialize_parse_connection_spec_selftests;
extern initialize_file_ftype _initialize_main_thread_selftests;
extern initialize_file_ftype _initialize_mkdir_recursive_selftests;
extern initialize_file_ftype _initialize_rsp_low_selftests;
extern initialize_file_ftype _initialize_scoped_fd_selftests;
extern initialize_file_ftype _initialize_scoped_mmap_selftests;
extern initialize_file_ftype _initialize_scoped_restore_selftests;
extern initialize_file_ftype _initialize_string_view_selftests;
extern initialize_file_ftype _initialize_style_selftest;
extern initialize_file_ftype _initialize_tracepoint_selftests;
extern initialize_file_ftype _initialize_tui_selftest;
extern initialize_file_ftype _initialize_unpack_selftests;
extern initialize_file_ftype _initialize_utils_selftests;
extern initialize_file_ftype _initialize_vec_utils_selftests;
extern initialize_file_ftype _initialize_xml_utils;
extern initialize_file_ftype _initialize_ada_exp;
extern initialize_file_ftype _initialize_rust_exp;
extern initialize_file_ftype _initialize_ada_language;
extern initialize_file_ftype _initialize_tasks;
extern initialize_file_ftype _initialize_addrmap;
extern initialize_file_ftype _initialize_agent;
extern initialize_file_ftype _initialize_annotate;
extern initialize_file_ftype _initialize_gdbarch_utils;
@ -61,19 +93,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_dwarf2expr;
extern initialize_file_ftype _initialize_tailcall_frame;
extern initialize_file_ftype _initialize_dwarf2_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;
extern initialize_file_ftype _initialize_dwarf2loc;
extern initialize_file_ftype _initialize_dwarf2_read;
extern initialize_file_ftype _initialize_exec;
@ -87,9 +116,9 @@ 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_demangle;
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;
@ -105,12 +134,12 @@ extern initialize_file_ftype _initialize_m2_language;
extern initialize_file_ftype _initialize_macrocmd;
extern initialize_file_ftype _initialize_macroscope;
extern initialize_file_ftype _initialize_maint_cmds;
extern initialize_file_ftype _initialize_maint_test_options;
extern initialize_file_ftype _initialize_maint_test_settings;
extern initialize_file_ftype _initialize_mdebugread;
extern initialize_file_ftype _initialize_mem;
extern initialize_file_ftype _initialize_mipsread;
extern initialize_file_ftype _initialize_objc_language;
extern initialize_file_ftype _initialize_objc_lang;
extern initialize_file_ftype _initialize_objfiles;
extern initialize_file_ftype _initialize_observer;
extern initialize_file_ftype _initialize_opencl_language;
extern initialize_file_ftype _initialize_gdb_osabi;
@ -130,11 +159,13 @@ 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_run_on_main_thread;
extern initialize_file_ftype _initialize_serial;
extern initialize_file_ftype _initialize_step_skip;
extern initialize_file_ftype _initialize_solib;
extern initialize_file_ftype _initialize_solib_target;
extern initialize_file_ftype _initialize_source;
extern initialize_file_ftype _initialize_source_cache;
extern initialize_file_ftype _initialize_stabsread;
extern initialize_file_ftype _initialize_stack;
extern initialize_file_ftype _initialize_frame_reg;
@ -142,9 +173,12 @@ extern initialize_file_ftype _initialize_symfile;
extern initialize_file_ftype _initialize_symfile_debug;
extern initialize_file_ftype _initialize_symmisc;
extern initialize_file_ftype _initialize_symtab;
extern initialize_file_ftype _initialize_target;
extern initialize_file_ftype _initialize_target_connection;
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_ctf;
extern initialize_file_ftype _initialize_tracefile;
extern initialize_file_ftype _initialize_tracefile_tfile;
extern initialize_file_ftype _initialize_tracepoint;
@ -152,7 +186,6 @@ 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_valarith;
extern initialize_file_ftype _initialize_valops;
extern initialize_file_ftype _initialize_valprint;
extern initialize_file_ftype _initialize_values;
@ -171,6 +204,7 @@ initialize_all_files (void)
{
_initialize_aarch64_tdep ();
_initialize_ravenscar ();
_initialize_nbsd_tdep ();
_initialize_svr4_solib ();
_initialize_aarch64_nbsd_tdep ();
_initialize_ser_hardwire ();
@ -178,7 +212,6 @@ initialize_all_files (void)
_initialize_ser_tcp ();
_initialize_ser_socket ();
_initialize_fork_child ();
_initialize_nbsd_nat ();
_initialize_aarch64_nbsd_nat ();
_initialize_mi_cmd_env ();
_initialize_mi_cmds ();
@ -196,11 +229,43 @@ initialize_all_files (void)
_initialize_elfread ();
_initialize_stap_probe ();
_initialize_dtrace_probe ();
_initialize_disasm_selftests ();
_initialize_gdbarch_selftests ();
_initialize_array_view_selftests ();
_initialize_child_path_selftests ();
_initialize_cli_utils_selftests ();
_initialize_command_def_selftests ();
_initialize_common_utils_selftests ();
_initialize_copy_bitwise_utils_selftests ();
_initialize_environ_selftests ();
_initialize_filtered_iterator_selftests ();
_initialize_format_pieces_selftests ();
_initialize_function_view_selftests ();
_initialize_lookup_name_info_selftests ();
_initialize_memory_map_selftests ();
_initialize_memrange_selftests ();
_initialize_offset_type_selftests ();
_initialize_observer_selftest ();
_initialize_optional_selftests ();
_initialize_parse_connection_spec_selftests ();
_initialize_main_thread_selftests ();
_initialize_mkdir_recursive_selftests ();
_initialize_rsp_low_selftests ();
_initialize_scoped_fd_selftests ();
_initialize_scoped_mmap_selftests ();
_initialize_scoped_restore_selftests ();
_initialize_string_view_selftests ();
_initialize_style_selftest ();
_initialize_tracepoint_selftests ();
_initialize_tui_selftest ();
_initialize_unpack_selftests ();
_initialize_utils_selftests ();
_initialize_vec_utils_selftests ();
_initialize_xml_utils ();
_initialize_ada_exp ();
_initialize_rust_exp ();
_initialize_ada_language ();
_initialize_tasks ();
_initialize_addrmap ();
_initialize_agent ();
_initialize_annotate ();
_initialize_gdbarch_utils ();
@ -224,19 +289,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_dwarf2expr ();
_initialize_tailcall_frame ();
_initialize_dwarf2_frame ();
_initialize_index_cache ();
_initialize_dwarf_index_write ();
_initialize_dwarf2_frame ();
_initialize_tailcall_frame ();
_initialize_dwarf2expr ();
_initialize_dwarf2loc ();
_initialize_dwarf2_read ();
_initialize_exec ();
@ -250,9 +312,9 @@ initialize_all_files (void)
_initialize_frame_base ();
_initialize_frame_unwind ();
_initialize_gcore ();
_initialize_gdb_demangle ();
_initialize_gdb_bfd ();
_initialize_gdbarch ();
_initialize_gdbarch_selftests ();
_initialize_gdbtypes ();
_initialize_gnu_v2_abi ();
_initialize_gnu_v3_abi ();
@ -268,12 +330,12 @@ initialize_all_files (void)
_initialize_macrocmd ();
_initialize_macroscope ();
_initialize_maint_cmds ();
_initialize_maint_test_options ();
_initialize_maint_test_settings ();
_initialize_mdebugread ();
_initialize_mem ();
_initialize_mipsread ();
_initialize_objc_language ();
_initialize_objc_lang ();
_initialize_objfiles ();
_initialize_observer ();
_initialize_opencl_language ();
_initialize_gdb_osabi ();
@ -293,11 +355,13 @@ initialize_all_files (void)
_initialize_remote ();
_initialize_notif ();
_initialize_reverse ();
_initialize_run_on_main_thread ();
_initialize_serial ();
_initialize_step_skip ();
_initialize_solib ();
_initialize_solib_target ();
_initialize_source ();
_initialize_source_cache ();
_initialize_stabsread ();
_initialize_stack ();
_initialize_frame_reg ();
@ -305,9 +369,12 @@ initialize_all_files (void)
_initialize_symfile_debug ();
_initialize_symmisc ();
_initialize_symtab ();
_initialize_target ();
_initialize_target_connection ();
_initialize_target_dcache ();
_initialize_target_descriptions ();
_initialize_thread ();
_initialize_ctf ();
_initialize_tracefile ();
_initialize_tracefile_tfile ();
_initialize_tracepoint ();
@ -315,7 +382,6 @@ initialize_all_files (void)
_initialize_ui_style ();
_initialize_user_regs ();
_initialize_utils ();
_initialize_valarith ();
_initialize_valops ();
_initialize_valprint ();
_initialize_values ();

View File

@ -1,10 +1,10 @@
/* This file is automatically generated. DO NOT EDIT! */
/* Generated from: NetBSD: mknative-gdb,v 1.8 2019/05/29 01:56:06 christos Exp */
/* Generated from: NetBSD: mknative-gdb,v 1.14 2020/09/24 14:53:17 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-2019 Free Software Foundation, Inc.
Copyright (C) 2011-2020 Free Software Foundation, Inc.
This file is part of GDB.

View File

@ -1,8 +1,8 @@
/* This file is automatically generated. DO NOT EDIT! */
/* Generated from: NetBSD: mknative-gdb,v 1.8 2019/05/29 01:56:06 christos Exp */
/* Generated from: NetBSD: mknative-gdb,v 1.14 2020/09/24 14:53:17 christos Exp */
/* Generated from: NetBSD: mknative.common,v 1.16 2018/04/15 15:13:37 christos Exp */
#include "common/version.h"
const char version[] = "8.3";
#include "gdbsupport/version.h"
const char version[] = "11.0.50.20200914-git";
const char host_name[] = "aarch64--netbsd";
const char target_name[] = "aarch64--netbsd";

View File

@ -1,11 +1,12 @@
/* This file is automatically generated. DO NOT EDIT! */
/* Generated from: NetBSD: mknative-gdb,v 1.8 2019/05/29 01:56:06 christos Exp */
/* Generated from: NetBSD: mknative-gdb,v 1.14 2020/09/24 14:53:17 christos Exp */
/* Generated from: NetBSD: mknative.common,v 1.16 2018/04/15 15:13:37 christos Exp */
#include "xml-builtin.h"
static const char xml_feature_btrace_dtd[] = {
'<', '!', '-', '-', ' ', 'C', 'o', 'p', 'y', 'r',
'i', 'g', 'h', 't', ' ', '(', 'C', ')', ' ', '2',
'0', '1', '3', '-', '2', '0', '1', '9', ' ', 'F',
'0', '1', '3', '-', '2', '0', '2', '0', ' ', '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 +93,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', '9', ' ', 'F',
'0', '1', '3', '-', '2', '0', '2', '0', ' ', '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 +148,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', '9', ' ', 'F',
'0', '0', '7', '-', '2', '0', '2', '0', ' ', '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 +367,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', '9', ' ', 'F',
'0', '0', '7', '-', '2', '0', '2', '0', ' ', '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 +448,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', '9', ' ', 'F',
'0', '1', '3', '-', '2', '0', '2', '0', ' ', '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 +535,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', '9', ' ', 'F',
'0', '1', '1', '-', '2', '0', '2', '0', ' ', '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 +618,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', '9', ' ', 'F',
'0', '0', '8', '-', '2', '0', '2', '0', ' ', '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 +679,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', '9', ' ', 'F',
'0', '0', '8', '-', '2', '0', '2', '0', ' ', '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 +731,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', '9', ' ', 'F',
'0', '1', '0', '-', '2', '0', '2', '0', ' ', '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 +805,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', '9', ' ', 'F',
'0', '0', '7', '-', '2', '0', '2', '0', ' ', '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',

View File

@ -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-gdb,v 1.14 2020/09/24 14:53:17 christos Exp
# Generated from: NetBSD: mknative.common,v 1.16 2018/04/15 15:13:37 christos Exp
#
G_ALLOCA=
G_EXTRA_OFILES=
G_LIBOBJS=mempcpy.o strverscmp.o
G_REQUIRED_OFILES=regex.o cplus-dem.o cp-demangle.o md5.o sha1.o alloca.o argv.o choose-temp.o concat.o cp-demint.o crc32.o d-demangle.o dwarfnames.o dyn-string.o fdmatch.o fibheap.o filename_cmp.o floatformat.o fnmatch.o fopen_unlocked.o getopt.o getopt1.o getpwd.o getruntime.o hashtab.o hex.o lbasename.o lrealpath.o make-relative-prefix.o make-temp-file.o objalloc.o obstack.o partition.o pexecute.o physmem.o pex-common.o pex-one.o pex-unix.o vprintf-support.o rust-demangle.o safe-ctype.o simple-object.o simple-object-coff.o simple-object-elf.o simple-object-mach-o.o simple-object-xcoff.o sort.o spaces.o splay-tree.o stack-limit.o strerror.o strsignal.o timeval-utils.o unlink-if-ordinary.o xasprintf.o xatexit.o xexit.o xmalloc.o xmemdup.o xstrdup.o xstrerror.o xstrndup.o xvasprintf.o
G_REQUIRED_OFILES=regex.o cplus-dem.o cp-demangle.o md5.o sha1.o alloca.o argv.o bsearch_r.o choose-temp.o concat.o cp-demint.o crc32.o d-demangle.o dwarfnames.o dyn-string.o fdmatch.o fibheap.o filedescriptor.o filename_cmp.o floatformat.o fnmatch.o fopen_unlocked.o getopt.o getopt1.o getpwd.o getruntime.o hashtab.o hex.o lbasename.o lrealpath.o make-relative-prefix.o make-temp-file.o objalloc.o obstack.o partition.o pexecute.o physmem.o pex-common.o pex-one.o pex-unix.o vprintf-support.o rust-demangle.o safe-ctype.o simple-object.o simple-object-coff.o simple-object-elf.o simple-object-mach-o.o simple-object-xcoff.o sort.o spaces.o splay-tree.o stack-limit.o strerror.o strsignal.o timeval-utils.o unlink-if-ordinary.o xasprintf.o xatexit.o xexit.o xmalloc.o xmemdup.o xstrdup.o xstrerror.o xstrndup.o xvasprintf.o

View File

@ -1,5 +1,5 @@
/* This file is automatically generated. DO NOT EDIT! */
/* Generated from: NetBSD: mknative-gdb,v 1.8 2019/05/29 01:56:06 christos Exp */
/* Generated from: NetBSD: mknative-gdb,v 1.14 2020/09/24 14:53:17 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. */
@ -74,7 +74,7 @@
#define PACKAGE_NAME "opcodes"
/* Define to the full name and version of this package. */
#define PACKAGE_STRING "opcodes 2.32.51"
#define PACKAGE_STRING "opcodes 2.35.50"
/* 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.32.51"
#define PACKAGE_VERSION "2.35.50"
/* 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.32.51"
#define VERSION "2.35.50"
/* Define to 1 if on MINIX. */
/* #undef _MINIX */

View File

@ -1,5 +1,5 @@
/* This file is automatically generated. DO NOT EDIT! */
/* Generated from: NetBSD: mknative-gdb,v 1.8 2019/05/29 01:56:06 christos Exp */
/* Generated from: NetBSD: mknative-gdb,v 1.14 2020/09/24 14:53:17 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. */
@ -21,9 +21,6 @@
/* #undef _FILE_OFFSET_BITS */
/* Define if on MINIX. */
/* #undef _MINIX */
/* Define as the return type of signal handlers (int or void). */
#define RETSIGTYPE void
@ -41,15 +38,22 @@
/* #undef volatile */
#define PROTOTYPES 1
#define __PROTOTYPES 1
/* #undef __CHAR_UNSIGNED__ */
/* Define if the `S_IS*' macros in <sys/stat.h> do not work properly. */
/* #undef STAT_MACROS_BROKEN */
/* Define if you have the chown function. */
/* #undef HAVE_CHOWN */
/* Define if you have the fcntl function. */
#define HAVE_FCNTL 1
/* Define if you have the fnmatch function. */
#define HAVE_FNMATCH 1
/* Define if you have the getpwent function. */
#define HAVE_GETPWENT 1
@ -92,9 +96,15 @@
/* Define if you have the memmove function. */
#define HAVE_MEMMOVE 1
/* Define if you have the pselect function. */
#define HAVE_PSELECT 1
/* Define if you have the putenv function. */
#define HAVE_PUTENV 1
/* Define if you have the readlink function. */
#define HAVE_READLINK 1
/* Define if you have the select function. */
#define HAVE_SELECT 1
@ -139,6 +149,9 @@
/* Define if you have the wcwidth function. */
#define HAVE_WCWIDTH 1
/* and whether it works */
/* #undef WCWIDTH_BROKEN */
#define STDC_HEADERS 1
/* Define if you have the <dirent.h> header file. */
@ -150,6 +163,9 @@
/* Define if you have the <langinfo.h> header file. */
#define HAVE_LANGINFO_H 1
/* Define if you have the <libaudit.h> header file. */
/* #undef HAVE_LIBAUDIT_H */
/* Define if you have the <limits.h> header file. */
#define HAVE_LIMITS_H 1
@ -162,12 +178,18 @@
/* Define if you have the <ndir.h> header file. */
/* #undef HAVE_NDIR_H */
/* Define if you have the <ncurses/termcap.h> header file. */
/* #undef HAVE_NCURSES_TERMCAP_H */
/* Define if you have the <pwd.h> header file. */
#define HAVE_PWD_H 1
/* Define if you have the <stdarg.h> header file. */
#define HAVE_STDARG_H 1
/* Define if you have the <stdbool.h> header file. */
#define HAVE_STDBOOL_H 1
/* Define if you have the <stdlib.h> header file. */
#define HAVE_STDLIB_H 1
@ -183,6 +205,9 @@
/* Define if you have the <sys/file.h> header file. */
#define HAVE_SYS_FILE_H 1
/* Define if you have the <sys/ioctl.h> header file. */
#define HAVE_SYS_IOCTL_H 1
/* Define if you have the <sys/ndir.h> header file. */
/* #undef HAVE_SYS_NDIR_H */
@ -201,9 +226,6 @@
/* Define if you have the <termcap.h> header file. */
#define HAVE_TERMCAP_H 1
/* Define if you have the <ncurses/termcap.h> header file. */
/* #undef HAVE_NCURSES_TERMCAP_H */
/* Define if you have the <termio.h> header file. */
/* #undef HAVE_TERMIO_H */
@ -236,6 +258,9 @@
/* Define if you have <langinfo.h> and nl_langinfo(CODESET). */
#define HAVE_LANGINFO_CODESET 1
/* Define if you have <linux/audit.h> and it defines AUDIT_USER_TTY */
#define HAVE_DECL_AUDIT_USER_TTY 0
/* Definitions pulled in from aclocal.m4. */
#define VOID_SIGHANDLER 1
@ -253,9 +278,11 @@
#define HAVE_GETPW_DECLS 1
/* #undef STRUCT_DIRENT_HAS_D_INO */
#define HAVE_STRUCT_DIRENT_D_INO 1
/* #undef STRUCT_DIRENT_HAS_D_FILENO */
#define HAVE_STRUCT_DIRENT_D_FILENO 1
/* #undef HAVE_STRUCT_DIRENT_D_NAMLEN */
/* #undef HAVE_BSD_SIGNALS */
@ -277,12 +304,4 @@
# define TERMIOS_MISSING
#endif
#if defined (__STDC__) && defined (HAVE_STDARG_H)
# define PREFER_STDARG
# define USE_VARARGS
#else
# if defined (HAVE_VARARGS_H)
# define PREFER_VARARGS
# define USE_VARARGS
# endif
#endif
/* VARARGS defines moved to rlstdc.h */

View File

@ -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-gdb,v 1.14 2020/09/24 14:53:17 christos Exp
# Generated from: NetBSD: mknative.common,v 1.16 2018/04/15 15:13:37 christos Exp
#
G_CCFLAGS=-DHAVE_CONFIG_H -DCROSS_COMPILING -I. -I${GNUHOSTDIST}/readline -DRL_LIBRARY_VERSION=\"6.2\" -g -O
G_OBJECTS=readline.o vi_mode.o funmap.o keymaps.o parens.o search.o rltty.o complete.o bind.o isearch.o display.o signals.o util.o kill.o undo.o macro.o input.o callback.o terminal.o text.o nls.o misc.o compat.o xfree.o xmalloc.o history.o histexpand.o histfile.o histsearch.o shell.o mbutil.o tilde.o
G_CCFLAGS= -DHAVE_CONFIG_H -DCROSS_COMPILING -I. -I${GNUHOSTDIST}/readline/readline -DRL_LIBRARY_VERSION=\"8.0\" -g -O
G_OBJECTS=readline.o vi_mode.o funmap.o keymaps.o parens.o search.o rltty.o complete.o bind.o isearch.o display.o signals.o util.o kill.o undo.o macro.o input.o callback.o terminal.o text.o nls.o misc.o history.o histexpand.o histfile.o histsearch.o shell.o mbutil.o tilde.o colors.o parse-colors.o xmalloc.o xfree.o compat.o