Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/external/gpl3/gdb/lib/libgdb/arch regen with forcing libexpa...



details:   https://anonhg.NetBSD.org/src/rev/e52bb18f21ce
branches:  trunk
changeset: 451767:e52bb18f21ce
user:      christos <christos%NetBSD.org@localhost>
date:      Sun Jun 02 23:27:19 2019 +0000

description:
regen with forcing libexpat presence.

diffstat:

 external/gpl3/gdb/lib/libgdb/arch/aarch64/config.h   |  4 ++--
 external/gpl3/gdb/lib/libgdb/arch/alpha/config.h     |  4 ++--
 external/gpl3/gdb/lib/libgdb/arch/arm/config.h       |  4 ++--
 external/gpl3/gdb/lib/libgdb/arch/armeb/config.h     |  4 ++--
 external/gpl3/gdb/lib/libgdb/arch/hppa/config.h      |  4 ++--
 external/gpl3/gdb/lib/libgdb/arch/i386/config.h      |  4 ++--
 external/gpl3/gdb/lib/libgdb/arch/m68000/config.h    |  4 ++--
 external/gpl3/gdb/lib/libgdb/arch/m68k/config.h      |  4 ++--
 external/gpl3/gdb/lib/libgdb/arch/m68k/defs.mk       |  2 +-
 external/gpl3/gdb/lib/libgdb/arch/mips64eb/config.h  |  4 ++--
 external/gpl3/gdb/lib/libgdb/arch/mips64el/config.h  |  4 ++--
 external/gpl3/gdb/lib/libgdb/arch/mipseb/config.h    |  4 ++--
 external/gpl3/gdb/lib/libgdb/arch/mipsel/config.h    |  4 ++--
 external/gpl3/gdb/lib/libgdb/arch/powerpc/config.h   |  4 ++--
 external/gpl3/gdb/lib/libgdb/arch/powerpc64/config.h |  4 ++--
 external/gpl3/gdb/lib/libgdb/arch/sh3eb/config.h     |  4 ++--
 external/gpl3/gdb/lib/libgdb/arch/sh3el/config.h     |  4 ++--
 external/gpl3/gdb/lib/libgdb/arch/sparc/config.h     |  4 ++--
 external/gpl3/gdb/lib/libgdb/arch/sparc64/config.h   |  4 ++--
 external/gpl3/gdb/lib/libgdb/arch/sparc64/init.c     |  2 ++
 external/gpl3/gdb/lib/libgdb/arch/vax/config.h       |  4 ++--
 21 files changed, 41 insertions(+), 39 deletions(-)

diffs (truncated from 429 to 300 lines):

diff -r 36fa8581a71f -r e52bb18f21ce external/gpl3/gdb/lib/libgdb/arch/aarch64/config.h
--- a/external/gpl3/gdb/lib/libgdb/arch/aarch64/config.h        Sun Jun 02 21:29:13 2019 +0000
+++ b/external/gpl3/gdb/lib/libgdb/arch/aarch64/config.h        Sun Jun 02 23:27:19 2019 +0000
@@ -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
diff -r 36fa8581a71f -r e52bb18f21ce external/gpl3/gdb/lib/libgdb/arch/alpha/config.h
--- a/external/gpl3/gdb/lib/libgdb/arch/alpha/config.h  Sun Jun 02 21:29:13 2019 +0000
+++ b/external/gpl3/gdb/lib/libgdb/arch/alpha/config.h  Sun Jun 02 23:27:19 2019 +0000
@@ -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
diff -r 36fa8581a71f -r e52bb18f21ce external/gpl3/gdb/lib/libgdb/arch/arm/config.h
--- a/external/gpl3/gdb/lib/libgdb/arch/arm/config.h    Sun Jun 02 21:29:13 2019 +0000
+++ b/external/gpl3/gdb/lib/libgdb/arch/arm/config.h    Sun Jun 02 23:27:19 2019 +0000
@@ -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
diff -r 36fa8581a71f -r e52bb18f21ce external/gpl3/gdb/lib/libgdb/arch/armeb/config.h
--- a/external/gpl3/gdb/lib/libgdb/arch/armeb/config.h  Sun Jun 02 21:29:13 2019 +0000
+++ b/external/gpl3/gdb/lib/libgdb/arch/armeb/config.h  Sun Jun 02 23:27:19 2019 +0000
@@ -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
diff -r 36fa8581a71f -r e52bb18f21ce external/gpl3/gdb/lib/libgdb/arch/hppa/config.h
--- a/external/gpl3/gdb/lib/libgdb/arch/hppa/config.h   Sun Jun 02 21:29:13 2019 +0000
+++ b/external/gpl3/gdb/lib/libgdb/arch/hppa/config.h   Sun Jun 02 23:27:19 2019 +0000
@@ -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
diff -r 36fa8581a71f -r e52bb18f21ce external/gpl3/gdb/lib/libgdb/arch/i386/config.h
--- a/external/gpl3/gdb/lib/libgdb/arch/i386/config.h   Sun Jun 02 21:29:13 2019 +0000
+++ b/external/gpl3/gdb/lib/libgdb/arch/i386/config.h   Sun Jun 02 23:27:19 2019 +0000
@@ -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
diff -r 36fa8581a71f -r e52bb18f21ce external/gpl3/gdb/lib/libgdb/arch/m68000/config.h
--- a/external/gpl3/gdb/lib/libgdb/arch/m68000/config.h Sun Jun 02 21:29:13 2019 +0000
+++ b/external/gpl3/gdb/lib/libgdb/arch/m68000/config.h Sun Jun 02 23:27:19 2019 +0000
@@ -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
diff -r 36fa8581a71f -r e52bb18f21ce external/gpl3/gdb/lib/libgdb/arch/m68k/config.h
--- a/external/gpl3/gdb/lib/libgdb/arch/m68k/config.h   Sun Jun 02 21:29:13 2019 +0000
+++ b/external/gpl3/gdb/lib/libgdb/arch/m68k/config.h   Sun Jun 02 23:27:19 2019 +0000
@@ -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
diff -r 36fa8581a71f -r e52bb18f21ce external/gpl3/gdb/lib/libgdb/arch/m68k/defs.mk
--- a/external/gpl3/gdb/lib/libgdb/arch/m68k/defs.mk    Sun Jun 02 21:29:13 2019 +0000
+++ b/external/gpl3/gdb/lib/libgdb/arch/m68k/defs.mk    Sun Jun 02 23:27:19 2019 +0000
@@ -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 reggroups.o registry.o remote-fileio.o remote-notif.o remote.o reverse.o rust-exp.o rust-lang.o sentinel-frame.o ser-base.o 
ser-event.o ser-pipe.o ser-tcp.o ser-uds.o ser-unix.o serial.o skip.o solib-svr4.o solib-target.o solib.o source-cache.o source.o stabsread.o stack.o stap-probe.o std-regs.o symfile-debug.o symfile.o 
symmisc.o symtab.o target-dcache.o target-descriptions.o target-float.o target-memory.o target.o waitstatus.o test-target.o thread-iter.o thread.o tid-parse.o top.o tracefile-tfile.o tracefile.o 
tracepoint.o trad-frame.o tramp-frame.o tui-command.o tui-data.o tui-disasm.o tui-file.o tui-hooks.o tui-interp.o tui-io.o tui-layout.o tui-out.o tui-regs.o tui-source.o tui-stack.o tui-win.o 
tui-windata.o tui-wingeneral.o tui-winsource.o tui.o typeprint.o ui-file.o ui-out.o ui-style.o user-regs.o utils.o valarith.o valops.o valprint.o value.o varobj.o version.o xml-builtin.o 
xml-support.o xml-syscall.o xml-tdesc.o init.o
 G_SIM_OBS=
