Module Name:    src
Committed By:   christos
Date:           Wed Nov 29 22:39:59 UTC 2017

Modified Files:
        src/external/gpl3/gdb/lib/libgdb: Makefile
        src/external/gpl3/gdb/lib/libgdb/arch/arm: config.h defs.mk init.c
        src/external/gpl3/gdb/lib/libgdb/arch/armeb: config.h defs.mk init.c
        src/external/gpl3/gdb/lib/libgdb/arch/hppa: defs.mk
        src/external/gpl3/gdb/lib/libgdb/arch/x86_64: defs.mk

Log Message:
regen, and add more warn eliding to Makefile


To generate a diff of this commit:
cvs rdiff -u -r1.14 -r1.15 src/external/gpl3/gdb/lib/libgdb/Makefile
cvs rdiff -u -r1.8 -r1.9 src/external/gpl3/gdb/lib/libgdb/arch/arm/config.h
cvs rdiff -u -r1.12 -r1.13 src/external/gpl3/gdb/lib/libgdb/arch/arm/defs.mk
cvs rdiff -u -r1.11 -r1.12 src/external/gpl3/gdb/lib/libgdb/arch/arm/init.c
cvs rdiff -u -r1.7 -r1.8 src/external/gpl3/gdb/lib/libgdb/arch/armeb/config.h
cvs rdiff -u -r1.11 -r1.12 \
    src/external/gpl3/gdb/lib/libgdb/arch/armeb/defs.mk
cvs rdiff -u -r1.10 -r1.11 src/external/gpl3/gdb/lib/libgdb/arch/armeb/init.c
cvs rdiff -u -r1.9 -r1.10 src/external/gpl3/gdb/lib/libgdb/arch/hppa/defs.mk
cvs rdiff -u -r1.12 -r1.13 \
    src/external/gpl3/gdb/lib/libgdb/arch/x86_64/defs.mk

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/external/gpl3/gdb/lib/libgdb/Makefile
diff -u src/external/gpl3/gdb/lib/libgdb/Makefile:1.14 src/external/gpl3/gdb/lib/libgdb/Makefile:1.15
--- src/external/gpl3/gdb/lib/libgdb/Makefile:1.14	Wed Nov 29 16:21:50 2017
+++ src/external/gpl3/gdb/lib/libgdb/Makefile	Wed Nov 29 17:39:59 2017
@@ -1,4 +1,4 @@
-#	$NetBSD: Makefile,v 1.14 2017/11/29 21:21:50 christos Exp $
+#	$NetBSD: Makefile,v 1.15 2017/11/29 22:39:59 christos Exp $
 
 NOCTF=
 HOSTPROG_CXX=   1
@@ -41,7 +41,17 @@ CPPFLAGS+=	-I${.CURDIR} \
 # XXX inf-ptrace.c has some bogus (PTRACE_TYPE_ARG3) casts, but in 
 # code that's never exercised on NetBSD.
 CPPFLAGS.inf-ptrace.c=	-Wno-error
+
+# XXX: I should fix these...
 CPPFLAGS.i386-nbsd-tdep.c+= -Wno-narrowing
+CPPFLAGS.arm-get-next-pcs.c+= -Wno-narrowing
+CPPFLAGS.mips-tdep.c+= -Wno-narrowing
+CPPFLAGS.sh-nbsd-tdep.c+= -Wno-narrowing
+CPPFLAGS.ppc-nbsd-tdep.c+= -Wno-narrowing
+CPPFLAGS.alpha-nbsd-tdep.c+= -Wno-narrowing
+CPPFLAGS.alpha-tdep.c+= -Wno-narrowing
+CPPFLAGS.rs6000-tdep.c+= -Wno-narrowing
+CPPFLAGS.hppa-nbsd-tdep.c+= -Wno-narrowing
 
 CWARNFLAGS.clang+=	-Wno-switch
 

Index: src/external/gpl3/gdb/lib/libgdb/arch/arm/config.h
diff -u src/external/gpl3/gdb/lib/libgdb/arch/arm/config.h:1.8 src/external/gpl3/gdb/lib/libgdb/arch/arm/config.h:1.9
--- src/external/gpl3/gdb/lib/libgdb/arch/arm/config.h:1.8	Wed Nov 29 13:15:32 2017
+++ src/external/gpl3/gdb/lib/libgdb/arch/arm/config.h	Wed Nov 29 17:39:59 2017
@@ -171,7 +171,7 @@
 #define HAVE_DLFCN_H 1
 
 /* Define if ELF support should be included. */
-/* #undef HAVE_ELF */
+#define HAVE_ELF 1
 
 /* Define to 1 if you have the <elf_hp.h> header file. */
 /* #undef HAVE_ELF_HP_H */

Index: src/external/gpl3/gdb/lib/libgdb/arch/arm/defs.mk
diff -u src/external/gpl3/gdb/lib/libgdb/arch/arm/defs.mk:1.12 src/external/gpl3/gdb/lib/libgdb/arch/arm/defs.mk:1.13
--- src/external/gpl3/gdb/lib/libgdb/arch/arm/defs.mk:1.12	Wed Nov 29 13:15:32 2017
+++ src/external/gpl3/gdb/lib/libgdb/arch/arm/defs.mk	Wed Nov 29 17:39:59 2017
@@ -3,5 +3,5 @@
 # Generated from: NetBSD: mknative.common,v 1.15 2017/11/29 03:32:28 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=arm.o arm-get-next-pcs.o arm-tdep.o armbsd-tdep.o arm-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 arm-nbsd-nat.o bsd-kvm.o nbsd-thread.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 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 sol
 ib.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_LIBGDB_OBS=arm.o arm-get-next-pcs.o arm-tdep.o arm-bsd-tdep.o arm-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 arm-nbsd-nat.o bsd-kvm.o nbsd-thread.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-val
 print.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_SIM_OBS=

Index: src/external/gpl3/gdb/lib/libgdb/arch/arm/init.c
diff -u src/external/gpl3/gdb/lib/libgdb/arch/arm/init.c:1.11 src/external/gpl3/gdb/lib/libgdb/arch/arm/init.c:1.12
--- src/external/gpl3/gdb/lib/libgdb/arch/arm/init.c:1.11	Wed Nov 29 13:15:32 2017
+++ src/external/gpl3/gdb/lib/libgdb/arch/arm/init.c	Wed Nov 29 17:39:59 2017
@@ -24,6 +24,9 @@ extern initialize_file_ftype _initialize
 extern initialize_file_ftype _initialize_tracefile;
 extern initialize_file_ftype _initialize_tracefile_tfile;
 extern initialize_file_ftype _initialize_tracepoint;
+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_ada_exp;
 extern initialize_file_ftype _initialize_rust_exp;
 extern initialize_file_ftype _initialize_ada_language;
@@ -178,6 +181,9 @@ initialize_all_files (void)
   _initialize_tracefile ();
   _initialize_tracefile_tfile ();
   _initialize_tracepoint ();
+  _initialize_elfread ();
+  _initialize_stap_probe ();
+  _initialize_dtrace_probe ();
   _initialize_ada_exp ();
   _initialize_rust_exp ();
   _initialize_ada_language ();

Index: src/external/gpl3/gdb/lib/libgdb/arch/armeb/config.h
diff -u src/external/gpl3/gdb/lib/libgdb/arch/armeb/config.h:1.7 src/external/gpl3/gdb/lib/libgdb/arch/armeb/config.h:1.8
--- src/external/gpl3/gdb/lib/libgdb/arch/armeb/config.h:1.7	Wed Nov 29 13:15:33 2017
+++ src/external/gpl3/gdb/lib/libgdb/arch/armeb/config.h	Wed Nov 29 17:39:59 2017
@@ -171,7 +171,7 @@
 #define HAVE_DLFCN_H 1
 
 /* Define if ELF support should be included. */
