Module Name:    src
Committed By:   christos
Date:           Sun Jun  2 23:27:21 UTC 2019

Modified Files:
        src/external/gpl3/gdb/lib/libgdb/arch/aarch64: config.h
        src/external/gpl3/gdb/lib/libgdb/arch/alpha: config.h
        src/external/gpl3/gdb/lib/libgdb/arch/arm: config.h
        src/external/gpl3/gdb/lib/libgdb/arch/armeb: config.h
        src/external/gpl3/gdb/lib/libgdb/arch/hppa: config.h
        src/external/gpl3/gdb/lib/libgdb/arch/i386: config.h
        src/external/gpl3/gdb/lib/libgdb/arch/m68000: config.h
        src/external/gpl3/gdb/lib/libgdb/arch/m68k: config.h defs.mk
        src/external/gpl3/gdb/lib/libgdb/arch/mips64eb: config.h
        src/external/gpl3/gdb/lib/libgdb/arch/mips64el: config.h
        src/external/gpl3/gdb/lib/libgdb/arch/mipseb: config.h
        src/external/gpl3/gdb/lib/libgdb/arch/mipsel: config.h
        src/external/gpl3/gdb/lib/libgdb/arch/powerpc: config.h
        src/external/gpl3/gdb/lib/libgdb/arch/powerpc64: config.h
        src/external/gpl3/gdb/lib/libgdb/arch/sh3eb: config.h
        src/external/gpl3/gdb/lib/libgdb/arch/sh3el: config.h
        src/external/gpl3/gdb/lib/libgdb/arch/sparc: config.h
        src/external/gpl3/gdb/lib/libgdb/arch/sparc64: config.h init.c
        src/external/gpl3/gdb/lib/libgdb/arch/vax: config.h

Log Message:
regen with forcing libexpat presence.


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 \
    src/external/gpl3/gdb/lib/libgdb/arch/aarch64/config.h
cvs rdiff -u -r1.10 -r1.11 \
    src/external/gpl3/gdb/lib/libgdb/arch/alpha/config.h
cvs rdiff -u -r1.11 -r1.12 src/external/gpl3/gdb/lib/libgdb/arch/arm/config.h
cvs rdiff -u -r1.10 -r1.11 \
    src/external/gpl3/gdb/lib/libgdb/arch/armeb/config.h
cvs rdiff -u -r1.9 -r1.10 src/external/gpl3/gdb/lib/libgdb/arch/hppa/config.h
cvs rdiff -u -r1.10 -r1.11 \
    src/external/gpl3/gdb/lib/libgdb/arch/i386/config.h
cvs rdiff -u -r1.9 -r1.10 \
    src/external/gpl3/gdb/lib/libgdb/arch/m68000/config.h
cvs rdiff -u -r1.10 -r1.11 \
    src/external/gpl3/gdb/lib/libgdb/arch/m68k/config.h
cvs rdiff -u -r1.12 -r1.13 src/external/gpl3/gdb/lib/libgdb/arch/m68k/defs.mk
cvs rdiff -u -r1.14 -r1.15 \
    src/external/gpl3/gdb/lib/libgdb/arch/mips64eb/config.h
cvs rdiff -u -r1.14 -r1.15 \
    src/external/gpl3/gdb/lib/libgdb/arch/mips64el/config.h
cvs rdiff -u -r1.12 -r1.13 \
    src/external/gpl3/gdb/lib/libgdb/arch/mipseb/config.h
cvs rdiff -u -r1.12 -r1.13 \
    src/external/gpl3/gdb/lib/libgdb/arch/mipsel/config.h
cvs rdiff -u -r1.9 -r1.10 \
    src/external/gpl3/gdb/lib/libgdb/arch/powerpc/config.h
cvs rdiff -u -r1.9 -r1.10 \
    src/external/gpl3/gdb/lib/libgdb/arch/powerpc64/config.h
cvs rdiff -u -r1.9 -r1.10 \
    src/external/gpl3/gdb/lib/libgdb/arch/sh3eb/config.h