diff -r 36fa8581a71f -r e52bb18f21ce external/gpl3/gdb/lib/libgdb/arch/mips64eb/config.h
--- a/external/gpl3/gdb/lib/libgdb/arch/mips64eb/config.h       Sun Jun 02 21:29:13 2019 +0000
+++ b/external/gpl3/gdb/lib/libgdb/arch/mips64eb/config.h       Sun Jun 02 23:27:19 2019 +0000
@@ -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
diff -r 36fa8581a71f -r e52bb18f21ce external/gpl3/gdb/lib/libgdb/arch/mips64el/config.h
--- a/external/gpl3/gdb/lib/libgdb/arch/mips64el/config.h       Sun Jun 02 21:29:13 2019 +0000
+++ b/external/gpl3/gdb/lib/libgdb/arch/mips64el/config.h       Sun Jun 02 23:27:19 2019 +0000
@@ -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
diff -r 36fa8581a71f -r e52bb18f21ce external/gpl3/gdb/lib/libgdb/arch/mipseb/config.h
--- a/external/gpl3/gdb/lib/libgdb/arch/mipseb/config.h Sun Jun 02 21:29:13 2019 +0000
+++ b/external/gpl3/gdb/lib/libgdb/arch/mipseb/config.h Sun Jun 02 23:27:19 2019 +0000
@@ -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
diff -r 36fa8581a71f -r e52bb18f21ce external/gpl3/gdb/lib/libgdb/arch/mipsel/config.h
--- a/external/gpl3/gdb/lib/libgdb/arch/mipsel/config.h Sun Jun 02 21:29:13 2019 +0000
+++ b/external/gpl3/gdb/lib/libgdb/arch/mipsel/config.h Sun Jun 02 23:27:19 2019 +0000
@@ -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
diff -r 36fa8581a71f -r e52bb18f21ce external/gpl3/gdb/lib/libgdb/arch/powerpc/config.h
--- a/external/gpl3/gdb/lib/libgdb/arch/powerpc/config.h        Sun Jun 02 21:29:13 2019 +0000
+++ b/external/gpl3/gdb/lib/libgdb/arch/powerpc/config.h        Sun Jun 02 23:27:19 2019 +0000
@@ -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
diff -r 36fa8581a71f -r e52bb18f21ce external/gpl3/gdb/lib/libgdb/arch/powerpc64/config.h
--- a/external/gpl3/gdb/lib/libgdb/arch/powerpc64/config.h      Sun Jun 02 21:29:13 2019 +0000
+++ b/external/gpl3/gdb/lib/libgdb/arch/powerpc64/config.h      Sun Jun 02 23:27:19 2019 +0000
@@ -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. */



Home | Main Index | Thread Index | Old Index