-/* #undef HAVE_ELF */
+#define HAVE_ELF 1
 
 /* Define to 1 if you have the <elf_hp.h> header file. */
 /* #undef HAVE_ELF_HP_H */

Index: src/external/gpl3/gdb/lib/libgdb/arch/armeb/defs.mk
diff -u src/external/gpl3/gdb/lib/libgdb/arch/armeb/defs.mk:1.11 src/external/gpl3/gdb/lib/libgdb/arch/armeb/defs.mk:1.12
--- src/external/gpl3/gdb/lib/libgdb/arch/armeb/defs.mk:1.11	Wed Nov 29 13:15:33 2017
+++ src/external/gpl3/gdb/lib/libgdb/arch/armeb/defs.mk	Wed Nov 29 17:39:59 2017
@@ -3,5 +3,5 @@
 # Generated from: NetBSD: mknative.common,v 1.15 2017/11/29 03:32:28 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=arm.o arm-get-next-pcs.o arm-tdep.o armbsd-tdep.o arm-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 arm-nbsd-nat.o bsd-kvm.o nbsd-thread.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 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 sol
 ib.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_LIBGDB_OBS=arm.o arm-get-next-pcs.o arm-tdep.o arm-bsd-tdep.o arm-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 arm-nbsd-nat.o bsd-kvm.o nbsd-thread.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-val
 print.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_SIM_OBS=

Index: src/external/gpl3/gdb/lib/libgdb/arch/armeb/init.c
diff -u src/external/gpl3/gdb/lib/libgdb/arch/armeb/init.c:1.10 src/external/gpl3/gdb/lib/libgdb/arch/armeb/init.c:1.11
--- src/external/gpl3/gdb/lib/libgdb/arch/armeb/init.c:1.10	Wed Nov 29 13:15:33 2017
+++ src/external/gpl3/gdb/lib/libgdb/arch/armeb/init.c	Wed Nov 29 17:39:59 2017
@@ -24,6 +24,9 @@ extern initialize_file_ftype _initialize
 extern initialize_file_ftype _initialize_tracefile;
 extern initialize_file_ftype _initialize_tracefile_tfile;
 extern initialize_file_ftype _initialize_tracepoint;
+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_ada_exp;
 extern initialize_file_ftype _initialize_rust_exp;
 extern initialize_file_ftype _initialize_ada_language;
@@ -178,6 +181,9 @@ initialize_all_files (void)
   _initialize_tracefile ();
   _initialize_tracefile_tfile ();
   _initialize_tracepoint ();
+  _initialize_elfread ();
+  _initialize_stap_probe ();
+  _initialize_dtrace_probe ();
   _initialize_ada_exp ();
   _initialize_rust_exp ();
   _initialize_ada_language ();

Index: src/external/gpl3/gdb/lib/libgdb/arch/hppa/defs.mk
diff -u src/external/gpl3/gdb/lib/libgdb/arch/hppa/defs.mk:1.9 src/external/gpl3/gdb/lib/libgdb/arch/hppa/defs.mk:1.10
--- src/external/gpl3/gdb/lib/libgdb/arch/hppa/defs.mk:1.9	Wed Nov 29 13:15:33 2017
+++ src/external/gpl3/gdb/lib/libgdb/arch/hppa/defs.mk	Wed Nov 29 17:39:59 2017
@@ -2,769 +2,6 @@
 # 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 
 #
-running CONFIG_SHELL=/bin/sh /bin/sh /p/netbsd/cvsroot/src/external/gpl3/gdb/dist/gdb/configure --srcdir=/usr/src/tools/gdb/../../external/gpl3/gdb/dist/gdb --cache-file=./config.cache --prefix=/usr --with-separate-debug-dir=/usr/libdata/debug --disable-sim --program-transform-name=s,y,y, --disable-option-checking --build=x86_64-unknown-netbsd8.99 --host=hppa--netbsd --target=hppa--netbsd build_alias=x86_64-unknown-netbsd8.99 host_alias=hppa--netbsd target_alias=hppa--netbsd CC=/usr/obj/hppa/tools/bin/hppa--netbsd-gcc --sysroot=/usr/obj/hppa/release -B/usr/obj/hppa/release/usr/lib/ -I/usr/src/tools/gdb/obj.hppa-hppa/.native/gcc/include CFLAGS= LDFLAGS=-static-libstdc++ -static-libgcc  LIBS=-lintl CPPFLAGS= CXX=/usr/obj/hppa/tools/bin/hppa--netbsd-c++ --sysroot=/usr/obj/hppa/release -B/usr/obj/hppa/release/usr/lib/ -I/usr/src/tools/gdb/obj.hppa-hppa/.native/gcc/include -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -D__STDC_CONSTANT_MACROS CXXFLAGS= CPP=/usr/obj/hppa/tools/bin/hppa--ne
 tbsd-cpp -I/usr/obj/hppa/release/usr/include MAKEINFO=makeinfo YACC=/usr/obj/hppa/tools/bin/nbyacc --no-create --no-recursion