cvs rdiff -u -r1.9 -r1.10 \
    src/external/gpl3/gdb/lib/libgdb/arch/sh3el/config.h
cvs rdiff -u -r1.10 -r1.11 \
    src/external/gpl3/gdb/lib/libgdb/arch/sparc/config.h
cvs rdiff -u -r1.10 -r1.11 \
    src/external/gpl3/gdb/lib/libgdb/arch/sparc64/config.h
cvs rdiff -u -r1.12 -r1.13 \
    src/external/gpl3/gdb/lib/libgdb/arch/sparc64/init.c
cvs rdiff -u -r1.11 -r1.12 src/external/gpl3/gdb/lib/libgdb/arch/vax/config.h

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/arch/aarch64/config.h
diff -u src/external/gpl3/gdb/lib/libgdb/arch/aarch64/config.h:1.3 src/external/gpl3/gdb/lib/libgdb/arch/aarch64/config.h:1.4
--- src/external/gpl3/gdb/lib/libgdb/arch/aarch64/config.h:1.3	Thu May 30 09:43:03 2019
+++ src/external/gpl3/gdb/lib/libgdb/arch/aarch64/config.h	Sun Jun  2 19:27:19 2019
@@ -234,7 +234,7 @@
 /* #undef HAVE_LIBBABELTRACE */
 
 /* Define if you have the expat library. */
-/* #undef HAVE_LIBEXPAT */
+#define HAVE_LIBEXPAT 1
 
 /* Define to 1 if you have the `libiconvlist' function. */
 /* #undef HAVE_LIBICONVLIST */
@@ -582,7 +582,7 @@
 #define HAVE_WRESIZE 1
 
 /* Define to 1 if you have the `XML_StopParser' function. */
-/* #undef HAVE_XML_STOPPARSER */
+#define HAVE_XML_STOPPARSER 1
 
 /* Define to 1 if your system has the _etext variable. */
 #define HAVE__ETEXT 1

Index: src/external/gpl3/gdb/lib/libgdb/arch/alpha/config.h
diff -u src/external/gpl3/gdb/lib/libgdb/arch/alpha/config.h:1.10 src/external/gpl3/gdb/lib/libgdb/arch/alpha/config.h:1.11
--- src/external/gpl3/gdb/lib/libgdb/arch/alpha/config.h:1.10	Thu May 30 09:54:20 2019
+++ src/external/gpl3/gdb/lib/libgdb/arch/alpha/config.h	Sun Jun  2 19:27:19 2019
@@ -234,7 +234,7 @@
 /* #undef HAVE_LIBBABELTRACE */
 
 /* Define if you have the expat library. */
-/* #undef HAVE_LIBEXPAT */
+#define HAVE_LIBEXPAT 1
 
 /* Define to 1 if you have the `libiconvlist' function. */
 /* #undef HAVE_LIBICONVLIST */
@@ -582,7 +582,7 @@
 #define HAVE_WRESIZE 1
 
 /* Define to 1 if you have the `XML_StopParser' function. */
-/* #undef HAVE_XML_STOPPARSER */
+#define HAVE_XML_STOPPARSER 1
 
 /* Define to 1 if your system has the _etext variable. */
 #define HAVE__ETEXT 1

Index: src/external/gpl3/gdb/lib/libgdb/arch/arm/config.h
diff -u src/external/gpl3/gdb/lib/libgdb/arch/arm/config.h:1.11 src/external/gpl3/gdb/lib/libgdb/arch/arm/config.h:1.12
--- src/external/gpl3/gdb/lib/libgdb/arch/arm/config.h:1.11	Thu May 30 12:02:24 2019
+++ src/external/gpl3/gdb/lib/libgdb/arch/arm/config.h	Sun Jun  2 19:27:20 2019
@@ -234,7 +234,7 @@
 /* #undef HAVE_LIBBABELTRACE */
 
 /* Define if you have the expat library. */