-configure: loading cache ./config.cache
-checking whether to enable maintainer-specific portions of Makefiles... no
-checking for hppa--netbsd-gcc... (cached) /usr/obj/hppa/tools/bin/hppa--netbsd-gcc --sysroot=/usr/obj/hppa/release -B/usr/obj/hppa/release/usr/lib/ -I/usr/src/tools/gdb/obj.hppa-hppa/.native/gcc/include
-checking for C compiler default output file name... a.out
-checking whether the C compiler works... yes
-checking whether we are cross compiling... yes
-checking for suffix of executables... 
-checking for suffix of object files... (cached) o
-checking whether we are using the GNU C compiler... (cached) yes
-checking whether /usr/obj/hppa/tools/bin/hppa--netbsd-gcc --sysroot=/usr/obj/hppa/release -B/usr/obj/hppa/release/usr/lib/ -I/usr/src/tools/gdb/obj.hppa-hppa/.native/gcc/include accepts -g... (cached) yes
-checking for /usr/obj/hppa/tools/bin/hppa--netbsd-gcc --sysroot=/usr/obj/hppa/release -B/usr/obj/hppa/release/usr/lib/ -I/usr/src/tools/gdb/obj.hppa-hppa/.native/gcc/include option to accept ISO C89... (cached) none needed
-checking whether we are using the GNU C++ compiler... (cached) yes
-checking whether /usr/obj/hppa/tools/bin/hppa--netbsd-c++ --sysroot=/usr/obj/hppa/release -B/usr/obj/hppa/release/usr/lib/ -I/usr/src/tools/gdb/obj.hppa-hppa/.native/gcc/include -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -D__STDC_CONSTANT_MACROS accepts -g... (cached) yes
-checking how to run the C preprocessor... /usr/obj/hppa/tools/bin/hppa--netbsd-cpp -I/usr/obj/hppa/release/usr/include
-checking for grep that handles long lines and -e... (cached) /usr/bin/grep
-checking for egrep... (cached) /usr/bin/grep -E
-checking for ANSI C header files... (cached) yes
-checking for sys/types.h... (cached) yes
-checking for sys/stat.h... (cached) yes
-checking for stdlib.h... (cached) yes
-checking for string.h... (cached) yes
-checking for memory.h... (cached) yes
-checking for strings.h... (cached) yes
-checking for inttypes.h... (cached) yes
-checking for stdint.h... (cached) yes
-checking for unistd.h... (cached) yes
-checking for minix/config.h... (cached) no
-checking whether it is safe to define __EXTENSIONS__... (cached) yes
-checking build system type... (cached) x86_64-unknown-netbsd8.99
-checking host system type... (cached) hppa--netbsd
-checking target system type... (cached) hppa--netbsd
-checking for dlfcn.h... (cached) yes
-checking for windows.h... (cached) no
-checking for library containing dlopen... (cached) none required
-checking for special C compiler options needed for large files... (cached) no
-checking for _FILE_OFFSET_BITS value needed for large files... (cached) no
-checking for /usr/obj/hppa/tools/bin/hppa--netbsd-gcc --sysroot=/usr/obj/hppa/release -B/usr/obj/hppa/release/usr/lib/ -I/usr/src/tools/gdb/obj.hppa-hppa/.native/gcc/include option to accept ANSI C... (cached) none needed
-checking for hppa--netbsd-strip... (cached) hppa--netbsd-strip
-checking whether /usr/obj/hppa/tools/bin/hppa--netbsd-c++ --sysroot=/usr/obj/hppa/release -B/usr/obj/hppa/release/usr/lib/ -I/usr/src/tools/gdb/obj.hppa-hppa/.native/gcc/include -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -D__STDC_CONSTANT_MACROS supports C++11 features by default... (cached) no
-checking whether /usr/obj/hppa/tools/bin/hppa--netbsd-c++ --sysroot=/usr/obj/hppa/release -B/usr/obj/hppa/release/usr/lib/ -I/usr/src/tools/gdb/obj.hppa-hppa/.native/gcc/include -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -D__STDC_CONSTANT_MACROS supports C++11 features with -std=gnu++11... (cached) yes
-checking dependency style of /usr/obj/hppa/tools/bin/hppa--netbsd-gcc --sysroot=/usr/obj/hppa/release -B/usr/obj/hppa/release/usr/lib/ -I/usr/src/tools/gdb/obj.hppa-hppa/.native/gcc/include... (cached) gcc3
-=== configuring in build-gnulib (/usr/obj/hppa/src/tools/gdb.hppa-hppa/.native/gdb/build-gnulib)
-configure: running /bin/sh /usr/src/tools/gdb/../../external/gpl3/gdb/dist/gdb/gnulib/configure --disable-option-checking '--prefix=/usr'  '--with-separate-debug-dir=/usr/libdata/debug' '--disable-sim' '--program-transform-name=s,y,y,' '--build=x86_64-unknown-netbsd8.99' '--host=hppa--netbsd' '--target=hppa--netbsd' 'build_alias=x86_64-unknown-netbsd8.99' 'host_alias=hppa--netbsd' 'target_alias=hppa--netbsd' 'CC=/usr/obj/hppa/tools/bin/hppa--netbsd-gcc --sysroot=/usr/obj/hppa/release -B/usr/obj/hppa/release/usr/lib/ -I/usr/src/tools/gdb/obj.hppa-hppa/.native/gcc/include' 'CFLAGS=' 'LDFLAGS=-static-libstdc++ -static-libgcc ' 'LIBS=-lintl' 'CPPFLAGS=' 'CXX=/usr/obj/hppa/tools/bin/hppa--netbsd-c++ --sysroot=/usr/obj/hppa/release -B/usr/obj/hppa/release/usr/lib/ -I/usr/src/tools/gdb/obj.hppa-hppa/.native/gcc/include -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -D__STDC_CONSTANT_MACROS' 'CXXFLAGS=' 'CPP=/usr/obj/hppa/tools/bin/hppa--netbsd-cpp -I/usr/obj/hppa/release/usr/include' 'MAKEIN
 FO=makeinfo' 'YACC=/usr/obj/hppa/tools/bin/nbyacc' --cache-file=./config.cache --srcdir=/usr/src/tools/gdb/../../external/gpl3/gdb/dist/gdb/gnulib