-/* #undef HAVE_LIBEXPAT */
+#define HAVE_LIBEXPAT 1
 
 /* Define to 1 if you have the `libiconvlist' function. */
 /* #undef HAVE_LIBICONVLIST */
@@ -582,7 +582,7 @@
 #define HAVE_WRESIZE 1
 
 /* Define to 1 if you have the `XML_StopParser' function. */
-/* #undef HAVE_XML_STOPPARSER */
+#define HAVE_XML_STOPPARSER 1
 
 /* Define to 1 if your system has the _etext variable. */
 #define HAVE__ETEXT 1

Index: src/external/gpl3/gdb/lib/libgdb/arch/armeb/config.h
diff -u src/external/gpl3/gdb/lib/libgdb/arch/armeb/config.h:1.10 src/external/gpl3/gdb/lib/libgdb/arch/armeb/config.h:1.11
--- src/external/gpl3/gdb/lib/libgdb/arch/armeb/config.h:1.10	Thu May 30 13:16:33 2019
+++ src/external/gpl3/gdb/lib/libgdb/arch/armeb/config.h	Sun Jun  2 19:27:20 2019
@@ -234,7 +234,7 @@
 /* #undef HAVE_LIBBABELTRACE */
 
 /* Define if you have the expat library. */
-/* #undef HAVE_LIBEXPAT */
+#define HAVE_LIBEXPAT 1
 
 /* Define to 1 if you have the `libiconvlist' function. */
 /* #undef HAVE_LIBICONVLIST */
@@ -582,7 +582,7 @@
 #define HAVE_WRESIZE 1
 
 /* Define to 1 if you have the `XML_StopParser' function. */
-/* #undef HAVE_XML_STOPPARSER */
+#define HAVE_XML_STOPPARSER 1
 
 /* Define to 1 if your system has the _etext variable. */
 #define HAVE__ETEXT 1

Index: src/external/gpl3/gdb/lib/libgdb/arch/hppa/config.h
diff -u src/external/gpl3/gdb/lib/libgdb/arch/hppa/config.h:1.9 src/external/gpl3/gdb/lib/libgdb/arch/hppa/config.h:1.10
--- src/external/gpl3/gdb/lib/libgdb/arch/hppa/config.h:1.9	Thu May 30 12:54:01 2019
+++ src/external/gpl3/gdb/lib/libgdb/arch/hppa/config.h	Sun Jun  2 19:27:20 2019
@@ -234,7 +234,7 @@
 /* #undef HAVE_LIBBABELTRACE */
 
 /* Define if you have the expat library. */
-/* #undef HAVE_LIBEXPAT */
+#define HAVE_LIBEXPAT 1
 
 /* Define to 1 if you have the `libiconvlist' function. */
 /* #undef HAVE_LIBICONVLIST */
@@ -582,7 +582,7 @@
 #define HAVE_WRESIZE 1
 
 /* Define to 1 if you have the `XML_StopParser' function. */
-/* #undef HAVE_XML_STOPPARSER */
+#define HAVE_XML_STOPPARSER 1
 
 /* Define to 1 if your system has the _etext variable. */
 #define HAVE__ETEXT 1

Index: src/external/gpl3/gdb/lib/libgdb/arch/i386/config.h
diff -u src/external/gpl3/gdb/lib/libgdb/arch/i386/config.h:1.10 src/external/gpl3/gdb/lib/libgdb/arch/i386/config.h:1.11
--- src/external/gpl3/gdb/lib/libgdb/arch/i386/config.h:1.10	Wed May 29 13:52:09 2019
+++ src/external/gpl3/gdb/lib/libgdb/arch/i386/config.h	Sun Jun  2 19:27:20 2019
@@ -234,7 +234,7 @@
 /* #undef HAVE_LIBBABELTRACE */
 
 /* Define if you have the expat library. */
-/* #undef HAVE_LIBEXPAT */
+#define HAVE_LIBEXPAT 1
 
 /* Define to 1 if you have the `libiconvlist' function. */
 /* #undef HAVE_LIBICONVLIST */
@@ -582,7 +582,7 @@
 #define HAVE_WRESIZE 1
 
 /* Define to 1 if you have the `XML_StopParser' function. */
-/* #undef HAVE_XML_STOPPARSER */
+#define HAVE_XML_STOPPARSER 1
 
 /* Define to 1 if your system has the _etext variable. */
 #define HAVE__ETEXT 1

Index: src/external/gpl3/gdb/lib/libgdb/arch/m68000/config.h
diff -u src/external/gpl3/gdb/lib/libgdb/arch/m68000/config.h:1.9 src/external/gpl3/gdb/lib/libgdb/arch/m68000/config.h:1.10
--- src/external/gpl3/gdb/lib/libgdb/arch/m68000/config.h:1.9	Thu May 30 13:46:38 2019
+++ src/external/gpl3/gdb/lib/libgdb/arch/m68000/config.h	Sun Jun  2 19:27:20 2019
@@ -234,7 +234,7 @@
 /* #undef HAVE_LIBBABELTRACE */
 
 /* Define if you have the expat library. */
-/* #undef HAVE_LIBEXPAT */
+#define HAVE_LIBEXPAT 1
 
 /* Define to 1 if you have the `libiconvlist' function. */
 /* #undef HAVE_LIBICONVLIST */
@@ -582,7 +582,7 @@
 /* #undef HAVE_WRESIZE */
 
 /* Define to 1 if you have the `XML_StopParser' function. */
-/* #undef HAVE_XML_STOPPARSER */
+#define HAVE_XML_STOPPARSER 1
 
 /* Define to 1 if your system has the _etext variable. */
 #define HAVE__ETEXT 1

Index: src/external/gpl3/gdb/lib/libgdb/arch/m68k/config.h
diff -u src/external/gpl3/gdb/lib/libgdb/arch/m68k/config.h:1.10 src/external/gpl3/gdb/lib/libgdb/arch/m68k/config.h:1.11
--- src/external/gpl3/gdb/lib/libgdb/arch/m68k/config.h:1.10	Thu May 30 14:06:05 2019
+++ src/external/gpl3/gdb/lib/libgdb/arch/m68k/config.h	Sun Jun  2 19:27:20 2019
@@ -234,7 +234,7 @@
 /* #undef HAVE_LIBBABELTRACE */
 
 /* Define if you have the expat library. */
-/* #undef HAVE_LIBEXPAT */
+#define HAVE_LIBEXPAT 1
 
 /* Define to 1 if you have the `libiconvlist' function. */
 /* #undef HAVE_LIBICONVLIST */
@@ -582,7 +582,7 @@
 #define HAVE_WRESIZE 1
 
 /* Define to 1 if you have the `XML_StopParser' function. */
-/* #undef HAVE_XML_STOPPARSER */
+#define HAVE_XML_STOPPARSER 1
 
 /* Define to 1 if your system has the _etext variable. */
 #define HAVE__ETEXT 1

Index: src/external/gpl3/gdb/lib/libgdb/arch/m68k/defs.mk
diff -u src/external/gpl3/gdb/lib/libgdb/arch/m68k/defs.mk:1.12 src/external/gpl3/gdb/lib/libgdb/arch/m68k/defs.mk:1.13
--- src/external/gpl3/gdb/lib/libgdb/arch/m68k/defs.mk:1.12	Thu May 30 14:06:05 2019
+++ src/external/gpl3/gdb/lib/libgdb/arch/m68k/defs.mk	Sun Jun  2 19:27:20 2019
@@ -2,6 +2,6 @@
 # Generated from: NetBSD: mknative-gdb,v 1.8 2019/05/29 01:56:06 christos Exp 
 # Generated from: NetBSD: mknative.common,v 1.16 2018/04/15 15:13:37 christos Exp 
 #