-configure: loading cache ./config.cache
-checking whether to enable maintainer-specific portions of Makefiles... no
-checking for hppa--netbsd-gcc... (cached) /usr/obj/hppa/tools/bin/hppa--netbsd-gcc --sysroot=/usr/obj/hppa/release -B/usr/obj/hppa/release/usr/lib/ -I/usr/src/tools/gdb/obj.hppa-hppa/.native/gcc/include
-checking for C compiler default output file name... a.out
-checking whether the C compiler works... yes
-checking whether we are cross compiling... yes
-checking for suffix of executables... 
-checking for suffix of object files... (cached) o
-checking whether we are using the GNU C compiler... (cached) yes
-checking whether /usr/obj/hppa/tools/bin/hppa--netbsd-gcc --sysroot=/usr/obj/hppa/release -B/usr/obj/hppa/release/usr/lib/ -I/usr/src/tools/gdb/obj.hppa-hppa/.native/gcc/include accepts -g... (cached) yes
-checking for /usr/obj/hppa/tools/bin/hppa--netbsd-gcc --sysroot=/usr/obj/hppa/release -B/usr/obj/hppa/release/usr/lib/ -I/usr/src/tools/gdb/obj.hppa-hppa/.native/gcc/include option to accept ISO C89... (cached) none needed
-checking how to run the C preprocessor... /usr/obj/hppa/tools/bin/hppa--netbsd-cpp -I/usr/obj/hppa/release/usr/include
-checking for grep that handles long lines and -e... (cached) /usr/bin/grep
-checking for egrep... (cached) /usr/bin/grep -E
-checking for ANSI C header files... (cached) yes
-checking for sys/types.h... (cached) yes
-checking for sys/stat.h... (cached) yes
-checking for stdlib.h... (cached) yes
-checking for string.h... (cached) yes
-checking for memory.h... (cached) yes
-checking for strings.h... (cached) yes
-checking for inttypes.h... (cached) yes
-checking for stdint.h... (cached) yes
-checking for unistd.h... (cached) yes
-checking for minix/config.h... (cached) no
-checking whether it is safe to define __EXTENSIONS__... (cached) yes
-checking whether _XOPEN_SOURCE should be defined... (cached) no
-checking for Minix Amsterdam compiler... (cached) no
-checking for hppa--netbsd-ar... (cached) ar
-checking for hppa--netbsd-ranlib... (cached) ranlib
-checking build system type... (cached) x86_64-unknown-netbsd8.99
-checking host system type... (cached) hppa--netbsd
-checking for special C compiler options needed for large files... (cached) no
-checking for _FILE_OFFSET_BITS value needed for large files... (cached) no
-checking for hppa--netbsd-gcc... (cached) /usr/obj/hppa/tools/bin/hppa--netbsd-gcc --sysroot=/usr/obj/hppa/release -B/usr/obj/hppa/release/usr/lib/ -I/usr/src/tools/gdb/obj.hppa-hppa/.native/gcc/include
-checking whether we are using the GNU C compiler... (cached) yes
-checking whether /usr/obj/hppa/tools/bin/hppa--netbsd-gcc --sysroot=/usr/obj/hppa/release -B/usr/obj/hppa/release/usr/lib/ -I/usr/src/tools/gdb/obj.hppa-hppa/.native/gcc/include accepts -g... (cached) yes
-checking for /usr/obj/hppa/tools/bin/hppa--netbsd-gcc --sysroot=/usr/obj/hppa/release -B/usr/obj/hppa/release/usr/lib/ -I/usr/src/tools/gdb/obj.hppa-hppa/.native/gcc/include option to accept ISO C89... (cached) none needed
-checking target system type... (cached) hppa--netbsd
-checking for working alloca.h... (cached) no
-checking for alloca... (cached) yes
-checking for canonicalize_file_name... (cached) no
-checking for getcwd... (cached) yes
-checking for readlink... (cached) yes
-checking for realpath... (cached) yes
-checking for btowc... (cached) yes
-checking for isblank... (cached) yes
-checking for iswctype... (cached) yes
-checking for mbsrtowcs... (cached) yes
-checking for mempcpy... (cached) no
-checking for wmemchr... (cached) yes
-checking for wmemcpy... (cached) yes
-checking for wmempcpy... (cached) no
-checking for gettimeofday... (cached) yes
-checking for symlink... (cached) yes
-checking for lstat... (cached) yes
-checking for mbsinit... (cached) yes
-checking for mbrtowc... (cached) yes
-checking for mprotect... (cached) yes
-checking for link... (cached) yes
-checking for iswcntrl... (cached) yes
-checking whether // is distinct from /... (cached) unknown, assuming no
-checking whether realpath works... (cached) guessing no
-checking for sys/param.h... (cached) yes
-checking for dirent.h... (cached) yes
-checking for wctype.h... (cached) yes
-checking for sys/time.h... (cached) yes
-checking for sys/socket.h... (cached) yes
-checking for limits.h... (cached) yes
-checking for wchar.h... (cached) yes
-checking for stdint.h... (cached) yes
-checking for inttypes.h... (cached) yes
-checking for unistd.h... (cached) yes
-checking for math.h... (cached) yes
-checking for sys/mman.h... (cached) yes
-checking for sys/stat.h... (cached) yes
-checking for features.h... (cached) no
-checking whether the preprocessor supports include_next... (cached) yes
-checking whether system header files limit the line length... (cached) no
-checking for complete errno.h... (cached) no
-checking for EMULTIHOP value... (cached) yes
-checking for ENOLINK value... (cached) yes
-checking for EOVERFLOW value... (cached) yes
-checking for mbstate_t... (cached) yes
-checking whether frexp() can be used without linking with libm... (cached) yes
-checking whether alarm is declared... (cached) yes
-checking whether long double and double are the same... (cached) yes
-checking for C/C++ restrict keyword... (cached) __restrict
-checking for struct timeval... (cached) yes
-checking for wide-enough struct timeval.tv_sec member... (cached) yes
-checking whether gettimeofday is declared without a macro... (cached) yes
-checking whether limits.h has ULLONG_WIDTH etc.... (cached) no
-checking for unsigned long long int... (cached) yes
-checking for long long int... (cached) yes
-checking whether stdint.h conforms to C99... (cached) no
-checking for sys/inttypes.h... (cached) yes
-checking for sys/bitypes.h... (cached) no
-checking for bit size of ptrdiff_t... (cached) 32
-checking for bit size of size_t... (cached) 32
-checking for bit size of sig_atomic_t... (cached) 32
-checking for bit size of wchar_t... (cached) 32
-checking for bit size of wint_t... (cached) 32
-checking whether sig_atomic_t is signed... (cached) yes
-checking whether wchar_t is signed... (cached) yes
-checking whether wint_t is signed... (cached) yes
-checking for ptrdiff_t integer literal suffix... (cached) l
-checking for size_t integer literal suffix... (cached) ul
-checking for sig_atomic_t integer literal suffix... (cached) 
-checking for wchar_t integer literal suffix... (cached) 
-checking for wint_t integer literal suffix... (cached) 
-checking whether imaxabs is declared without a macro... (cached) yes
-checking whether imaxdiv is declared without a macro... (cached) yes
-checking whether strtoimax is declared without a macro... (cached) yes
-checking whether strtoumax is declared without a macro... (cached) yes
-checking for inttypes.h... (cached) yes
-checking whether the inttypes.h PRIxNN macros are broken... (cached) no
-checking where to find the exponent in a 'double'... (cached) word 0 bit 20
-checking whether byte ordering is bigendian... (cached) yes
-checking for nl_langinfo and CODESET... (cached) yes
-checking for working fcntl.h... (cached) cross-compiling
-checking whether getc_unlocked is declared... (cached) yes
-checking whether we are using the GNU C Library >= 2.1 or uClibc... (cached) no
-checking whether lstat correctly handles trailing slash... (cached) guessing no
-checking whether malloc, realloc, calloc are POSIX compliant... (cached) yes
-checking for stdlib.h... (cached) yes
-checking for GNU libc compatible malloc... (cached) yes
-checking for a traditional japanese locale... (cached) ja_JP.eucJP
-checking for a transitional chinese locale... (cached) none
-checking for a french Unicode locale... (cached) none
-checking for a traditional french locale... (cached) none
-checking for mmap... (cached) yes
-checking for MAP_ANONYMOUS... yes
-checking whether memchr works... (cached) guessing no
-checking whether memmem is declared... (cached) yes
-checking for memmem... (cached) yes
-checking whether memmem works... (cached) guessing yes
-checking for sigset_t... (cached) yes
-checking for pid_t... (cached) yes
-checking for uid_t in sys/types.h... (cached) yes
-checking for stdbool.h that conforms to C99... (cached) yes
-checking for _Bool... (cached) yes
-checking for wchar_t... (cached) yes
-checking whether ffsl is declared without a macro... (cached) no
-checking whether ffsll is declared without a macro... (cached) no
-checking whether memmem is declared without a macro... (cached) yes
-checking whether mempcpy is declared without a macro... (cached) no
-checking whether memrchr is declared without a macro... (cached) yes
-checking whether rawmemchr is declared without a macro... (cached) no
-checking whether stpcpy is declared without a macro... (cached) yes
-checking whether stpncpy is declared without a macro... (cached) yes
-checking whether strchrnul is declared without a macro... (cached) yes
-checking whether strdup is declared without a macro... (cached) yes
-checking whether strncat is declared without a macro... (cached) yes
-checking whether strndup is declared without a macro... (cached) yes
-checking whether strnlen is declared without a macro... (cached) yes
-checking whether strpbrk is declared without a macro... (cached) yes
-checking whether strsep is declared without a macro... (cached) yes
-checking whether strcasestr is declared without a macro... (cached) yes
-checking whether strtok_r is declared without a macro... (cached) yes
-checking whether strerror_r is declared without a macro... (cached) yes
-checking whether strsignal is declared without a macro... (cached) yes
-checking whether strverscmp is declared without a macro... (cached) no
-checking whether strtok_r is declared... (cached) yes
-checking whether stat file-mode macros are broken... (cached) no
-checking for mode_t... (cached) yes
-checking for a thread-safe mkdir -p... (cached) /usr/pkg/bin/gmkdir -p
-checking for struct timespec in <time.h>... (cached) yes
-checking whether <wchar.h> uses 'inline' correctly... (cached) yes
-checking for wint_t... (cached) yes
-checking whether alphasort is declared without a macro... (cached) yes
-checking whether closedir is declared without a macro... (cached) yes
-checking whether dirfd is declared without a macro... (cached) no
-checking whether fdopendir is declared without a macro... (cached) yes
-checking whether opendir is declared without a macro... (cached) yes
-checking whether readdir is declared without a macro... (cached) yes
-checking whether rewinddir is declared without a macro... (cached) yes
-checking whether scandir is declared without a macro... (cached) yes
-checking for dirfd... (cached) no
-checking whether dirfd is declared... (cached) yes
-checking whether dirfd is a macro... (cached) yes
-checking whether // is distinct from /... (cached) unknown, assuming no
-checking for flexible array member... (cached) yes
-checking whether conversion from 'int' to 'long double' works... (cached) guessing yes
-checking for working GNU fnmatch... (cached) guessing no
-checking whether isblank is declared... (cached) yes
-checking whether isblank is declared... (cached) yes
-checking whether frexp works... (cached) guessing no
-checking whether frexpl is declared... (cached) yes
-checking whether frexpl() can be used without linking with libm... (cached) no
-checking whether frexpl() can be used with libm... (cached) no
-checking whether gettimeofday clobbers localtime buffer... (cached) guessing yes
-checking for gettimeofday with POSIX signature... (cached) yes
-checking for sys/timeb.h... (cached) yes
-checking for _ftime... (cached) no
-checking whether INT32_MAX < INTMAX_MAX... (cached) yes
-checking whether INT64_MAX == LONG_MAX... (cached) no
-checking whether UINT32_MAX < UINTMAX_MAX... (cached) yes
-checking whether UINT64_MAX == ULONG_MAX... (cached) no
-checking whether isnan(double) can be used without linking with libm... (cached) yes
-checking whether isnan(long double) can be used without linking with libm... (cached) yes
-checking whether isnanl works... (cached) guessing yes
-checking whether NAN macro works... (cached) yes
-checking whether HUGE_VAL works... (cached) yes
-checking whether acosf is declared without a macro... (cached) yes
-checking whether acosl is declared without a macro... (cached) yes
-checking whether asinf is declared without a macro... (cached) yes
-checking whether asinl is declared without a macro... (cached) yes
-checking whether atanf is declared without a macro... (cached) yes
-checking whether atanl is declared without a macro... (cached) yes
-checking whether cbrt is declared without a macro... (cached) yes
-checking whether cbrtf is declared without a macro... (cached) yes
-checking whether cbrtl is declared without a macro... (cached) yes
-checking whether ceilf is declared without a macro... (cached) yes
-checking whether ceill is declared without a macro... (cached) yes
-checking whether copysign is declared without a macro... (cached) yes
-checking whether copysignf is declared without a macro... (cached) yes
-checking whether copysignl is declared without a macro... (cached) yes
-checking whether cosf is declared without a macro... (cached) yes
-checking whether cosl is declared without a macro... (cached) yes
-checking whether coshf is declared without a macro... (cached) yes
-checking whether expf is declared without a macro... (cached) yes
-checking whether expl is declared without a macro... (cached) yes
-checking whether exp2 is declared without a macro... (cached) yes
-checking whether exp2f is declared without a macro... (cached) yes
-checking whether exp2l is declared without a macro... (cached) yes
-checking whether expm1 is declared without a macro... (cached) yes
-checking whether expm1f is declared without a macro... (cached) yes
-checking whether expm1l is declared without a macro... (cached) yes
-checking whether fabsf is declared without a macro... (cached) yes
-checking whether fabsl is declared without a macro... (cached) yes
-checking whether floorf is declared without a macro... (cached) yes
-checking whether floorl is declared without a macro... (cached) yes
-checking whether fma is declared without a macro... (cached) yes
-checking whether fmaf is declared without a macro... (cached) yes
-checking whether fmal is declared without a macro... (cached) yes
-checking whether fmod is declared without a macro... (cached) yes
-checking whether fmodf is declared without a macro... (cached) yes
-checking whether fmodl is declared without a macro... (cached) yes
-checking whether frexpf is declared without a macro... (cached) yes
-checking whether frexpl is declared without a macro... (cached) yes
-checking whether hypotf is declared without a macro... (cached) yes
-checking whether hypotl is declared without a macro... (cached) yes
-checking whether ilogb is declared without a macro... (cached) yes
-checking whether ilogbf is declared without a macro... (cached) yes
-checking whether ilogbl is declared without a macro... (cached) yes
-checking whether ldexpf is declared without a macro... (cached) yes
-checking whether ldexpl is declared without a macro... (cached) yes
-checking whether log is declared without a macro... (cached) yes
-checking whether logf is declared without a macro... (cached) yes
-checking whether logl is declared without a macro... (cached) yes
-checking whether log10 is declared without a macro... (cached) yes
-checking whether log10f is declared without a macro... (cached) yes
-checking whether log10l is declared without a macro... (cached) yes
-checking whether log1p is declared without a macro... (cached) yes
-checking whether log1pf is declared without a macro... (cached) yes
-checking whether log1pl is declared without a macro... (cached) yes
-checking whether log2 is declared without a macro... (cached) yes
-checking whether log2f is declared without a macro... (cached) yes
-checking whether log2l is declared without a macro... (cached) yes
-checking whether logb is declared without a macro... (cached) yes
-checking whether logbf is declared without a macro... (cached) yes
-checking whether logbl is declared without a macro... (cached) yes
-checking whether modf is declared without a macro... (cached) yes
-checking whether modff is declared without a macro... (cached) yes
-checking whether modfl is declared without a macro... (cached) yes
-checking whether powf is declared without a macro... (cached) yes
-checking whether remainder is declared without a macro... (cached) yes
-checking whether remainderf is declared without a macro... (cached) yes
-checking whether remainderl is declared without a macro... (cached) yes
-checking whether rint is declared without a macro... (cached) yes
-checking whether rintf is declared without a macro... (cached) yes
-checking whether rintl is declared without a macro... (cached) yes
-checking whether round is declared without a macro... (cached) yes
-checking whether roundf is declared without a macro... (cached) yes
-checking whether roundl is declared without a macro... (cached) yes
-checking whether sinf is declared without a macro... (cached) yes
-checking whether sinl is declared without a macro... (cached) yes
-checking whether sinhf is declared without a macro... (cached) yes
-checking whether sqrtf is declared without a macro... (cached) yes
-checking whether sqrtl is declared without a macro... (cached) yes
-checking whether tanf is declared without a macro... (cached) yes
-checking whether tanl is declared without a macro... (cached) yes
-checking whether tanhf is declared without a macro... (cached) yes
-checking whether trunc is declared without a macro... (cached) yes
-checking whether truncf is declared without a macro... (cached) yes
-checking whether truncl is declared without a macro... (cached) yes
-checking whether mbrtowc handles incomplete characters... (cached) guessing yes
-checking whether mbrtowc works as well as mbtowc... (cached) guessing yes
-checking whether mbrtowc handles a NULL pwc argument... (cached) guessing yes
-checking whether mbrtowc handles a NULL string argument... (cached) guessing yes
-checking whether mbrtowc has a correct return value... (cached) guessing yes
-checking whether mbrtowc returns 0 when parsing a NUL character... (cached) guessing yes
-checking whether mbrtowc works on empty input... (cached) guessing yes
-checking whether the C locale is free of encoding errors... (cached) guessing no
-checking whether mbrtowc handles incomplete characters... (cached) guessing yes
-checking whether mbrtowc works as well as mbtowc... (cached) guessing yes
-checking whether mbrtowc handles incomplete characters... (cached) guessing yes
-checking whether mbrtowc works as well as mbtowc... (cached) guessing yes
-checking whether mbsrtowcs works... (cached) guessing yes
-checking for bp-sym.h... (cached) no
-checking whether memmem works in linear time... (cached) guessing no
-checking for memmem... (cached) yes
-checking whether memmem works... (cached) guessing yes
-checking for rawmemchr... (cached) no
-checking whether readlink signature is correct... (cached) yes
-checking whether readlink handles trailing slash correctly... (cached) guessing no
-checking whether rename honors trailing slash on destination... (cached) guessing no
-checking whether rename honors trailing slash on source... (cached) guessing no
-checking whether rename manages hard links correctly... (cached) guessing no
-checking whether rename manages existing destinations correctly... (cached) guessing no
-checking whether rmdir works... (cached) guessing no
-checking for volatile sig_atomic_t... (cached) yes
-checking for sighandler_t... (cached) no
-checking whether pthread_sigmask is declared without a macro... (cached) yes
-checking whether sigaction is declared without a macro... (cached) yes
-checking whether sigaddset is declared without a macro... (cached) yes
-checking whether sigdelset is declared without a macro... (cached) yes
-checking whether sigemptyset is declared without a macro... (cached) yes
-checking whether sigfillset is declared without a macro... (cached) yes
-checking whether sigismember is declared without a macro... (cached) yes
-checking whether sigpending is declared without a macro... (cached) yes
-checking whether sigprocmask is declared without a macro... (cached) yes
-checking for ssize_t... (cached) yes
-checking whether stat handles trailing slashes on directories... (cached) guessing yes
-checking whether stat handles trailing slashes on files... (cached) guessing no
-checking for max_align_t... (cached) yes
-checking whether NULL can be used in arbitrary expressions... (cached) yes
-checking which flavor of printf attribute matches inttypes macros... (cached) system
-checking whether dprintf is declared without a macro... (cached) yes
-checking whether fpurge is declared without a macro... (cached) yes
-checking whether fseeko is declared without a macro... (cached) yes
-checking whether ftello is declared without a macro... (cached) yes
-checking whether getdelim is declared without a macro... (cached) yes
-checking whether getline is declared without a macro... (cached) yes
-checking whether gets is declared without a macro... (cached) yes
-checking whether pclose is declared without a macro... (cached) yes
-checking whether popen is declared without a macro... (cached) yes
-checking whether renameat is declared without a macro... (cached) no
-checking whether snprintf is declared without a macro... (cached) yes
-checking whether tmpfile is declared without a macro... (cached) yes
-checking whether vdprintf is declared without a macro... (cached) yes
-checking whether vsnprintf is declared without a macro... (cached) yes
-checking whether _Exit is declared without a macro... (cached) yes
-checking whether atoll is declared without a macro... (cached) yes
-checking whether canonicalize_file_name is declared without a macro... (cached) no
-checking whether getloadavg is declared without a macro... (cached) yes
-checking whether getsubopt is declared without a macro... (cached) no
-checking whether grantpt is declared without a macro... (cached) yes
-checking whether initstate is declared without a macro... (cached) yes
-checking whether initstate_r is declared without a macro... (cached) no
-checking whether mkdtemp is declared without a macro... (cached) yes
-checking whether mkostemp is declared without a macro... (cached) yes
-checking whether mkostemps is declared without a macro... (cached) yes
-checking whether mkstemp is declared without a macro... (cached) yes
-checking whether mkstemps is declared without a macro... (cached) no
-checking whether posix_openpt is declared without a macro... (cached) yes
-checking whether ptsname is declared without a macro... (cached) yes
-checking whether ptsname_r is declared without a macro... (cached) yes
-checking whether qsort_r is declared without a macro... (cached) no
-checking whether random is declared without a macro... (cached) yes
-checking whether random_r is declared without a macro... (cached) no
-checking whether realpath is declared without a macro... (cached) yes
-checking whether rpmatch is declared without a macro... (cached) no
-checking whether secure_getenv is declared without a macro... (cached) no
-checking whether setenv is declared without a macro... (cached) yes
-checking whether setstate is declared without a macro... (cached) yes
-checking whether setstate_r is declared without a macro... (cached) no
-checking whether srandom is declared without a macro... (cached) yes
-checking whether srandom_r is declared without a macro... (cached) no
-checking whether strtod is declared without a macro... (cached) yes
-checking whether strtoll is declared without a macro... (cached) yes
-checking whether strtoull is declared without a macro... (cached) yes
-checking whether unlockpt is declared without a macro... (cached) yes
-checking whether unsetenv is declared without a macro... (cached) yes
-checking for strchrnul... (cached) yes
-checking whether strchrnul works... (cached) guessing yes
-checking for strtok_r... (cached) yes
-checking whether strtok_r works... (cached) guessing yes
-checking for nlink_t... (cached) yes
-checking whether fchmodat is declared without a macro... (cached) yes
-checking whether fstat is declared without a macro... (cached) yes
-checking whether fstatat is declared without a macro... (cached) yes
-checking whether futimens is declared without a macro... (cached) yes
-checking whether lchmod is declared without a macro... (cached) yes
-checking whether lstat is declared without a macro... (cached) yes
-checking whether mkdirat is declared without a macro... (cached) yes
-checking whether mkfifo is declared without a macro... (cached) yes
-checking whether mkfifoat is declared without a macro... (cached) yes
-checking whether mknod is declared without a macro... (cached) yes
-checking whether mknodat is declared without a macro... (cached) yes
-checking whether stat is declared without a macro... (cached) yes
-checking whether utimensat is declared without a macro... (cached) yes
-checking whether chdir is declared without a macro... (cached) yes
-checking whether chown is declared without a macro... (cached) yes
-checking whether dup is declared without a macro... (cached) yes
-checking whether dup2 is declared without a macro... (cached) yes
-checking whether dup3 is declared without a macro... (cached) yes
-checking whether environ is declared without a macro... (cached) no
-checking whether euidaccess is declared without a macro... (cached) no
-checking whether faccessat is declared without a macro... (cached) yes
-checking whether fchdir is declared without a macro... (cached) yes
-checking whether fchownat is declared without a macro... (cached) yes
-checking whether fdatasync is declared without a macro... (cached) yes
-checking whether fsync is declared without a macro... (cached) yes
-checking whether ftruncate is declared without a macro... (cached) yes
-checking whether getcwd is declared without a macro... (cached) yes
-checking whether getdomainname is declared without a macro... (cached) yes
-checking whether getdtablesize is declared without a macro... (cached) yes
-checking whether getgroups is declared without a macro... (cached) yes
-checking whether gethostname is declared without a macro... (cached) yes
-checking whether getlogin is declared without a macro... (cached) yes
-checking whether getlogin_r is declared without a macro... (cached) yes
-checking whether getpagesize is declared without a macro... (cached) yes
-checking whether getusershell is declared without a macro... (cached) yes
-checking whether setusershell is declared without a macro... (cached) yes
-checking whether endusershell is declared without a macro... (cached) yes
-checking whether group_member is declared without a macro... (cached) no
-checking whether isatty is declared without a macro... (cached) yes
-checking whether lchown is declared without a macro... (cached) yes
-checking whether link is declared without a macro... (cached) yes
-checking whether linkat is declared without a macro... (cached) yes
-checking whether lseek is declared without a macro... (cached) yes
-checking whether pipe is declared without a macro... (cached) yes
-checking whether pipe2 is declared without a macro... (cached) yes
-checking whether pread is declared without a macro... (cached) yes
-checking whether pwrite is declared without a macro... (cached) yes
-checking whether readlink is declared without a macro... (cached) yes
-checking whether readlinkat is declared without a macro... (cached) yes
-checking whether rmdir is declared without a macro... (cached) yes
-checking whether sethostname is declared without a macro... (cached) yes
-checking whether sleep is declared without a macro... (cached) yes
-checking whether symlink is declared without a macro... (cached) yes
-checking whether symlinkat is declared without a macro... (cached) yes
-checking whether ttyname_r is declared without a macro... (cached) yes
-checking whether unlink is declared without a macro... (cached) yes
-checking whether unlinkat is declared without a macro... (cached) yes
-checking whether usleep is declared without a macro... (cached) yes
-checking whether btowc is declared without a macro... (cached) yes
-checking whether wctob is declared without a macro... (cached) yes
-checking whether mbsinit is declared without a macro... (cached) yes
-checking whether mbrtowc is declared without a macro... (cached) yes
-checking whether mbrlen is declared without a macro... (cached) yes
-checking whether mbsrtowcs is declared without a macro... (cached) yes
-checking whether mbsnrtowcs is declared without a macro... (cached) yes
-checking whether wcrtomb is declared without a macro... (cached) yes
-checking whether wcsrtombs is declared without a macro... (cached) yes
-checking whether wcsnrtombs is declared without a macro... (cached) yes
-checking whether wcwidth is declared without a macro... (cached) yes
-checking whether wmemchr is declared without a macro... (cached) yes
-checking whether wmemcmp is declared without a macro... (cached) yes
-checking whether wmemcpy is declared without a macro... (cached) yes
-checking whether wmemmove is declared without a macro... (cached) yes
-checking whether wmemset is declared without a macro... (cached) yes
-checking whether wcslen is declared without a macro... (cached) yes
-checking whether wcsnlen is declared without a macro... (cached) yes
-checking whether wcscpy is declared without a macro... (cached) yes
-checking whether wcpcpy is declared without a macro... (cached) no
-checking whether wcsncpy is declared without a macro... (cached) yes
-checking whether wcpncpy is declared without a macro... (cached) no
-checking whether wcscat is declared without a macro... (cached) yes
-checking whether wcsncat is declared without a macro... (cached) yes
-checking whether wcscmp is declared without a macro... (cached) yes
-checking whether wcsncmp is declared without a macro... (cached) yes
-checking whether wcscasecmp is declared without a macro... (cached) yes
-checking whether wcsncasecmp is declared without a macro... (cached) yes
-checking whether wcscoll is declared without a macro... (cached) yes
-checking whether wcsxfrm is declared without a macro... (cached) yes
-checking whether wcsdup is declared without a macro... (cached) yes
-checking whether wcschr is declared without a macro... (cached) yes
-checking whether wcsrchr is declared without a macro... (cached) yes
-checking whether wcscspn is declared without a macro... (cached) yes
-checking whether wcsspn is declared without a macro... (cached) yes
-checking whether wcspbrk is declared without a macro... (cached) yes
-checking whether wcsstr is declared without a macro... (cached) yes
-checking whether wcstok is declared without a macro... (cached) yes
-checking whether wcswidth is declared without a macro... (cached) yes
-checking whether iswcntrl works... (cached) guessing yes
-checking for towlower... (cached) yes
-checking for wctype_t... (cached) yes
-checking for wctrans_t... (cached) yes
-checking whether wctype is declared without a macro... (cached) yes
-checking whether iswctype is declared without a macro... (cached) yes
-checking whether wctrans is declared without a macro... (cached) yes
-checking whether towctrans is declared without a macro... (cached) yes
-checking for a BSD-compatible install... /usr/pkg/bin/ginstall -c
-checking whether build environment is sane... yes
-checking for hppa--netbsd-strip... (cached) hppa--netbsd-strip
-checking for gawk... (cached) /usr/obj/hppa/tools/bin/nbawk
-checking whether /usr/obj/hppa/tools/bin/nbgmake sets $(MAKE)... (cached) yes
-checking for style of include used by /usr/obj/hppa/tools/bin/nbgmake... GNU
-checking dependency style of /usr/obj/hppa/tools/bin/hppa--netbsd-gcc --sysroot=/usr/obj/hppa/release -B/usr/obj/hppa/release/usr/lib/ -I/usr/src/tools/gdb/obj.hppa-hppa/.native/gcc/include... (cached) gcc3
-checking whether ln -s works... yes
-checking for hppa--netbsd-ranlib... (cached) ranlib
-checking for hppa--netbsd-ar... (cached) ar
-configure: updating cache ./config.cache
-configure: creating ./config.status
-config.status: creating Makefile
-config.status: creating import/Makefile
-config.status: creating config.h
-config.status: config.h is unchanged
-config.status: executing depfiles commands
-config.status: executing default commands
-checking whether NLS is requested... yes
-checking for catalogs to be installed... 
-checking whether makeinfo supports @click... (cached) yes
-checking for default auto-load directory... $debugdir:$datadir/auto-load
-checking for default auto-load safe-path... $debugdir:$datadir/auto-load
-checking for libunwind-ia64.h... (cached) no
-checking for monstartup... (cached) yes
-checking for _mcleanup... (cached) yes
-checking for _etext... (cached) yes
-checking for etext... (cached) yes
-checking for gawk... (cached) /usr/obj/hppa/tools/bin/nbawk
-checking for a BSD-compatible install... /usr/pkg/bin/ginstall -c
-checking whether ln -s works... yes
-checking for hppa--netbsd-ranlib... (cached) ranlib
-checking for bison... (cached) /usr/obj/hppa/tools/bin/nbyacc
-checking for hppa--netbsd-ar... (cached) ar
-checking for hppa--netbsd-dlltool... (cached) hppa--netbsd-dlltool
-checking for hppa--netbsd-windres... (cached) hppa--netbsd-windres
-checking for main in -lm... (cached) yes
-checking for wctype... (cached) yes
-checking for library containing gethostbyname... (cached) none required
-checking for library containing socketpair... (cached) none required
-checking for library containing kinfo_getvmmap... (cached) -lutil
-checking for ld used by GCC... (cached) /usr/obj/hppa/tools/bin/hppa--netbsd-ld
-checking if the linker (/usr/obj/hppa/tools/bin/hppa--netbsd-ld) is GNU ld... (cached) yes
-checking for shared library run path origin... (cached) done
-checking for iconv... (cached) yes
-checking for iconv declaration... (cached) install-shextern size_t iconv (iconv_t cd, const char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft);
-checking for library containing waddstr... (cached) -lcurses
-checking for library containing tgetent... (cached) none required
-checking size of unsigned long long... (cached) 8
-checking size of unsigned long... (cached) 4
-checking size of unsigned __int128... (cached) 0
-checking for library containing dlopen... (cached) none required
-checking whether to use expat... auto
-checking for libexpat... (cached) no
-checking whether to use python... auto
-checking for python2.7... no
-checking for python2.6... no
-checking for python2.5... no
-checking for python2.4... no
-checking whether to use guile... auto
-checking for pkg-config... (cached) /usr/pkg/bin/pkg-config
-checking for usable guile from /usr/pkg/bin/pkg-config... checking for scm_set_automatic_finalization_enabled... (cached) no
-no
-checking whether to use intel pt... auto
-checking for libipt... (cached) no
-checking for ANSI C header files... (cached) yes
-checking for nlist.h... (cached) yes
-checking for machine/reg.h... (cached) yes
-checking for poll.h... (cached) yes
-checking for sys/poll.h... (cached) yes
-checking for proc_service.h... (cached) no
-checking for thread_db.h... (cached) no
-checking for sys/fault.h... (cached) no
-checking for sys/file.h... (cached) yes
-checking for sys/filio.h... (cached) yes
-checking for sys/ioctl.h... (cached) yes
-checking for sys/param.h... (cached) yes
-checking for sys/resource.h... (cached) yes
-checking for sys/procfs.h... (cached) no
-checking for sys/ptrace.h... (cached) yes
-checking for ptrace.h... (cached) no
-checking for sys/reg.h... (cached) no
-checking for sys/debugreg.h... (cached) no
-checking for sys/select.h... (cached) yes
-checking for sys/syscall.h... (cached) yes
-checking for termios.h... (cached) yes
-checking for termio.h... (cached) no
-checking for sgtty.h... (cached) yes
-checking for elf_hp.h... (cached) no
-checking for dlfcn.h... (cached) yes
-checking for sys/proc.h... (cached) yes
-checking for sys/user.h... (cached) no
-checking for curses.h... (cached) yes
-checking for cursesX.h... (cached) no
-checking for ncurses.h... (cached) no
-checking for ncurses/ncurses.h... (cached) no
-checking for ncurses/term.h... (cached) no
-checking for term.h... (cached) yes
-checking for long long... (cached) yes
-checking size of long long... (cached) 8
-checking whether basename is declared... (cached) no
-checking whether ffs is declared... (cached) yes
-checking whether asprintf is declared... (cached) yes
-checking whether vasprintf is declared... (cached) yes
-checking whether snprintf is declared... (cached) yes
-checking whether vsnprintf is declared... (cached) yes
-checking whether strtol is declared... (cached) yes
-checking whether strtoul is declared... (cached) yes
-checking whether strtoll is declared... (cached) yes
-checking whether strtoull is declared... (cached) yes
-checking whether strverscmp is declared... (cached) no
-checking whether free is declared... (cached) yes
-checking whether malloc is declared... (cached) yes
-checking whether realloc is declared... (cached) yes
-checking whether snprintf is declared... (cached) yes
-checking for LC_MESSAGES... (cached) yes
-checking for struct stat.st_blocks... (cached) yes
-checking for struct stat.st_blksize... (cached) yes
-checking for socklen_t... (cached) yes
-checking for an ANSI C-conforming const... (cached) yes
-checking for inline... (cached) inline
-checking whether byte ordering is bigendian... (cached) yes
-checking for stdlib.h... (cached) yes
-checking for unistd.h... (cached) yes
-checking for getpagesize... (cached) yes
-checking for working mmap... (cached) no
-checking for pid_t... (cached) yes
-checking for vfork.h... (cached) no
-checking for fork... (cached) yes
-checking for vfork... (cached) yes
-checking for working fork... (cached) yes
-checking for working vfork... (cached) yes
-checking for getauxval... (cached) no
-checking for getrusage... (cached) yes
-checking for getuid... (cached) yes
-checking for getgid... (cached) yes
-checking for pipe... (cached) yes
-checking for poll... (cached) yes
-checking for pread... (cached) yes
-checking for pread64... (cached) no
-checking for pwrite... (cached) yes
-checking for resize_term... (cached) yes
-checking for sbrk... (cached) yes
-checking for setpgid... (cached) yes
-checking for setpgrp... (cached) yes
-checking for setsid... (cached) yes
-checking for sigaction... (cached) yes
-checking for sigprocmask... (cached) yes
-checking for sigsetmask... (cached) yes
-checking for socketpair... (cached) yes
-checking for ttrace... (cached) no
-checking for wborder... (cached) yes
-checking for wresize... (cached) yes
-checking for setlocale... (cached) yes
-checking for iconvlist... (cached) no
-checking for libiconvlist... (cached) no
-checking for btowc... (cached) yes
-checking for setrlimit... (cached) yes
-checking for getrlimit... (cached) yes
-checking for posix_madvise... (cached) yes
-checking for waitpid... (cached) yes
-checking for ptrace64... (cached) no
-checking for sigaltstack... (cached) yes
-checking for mkdtemp... (cached) yes
-checking for setns... (cached) no
-checking for nl_langinfo and CODESET... (cached) yes
-checking for ANSI C header files... (cached) yes
-checking for working alloca.h... (cached) no
-checking for alloca... (cached) yes
-checking for nl_langinfo and CODESET... (cached) yes
-checking for linux/perf_event.h... (cached) no
-checking for locale.h... (cached) yes
-checking for memory.h... (cached) yes
-checking for signal.h... (cached) yes
-checking for sys/resource.h... (cached) yes
-checking for sys/socket.h... (cached) yes
-checking for sys/syscall.h... (cached) yes
-checking for sys/un.h... (cached) yes
-checking for sys/wait.h... (cached) yes
-checking for thread_db.h... (cached) no
-checking for wait.h... (cached) no
-checking for fdwalk... (cached) no
-checking for getrlimit... (cached) yes
-checking for pipe... (cached) yes
-checking for pipe2... (cached) yes
-checking for socketpair... (cached) yes
-checking for sigaction... (cached) yes
-checking whether strerror is declared... (cached) yes
-checking whether strstr is declared... (cached) yes
-checking for sigsetjmp... (cached) yes
-checking for sys/ptrace.h... (cached) yes
-checking for ptrace.h... (cached) no
-checking whether ptrace is declared... (cached) yes
-checking return type of ptrace... (cached) int
-checking types of arguments for ptrace... (cached) int,pid_t,void *,int
-checking whether setpgrp takes no argument... (cached) no
-checking for GNU regex... (cached) no
-checking for struct thread.td_pcb... (cached) no
-checking for struct lwp... (cached) yes
-checking for struct reg in machine/reg.h... (cached) yes
-checking for struct reg.r_fs... (cached) no
-checking for struct reg.r_gs... (cached) no
-checking for struct user_regs_struct.fs_base... (cached) no
-checking for struct user_regs_struct.gs_base... (cached) no
-checking for PTRACE_GETREGS... (cached) no
-checking for PTRACE_GETFPXREGS... (cached) no
-checking for PT_GETDBREGS... (cached) no
-checking for PT_GETXMMREGS... (cached) no
-checking for struct ptrace_lwpinfo.pl_tdname... (cached) no
-checking for struct ptrace_lwpinfo.pl_syscall_code... (cached) no
-checking for long long support in compiler... (cached) yes
-checking for long long support in printf... (cached) no
-checking for decfloat support in printf... (cached) no
-checking for long double support in compiler... (cached) yes
-checking for long double support in printf... (cached) no
-checking for long double support in scanf... (cached) no
-checking for the dynamic export flag... -Wl,--dynamic-list
-checking whether ADDR_NO_RANDOMIZE is declared... (cached) no
-checking compiler warning flags...  -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 
-checking for cygwin... (cached) no
-checking for ELF support in BFD... (cached) yes
-checking for library containing dlopen... (cached) none required
-checking for Mach-O support in BFD... (cached) no
-checking whether to use lzma... auto
-checking for liblzma... (cached) no
-checking for X... (cached) libraries /usr/pkg/lib, headers /usr/pkg/include
-enable_sim = no
-enableval = no
-checking whether gdbserver is supported on this host... no
-checking whether to use babeltrace... auto
-checking for libbabeltrace... (cached) no
-checking for xsltproc... (cached) /usr/pkg/bin/xsltproc
-configure: updating cache ./config.cache
-configure: creating ./config.status
-config.status: creating Makefile
 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=hppa-tdep.o hppa-bsd-tdep.o hppa-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 hppa-nbsd-nat.o nbsd-thread.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 rus
 t-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 f
 indcmd.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_SIM_OBS=