-G_INTERNAL_CFLAGS=   -I. -I${GNUHOSTDIST}/gdb -I${GNUHOSTDIST}/gdb/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_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 -Wduplicated-cond -Wformat -Wformat-nonliteral 
 G_LIBGDB_OBS=ada-exp.o ada-lang.o ada-tasks.o ada-typeprint.o ada-valprint.o ada-varobj.o addrmap.o agent.o annotate.o arch-utils.o 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 m68k-bsd-nat.o m68k-bsd-tdep.o m68k-tdep.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 record-btrace.o record-full.o record.o regcache-dump.o regcache.o regg
 roups.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_SIM_OBS=

Index: src/external/gpl3/gdb/lib/libgdb/arch/mips64eb/config.h
diff -u src/external/gpl3/gdb/lib/libgdb/arch/mips64eb/config.h:1.14 src/external/gpl3/gdb/lib/libgdb/arch/mips64eb/config.h:1.15
--- src/external/gpl3/gdb/lib/libgdb/arch/mips64eb/config.h:1.14	Thu May 30 14:17:59 2019
+++ src/external/gpl3/gdb/lib/libgdb/arch/mips64eb/config.h	Sun Jun  2 19:27:20 2019
@@ -234,7 +234,7 @@
 /* #undef HAVE_LIBBABELTRACE */
 
 /* Define if you have the expat library. */
-/* #undef HAVE_LIBEXPAT */
+#define HAVE_LIBEXPAT 1
 
 /* Define to 1 if you have the `libiconvlist' function. */
 /* #undef HAVE_LIBICONVLIST */
@@ -582,7 +582,7 @@
 #define HAVE_WRESIZE 1
 
 /* Define to 1 if you have the `XML_StopParser' function. */
-/* #undef HAVE_XML_STOPPARSER */
+#define HAVE_XML_STOPPARSER 1
 
 /* Define to 1 if your system has the _etext variable. */
 #define HAVE__ETEXT 1

Index: src/external/gpl3/gdb/lib/libgdb/arch/mips64el/config.h
diff -u src/external/gpl3/gdb/lib/libgdb/arch/mips64el/config.h:1.14 src/external/gpl3/gdb/lib/libgdb/arch/mips64el/config.h:1.15
--- src/external/gpl3/gdb/lib/libgdb/arch/mips64el/config.h:1.14	Thu May 30 14:34:24 2019
+++ src/external/gpl3/gdb/lib/libgdb/arch/mips64el/config.h	Sun Jun  2 19:27:20 2019
@@ -234,7 +234,7 @@
 /* #undef HAVE_LIBBABELTRACE */
 
 /* Define if you have the expat library. */
-/* #undef HAVE_LIBEXPAT */
+#define HAVE_LIBEXPAT 1
 
 /* Define to 1 if you have the `libiconvlist' function. */
 /* #undef HAVE_LIBICONVLIST */
@@ -582,7 +582,7 @@
 #define HAVE_WRESIZE 1
 
 /* Define to 1 if you have the `XML_StopParser' function. */
-/* #undef HAVE_XML_STOPPARSER */
+#define HAVE_XML_STOPPARSER 1
 
 /* Define to 1 if your system has the _etext variable. */
 #define HAVE__ETEXT 1

Index: src/external/gpl3/gdb/lib/libgdb/arch/mipseb/config.h
diff -u src/external/gpl3/gdb/lib/libgdb/arch/mipseb/config.h:1.12 src/external/gpl3/gdb/lib/libgdb/arch/mipseb/config.h:1.13
--- src/external/gpl3/gdb/lib/libgdb/arch/mipseb/config.h:1.12	Thu May 30 15:22:03 2019
+++ src/external/gpl3/gdb/lib/libgdb/arch/mipseb/config.h	Sun Jun  2 19:27:20 2019
@@ -234,7 +234,7 @@
 /* #undef HAVE_LIBBABELTRACE */
 
 /* Define if you have the expat library. */
-/* #undef HAVE_LIBEXPAT */
+#define HAVE_LIBEXPAT 1
 
 /* Define to 1 if you have the `libiconvlist' function. */
 /* #undef HAVE_LIBICONVLIST */
@@ -582,7 +582,7 @@
 #define HAVE_WRESIZE 1
 
 /* Define to 1 if you have the `XML_StopParser' function. */
-/* #undef HAVE_XML_STOPPARSER */
+#define HAVE_XML_STOPPARSER 1
 
 /* Define to 1 if your system has the _etext variable. */
 #define HAVE__ETEXT 1

Index: src/external/gpl3/gdb/lib/libgdb/arch/mipsel/config.h
diff -u src/external/gpl3/gdb/lib/libgdb/arch/mipsel/config.h:1.12 src/external/gpl3/gdb/lib/libgdb/arch/mipsel/config.h:1.13
--- src/external/gpl3/gdb/lib/libgdb/arch/mipsel/config.h:1.12	Thu May 30 14:58:32 2019
+++ src/external/gpl3/gdb/lib/libgdb/arch/mipsel/config.h	Sun Jun  2 19:27:21 2019
@@ -234,7 +234,7 @@
 /* #undef HAVE_LIBBABELTRACE */
 
 /* Define if you have the expat library. */
-/* #undef HAVE_LIBEXPAT */
+#define HAVE_LIBEXPAT 1
 
 /* Define to 1 if you have the `libiconvlist' function. */
 /* #undef HAVE_LIBICONVLIST */
@@ -582,7 +582,7 @@
 #define HAVE_WRESIZE 1
 
 /* Define to 1 if you have the `XML_StopParser' function. */
-/* #undef HAVE_XML_STOPPARSER */
+#define HAVE_XML_STOPPARSER 1
 
 /* Define to 1 if your system has the _etext variable. */
 #define HAVE__ETEXT 1

Index: src/external/gpl3/gdb/lib/libgdb/arch/powerpc/config.h
diff -u src/external/gpl3/gdb/lib/libgdb/arch/powerpc/config.h:1.9 src/external/gpl3/gdb/lib/libgdb/arch/powerpc/config.h:1.10
--- src/external/gpl3/gdb/lib/libgdb/arch/powerpc/config.h:1.9	Thu May 30 17:27:59 2019
+++ src/external/gpl3/gdb/lib/libgdb/arch/powerpc/config.h	Sun Jun  2 19:27:21 2019
@@ -234,7 +234,7 @@
 /* #undef HAVE_LIBBABELTRACE */
 
 /* Define if you have the expat library. */
-/* #undef HAVE_LIBEXPAT */
+#define HAVE_LIBEXPAT 1
 
 /* Define to 1 if you have the `libiconvlist' function. */
 /* #undef HAVE_LIBICONVLIST */
@@ -582,7 +582,7 @@
 #define HAVE_WRESIZE 1
 
 /* Define to 1 if you have the `XML_StopParser' function. */
-/* #undef HAVE_XML_STOPPARSER */
+#define HAVE_XML_STOPPARSER 1
 
 /* Define to 1 if your system has the _etext variable. */
 #define HAVE__ETEXT 1

Index: src/external/gpl3/gdb/lib/libgdb/arch/powerpc64/config.h
diff -u src/external/gpl3/gdb/lib/libgdb/arch/powerpc64/config.h:1.9 src/external/gpl3/gdb/lib/libgdb/arch/powerpc64/config.h:1.10
--- src/external/gpl3/gdb/lib/libgdb/arch/powerpc64/config.h:1.9	Thu May 30 17:27:59 2019
+++ src/external/gpl3/gdb/lib/libgdb/arch/powerpc64/config.h	Sun Jun  2 19:27:21 2019
@@ -234,7 +234,7 @@
 /* #undef HAVE_LIBBABELTRACE */
 
 /* Define if you have the expat library. */
-/* #undef HAVE_LIBEXPAT */
+#define HAVE_LIBEXPAT 1
 
 /* Define to 1 if you have the `libiconvlist' function. */
 /* #undef HAVE_LIBICONVLIST */