Index: src/external/gpl3/gdb/lib/libgdb/arch/x86_64/defs.mk
diff -u src/external/gpl3/gdb/lib/libgdb/arch/x86_64/defs.mk:1.12 src/external/gpl3/gdb/lib/libgdb/arch/x86_64/defs.mk:1.13
--- src/external/gpl3/gdb/lib/libgdb/arch/x86_64/defs.mk:1.12	Tue Nov 28 22:58:17 2017
+++ src/external/gpl3/gdb/lib/libgdb/arch/x86_64/defs.mk	Wed Nov 29 17:39:59 2017
@@ -3,5 +3,5 @@
 # Generated from: NetBSD: mknative.common,v 1.15 2017/11/29 03:32:28 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=amd64-tdep.o amd64-nbsd-tdep.o i386-tdep.o i386-bsd-tdep.o i386-nbsd-tdep.o i387-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 amd64-nat.o x86-bsd-nat.o amd64-bsd-nat.o amd64-nbsd-nat.o bsd-kvm.o nbsd-thread.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 po
 six-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 except
 ions.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_LIBGDB_OBS=amd64-tdep.o amd64-nbsd-tdep.o i386-tdep.o i386-bsd-tdep.o i386-nbsd-tdep.o i387-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 amd64-nat.o x86-bsd-nat.o amd64-bsd-nat.o amd64-nbsd-nat.o bsd-kvm.o nbsd-thread.o x86-nat.o x86-dregs.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-pro
 be.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-loo
 p.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_SIM_OBS=

Reply via email to