@@ -582,7 +582,7 @@
 #define HAVE_WRESIZE 1
 
 /* Define to 1 if you have the `XML_StopParser' function. */
-/* #undef HAVE_XML_STOPPARSER */
+#define HAVE_XML_STOPPARSER 1
 
 /* Define to 1 if your system has the _etext variable. */
 #define HAVE__ETEXT 1

Index: src/external/gpl3/gdb/lib/libgdb/arch/sh3eb/config.h
diff -u src/external/gpl3/gdb/lib/libgdb/arch/sh3eb/config.h:1.9 src/external/gpl3/gdb/lib/libgdb/arch/sh3eb/config.h:1.10
--- src/external/gpl3/gdb/lib/libgdb/arch/sh3eb/config.h:1.9	Thu May 30 15:34:27 2019
+++ src/external/gpl3/gdb/lib/libgdb/arch/sh3eb/config.h	Sun Jun  2 19:27:21 2019
@@ -234,7 +234,7 @@
 /* #undef HAVE_LIBBABELTRACE */
 
 /* Define if you have the expat library. */
-/* #undef HAVE_LIBEXPAT */
+#define HAVE_LIBEXPAT 1
 
 /* Define to 1 if you have the `libiconvlist' function. */
 /* #undef HAVE_LIBICONVLIST */
@@ -582,7 +582,7 @@
 #define HAVE_WRESIZE 1
 
 /* Define to 1 if you have the `XML_StopParser' function. */
-/* #undef HAVE_XML_STOPPARSER */
+#define HAVE_XML_STOPPARSER 1
 
 /* Define to 1 if your system has the _etext variable. */
 #define HAVE__ETEXT 1

Index: src/external/gpl3/gdb/lib/libgdb/arch/sh3el/config.h
diff -u src/external/gpl3/gdb/lib/libgdb/arch/sh3el/config.h:1.9 src/external/gpl3/gdb/lib/libgdb/arch/sh3el/config.h:1.10
--- src/external/gpl3/gdb/lib/libgdb/arch/sh3el/config.h:1.9	Thu May 30 17:27:59 2019
+++ src/external/gpl3/gdb/lib/libgdb/arch/sh3el/config.h	Sun Jun  2 19:27:21 2019
@@ -234,7 +234,7 @@
 /* #undef HAVE_LIBBABELTRACE */
 
 /* Define if you have the expat library. */
-/* #undef HAVE_LIBEXPAT */
+#define HAVE_LIBEXPAT 1
 
 /* Define to 1 if you have the `libiconvlist' function. */
 /* #undef HAVE_LIBICONVLIST */
@@ -582,7 +582,7 @@
 #define HAVE_WRESIZE 1
 
 /* Define to 1 if you have the `XML_StopParser' function. */
-/* #undef HAVE_XML_STOPPARSER */
+#define HAVE_XML_STOPPARSER 1
 
 /* Define to 1 if your system has the _etext variable. */
 #define HAVE__ETEXT 1

Index: src/external/gpl3/gdb/lib/libgdb/arch/sparc/config.h
diff -u src/external/gpl3/gdb/lib/libgdb/arch/sparc/config.h:1.10 src/external/gpl3/gdb/lib/libgdb/arch/sparc/config.h:1.11
--- src/external/gpl3/gdb/lib/libgdb/arch/sparc/config.h:1.10	Wed May 29 18:10:59 2019
+++ src/external/gpl3/gdb/lib/libgdb/arch/sparc/config.h	Sun Jun  2 19:27:21 2019
@@ -234,7 +234,7 @@
 /* #undef HAVE_LIBBABELTRACE */
 
 /* Define if you have the expat library. */
-/* #undef HAVE_LIBEXPAT */
+#define HAVE_LIBEXPAT 1
 
 /* Define to 1 if you have the `libiconvlist' function. */
 /* #undef HAVE_LIBICONVLIST */
@@ -582,7 +582,7 @@
 #define HAVE_WRESIZE 1
 
 /* Define to 1 if you have the `XML_StopParser' function. */
-/* #undef HAVE_XML_STOPPARSER */
+#define HAVE_XML_STOPPARSER 1
 
 /* Define to 1 if your system has the _etext variable. */
 #define HAVE__ETEXT 1

Index: src/external/gpl3/gdb/lib/libgdb/arch/sparc64/config.h
diff -u src/external/gpl3/gdb/lib/libgdb/arch/sparc64/config.h:1.10 src/external/gpl3/gdb/lib/libgdb/arch/sparc64/config.h:1.11
--- src/external/gpl3/gdb/lib/libgdb/arch/sparc64/config.h:1.10	Wed May 29 18:10:59 2019
+++ src/external/gpl3/gdb/lib/libgdb/arch/sparc64/config.h	Sun Jun  2 19:27:21 2019
@@ -234,7 +234,7 @@
 /* #undef HAVE_LIBBABELTRACE */
 
 /* Define if you have the expat library. */
-/* #undef HAVE_LIBEXPAT */
+#define HAVE_LIBEXPAT 1
 
 /* Define to 1 if you have the `libiconvlist' function. */
 /* #undef HAVE_LIBICONVLIST */
@@ -582,7 +582,7 @@
 #define HAVE_WRESIZE 1
 
 /* Define to 1 if you have the `XML_StopParser' function. */
-/* #undef HAVE_XML_STOPPARSER */
+#define HAVE_XML_STOPPARSER 1
 
 /* Define to 1 if your system has the _etext variable. */
 #define HAVE__ETEXT 1

Index: src/external/gpl3/gdb/lib/libgdb/arch/sparc64/init.c
diff -u src/external/gpl3/gdb/lib/libgdb/arch/sparc64/init.c:1.12 src/external/gpl3/gdb/lib/libgdb/arch/sparc64/init.c:1.13
--- src/external/gpl3/gdb/lib/libgdb/arch/sparc64/init.c:1.12	Wed May 29 18:10:59 2019
+++ src/external/gpl3/gdb/lib/libgdb/arch/sparc64/init.c	Sun Jun  2 19:27:21 2019
@@ -17,6 +17,7 @@ extern initialize_file_ftype _initialize
 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_sparc64nbsd_nat;
 extern initialize_file_ftype _initialize_sparc_nat;
 extern initialize_file_ftype _initialize_mi_cmd_env;
@@ -182,6 +183,7 @@ initialize_all_files (void)
   _initialize_ser_tcp ();
   _initialize_ser_socket ();
   _initialize_fork_child ();
+  _initialize_nbsd_nat ();
   _initialize_sparc64nbsd_nat ();
   _initialize_sparc_nat ();
   _initialize_mi_cmd_env ();

Index: src/external/gpl3/gdb/lib/libgdb/arch/vax/config.h
diff -u src/external/gpl3/gdb/lib/libgdb/arch/vax/config.h:1.11 src/external/gpl3/gdb/lib/libgdb/arch/vax/config.h:1.12
--- src/external/gpl3/gdb/lib/libgdb/arch/vax/config.h:1.11	Wed May 29 21:19:59 2019
+++ src/external/gpl3/gdb/lib/libgdb/arch/vax/config.h	Sun Jun  2 19:27:21 2019
@@ -234,7 +234,7 @@
 /* #undef HAVE_LIBBABELTRACE */
 
 /* Define if you have the expat library. */
-/* #undef HAVE_LIBEXPAT */
+#define HAVE_LIBEXPAT 1
 
 /* Define to 1 if you have the `libiconvlist' function. */
 /* #undef HAVE_LIBICONVLIST */
@@ -582,7 +582,7 @@
 #define HAVE_WRESIZE 1
 
 /* Define to 1 if you have the `XML_StopParser' function. */
-/* #undef HAVE_XML_STOPPARSER */
+#define HAVE_XML_STOPPARSER 1
 
 /* Define to 1 if your system has the _etext variable. */
 #define HAVE__ETEXT 1

Reply via email to