Module Name:    src
Committed By:   christos
Date:           Sun Dec  6 14:26:41 UTC 2020

Modified Files:
        src/external/gpl3/gdb/dist/gdb: ppc-nbsd-tdep.c
        src/external/gpl3/gdb/lib/libbfd/arch/powerpc: bfd_stdint.h targmatch.h
        src/external/gpl3/gdb/lib/libdecnumber/arch/powerpc: gstdint.h
        src/external/gpl3/gdb/lib/libgdb/arch/powerpc: config.h defs.mk init.c
            jit-reader.h version.c xml-builtin.c
        src/external/gpl3/gdb/lib/libgdbsupport/arch/powerpc: defs.mk
        src/external/gpl3/gdb/lib/libgdbsupport/arch/powerpc/gdbsupport:
            config.h
        src/external/gpl3/gdb/lib/libgnulib/arch/powerpc: defs.mk
        src/external/gpl3/gdb/lib/libgnulib/arch/powerpc/gnulib: config.h
        src/external/gpl3/gdb/lib/libgnulib/arch/powerpc/gnulib/import:
            unistd.h

Log Message:
fix powerpc


To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 src/external/gpl3/gdb/dist/gdb/ppc-nbsd-tdep.c
cvs rdiff -u -r1.9 -r1.10 \
    src/external/gpl3/gdb/lib/libbfd/arch/powerpc/bfd_stdint.h
cvs rdiff -u -r1.11 -r1.12 \
    src/external/gpl3/gdb/lib/libbfd/arch/powerpc/targmatch.h
cvs rdiff -u -r1.9 -r1.10 \
    src/external/gpl3/gdb/lib/libdecnumber/arch/powerpc/gstdint.h
cvs rdiff -u -r1.13 -r1.14 \
    src/external/gpl3/gdb/lib/libgdb/arch/powerpc/config.h \
    src/external/gpl3/gdb/lib/libgdb/arch/powerpc/defs.mk
cvs rdiff -u -r1.15 -r1.16 \
    src/external/gpl3/gdb/lib/libgdb/arch/powerpc/init.c
cvs rdiff -u -r1.8 -r1.9 \
    src/external/gpl3/gdb/lib/libgdb/arch/powerpc/jit-reader.h
cvs rdiff -u -r1.10 -r1.11 \
    src/external/gpl3/gdb/lib/libgdb/arch/powerpc/version.c \
    src/external/gpl3/gdb/lib/libgdb/arch/powerpc/xml-builtin.c
cvs rdiff -u -r1.2 -r1.3 \
    src/external/gpl3/gdb/lib/libgdbsupport/arch/powerpc/defs.mk
cvs rdiff -u -r1.1 -r1.2 \
    src/external/gpl3/gdb/lib/libgdbsupport/arch/powerpc/gdbsupport/config.h
cvs rdiff -u -r1.1 -r1.2 \
    src/external/gpl3/gdb/lib/libgnulib/arch/powerpc/defs.mk
cvs rdiff -u -r1.1 -r1.2 \
    src/external/gpl3/gdb/lib/libgnulib/arch/powerpc/gnulib/config.h
cvs rdiff -u -r1.1 -r1.2 \
    src/external/gpl3/gdb/lib/libgnulib/arch/powerpc/gnulib/import/unistd.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/dist/gdb/ppc-nbsd-tdep.c
diff -u src/external/gpl3/gdb/dist/gdb/ppc-nbsd-tdep.c:1.6 src/external/gpl3/gdb/dist/gdb/ppc-nbsd-tdep.c:1.7
--- src/external/gpl3/gdb/dist/gdb/ppc-nbsd-tdep.c:1.6	Tue Oct  6 18:14:41 2020
+++ src/external/gpl3/gdb/dist/gdb/ppc-nbsd-tdep.c	Sun Dec  6 09:26:40 2020
@@ -29,6 +29,7 @@
 
 #include "ppc-tdep.h"
 #include "nbsd-tdep.h"
+#include "ppc-nbsd-tdep.h"
 #include "ppc-tdep.h"
 #include "solib-svr4.h"
 

Index: src/external/gpl3/gdb/lib/libbfd/arch/powerpc/bfd_stdint.h
diff -u src/external/gpl3/gdb/lib/libbfd/arch/powerpc/bfd_stdint.h:1.9 src/external/gpl3/gdb/lib/libbfd/arch/powerpc/bfd_stdint.h:1.10
--- src/external/gpl3/gdb/lib/libbfd/arch/powerpc/bfd_stdint.h:1.9	Sun Sep 20 12:54:17 2020
+++ src/external/gpl3/gdb/lib/libbfd/arch/powerpc/bfd_stdint.h	Sun Dec  6 09:26:40 2020
@@ -1,8 +1,8 @@
 /* This file is automatically generated.  DO NOT EDIT! */
-/* Generated from: NetBSD: mknative-gdb,v 1.12 2020/09/17 16:54:31 christos Exp  */
+/* Generated from: NetBSD: mknative-gdb,v 1.15 2020/12/05 21:27:31 christos Exp  */
 /* Generated from: NetBSD: mknative.common,v 1.16 2018/04/15 15:13:37 christos Exp  */
 
-/* generated for  powerpc--netbsd-gcc (NetBSD nb1 20200311) 8.4.0 */
+/* generated for  powerpc--netbsd-gcc (NetBSD nb1 20200907) 9.3.0 */
 
 #ifndef GCC_GENERATED_STDINT_H
 #define GCC_GENERATED_STDINT_H 1

Index: src/external/gpl3/gdb/lib/libbfd/arch/powerpc/targmatch.h
diff -u src/external/gpl3/gdb/lib/libbfd/arch/powerpc/targmatch.h:1.11 src/external/gpl3/gdb/lib/libbfd/arch/powerpc/targmatch.h:1.12
--- src/external/gpl3/gdb/lib/libbfd/arch/powerpc/targmatch.h:1.11	Sun Sep 20 12:54:17 2020
+++ src/external/gpl3/gdb/lib/libbfd/arch/powerpc/targmatch.h	Sun Dec  6 09:26:40 2020
@@ -1,5 +1,5 @@
 /* This file is automatically generated.  DO NOT EDIT! */
-/* Generated from: NetBSD: mknative-gdb,v 1.12 2020/09/17 16:54:31 christos Exp  */
+/* Generated from: NetBSD: mknative-gdb,v 1.15 2020/12/05 21:27:31 christos Exp  */
 /* Generated from: NetBSD: mknative.common,v 1.16 2018/04/15 15:13:37 christos Exp  */
 
 #ifdef BFD64
@@ -42,15 +42,6 @@
     
 #if !defined (SELECT_VECS) || defined (HAVE_aarch64_elf64_le_vec)
 
-{ "aarch64-*-netbsd*",
-&aarch64_elf64_le_vec },
-#endif
-
-
-
-    
-#if !defined (SELECT_VECS) || defined (HAVE_aarch64_elf64_le_vec)
-
 { "aarch64-*-fuchsia*",
 &aarch64_elf64_le_vec },
 #endif
@@ -69,25 +60,7 @@
     
 #if !defined (SELECT_VECS) || defined (HAVE_aarch64_elf64_le_vec)
 
-{ "aarch64-*-linux*",
-&aarch64_elf64_le_vec },
-#endif
-
-
-
-    
-#if !defined (SELECT_VECS) || defined (HAVE_aarch64_elf64_be_vec)
-
-{ "aarch64_be-*-linux*",
-&aarch64_elf64_be_vec },
-#endif
-
-
-
-    
-#if !defined (SELECT_VECS) || defined (HAVE_aarch64_elf64_le_vec)
-
-{ "aarch64-*-netbsd*",
+{ "aarch64-*-linux*", NULL },{ "aarch64-*-netbsd*",
 &aarch64_elf64_le_vec },
 #endif
 
@@ -96,7 +69,7 @@
     
 #if !defined (SELECT_VECS) || defined (HAVE_aarch64_elf64_be_vec)
 
-{ "aarch64_be-*-netbsd*",
+{ "aarch64_be-*-linux*", NULL },{ "aarch64_be-*-netbsd*",
 &aarch64_elf64_be_vec },
 #endif
 

Index: src/external/gpl3/gdb/lib/libdecnumber/arch/powerpc/gstdint.h
diff -u src/external/gpl3/gdb/lib/libdecnumber/arch/powerpc/gstdint.h:1.9 src/external/gpl3/gdb/lib/libdecnumber/arch/powerpc/gstdint.h:1.10
--- src/external/gpl3/gdb/lib/libdecnumber/arch/powerpc/gstdint.h:1.9	Sun Sep 20 12:54:20 2020
+++ src/external/gpl3/gdb/lib/libdecnumber/arch/powerpc/gstdint.h	Sun Dec  6 09:26:40 2020
@@ -1,8 +1,8 @@
 /* This file is automatically generated.  DO NOT EDIT! */
-/* Generated from: NetBSD: mknative-gdb,v 1.12 2020/09/17 16:54:31 christos Exp  */
+/* Generated from: NetBSD: mknative-gdb,v 1.15 2020/12/05 21:27:31 christos Exp  */
 /* Generated from: NetBSD: mknative.common,v 1.16 2018/04/15 15:13:37 christos Exp  */
 
-/* generated for  powerpc--netbsd-gcc (NetBSD nb1 20200311) 8.4.0 */
+/* generated for  powerpc--netbsd-gcc (NetBSD nb1 20200907) 9.3.0 */
 
 #ifndef GCC_GENERATED_STDINT_H
 #define GCC_GENERATED_STDINT_H 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.13 src/external/gpl3/gdb/lib/libgdb/arch/powerpc/config.h:1.14
--- src/external/gpl3/gdb/lib/libgdb/arch/powerpc/config.h:1.13	Sun Dec  6 00:23:04 2020
+++ src/external/gpl3/gdb/lib/libgdb/arch/powerpc/config.h	Sun Dec  6 09:26:40 2020
@@ -22,6 +22,9 @@
    */
 /* #undef CRAY_STACKSEG_END */
 
+/* Define to 1 if std::thread works. */
+#define CXX_STD_THREAD 1
+
 /* Define to 1 if using `alloca.c'. */
 /* #undef C_ALLOCA */
 
@@ -38,6 +41,9 @@
 /* Define to BFD's default target vector. */
 #define DEFAULT_BFD_VEC powerpc_elf32_vec
 
+/* Handle .ctf type-info sections */
+#define ENABLE_LIBCTF 1
+
 /* Define to 1 if translation of program messages to the user's native
    language is requested. */
 #define ENABLE_NLS 1
@@ -71,7 +77,7 @@
 /* #undef GDB_OSABI_DEFAULT */
 
 /* Define if self-testing features should be enabled */
-/* #undef GDB_SELF_TEST */
+#define GDB_SELF_TEST 1
 
 /* Define to 1 if you have `alloca', as a function or macro. */
 #define HAVE_ALLOCA 1
@@ -111,18 +117,10 @@
    don't. */
 /* #undef HAVE_DECL_GETTHRDS */
 
-/* Define to 1 if you have the declaration of `ptrace', and to 0 if you don't.
-   */
-#define HAVE_DECL_PTRACE 1
-
 /* Define to 1 if you have the declaration of `snprintf', and to 0 if you
    don't. */
 #define HAVE_DECL_SNPRINTF 1
 
-/* Define to 1 if you have the declaration of `strerror', and to 0 if you
-   don't. */
-#define HAVE_DECL_STRERROR 1
-
 /* Define to 1 if you have the declaration of `strstr', and to 0 if you don't.
    */
 #define HAVE_DECL_STRSTR 1
@@ -233,6 +231,9 @@
 /* Define if you have the babeltrace library. */
 /* #undef HAVE_LIBBABELTRACE */
 
+/* Define to 1 if debuginfod is enabled. */
+/* #undef HAVE_LIBDEBUGINFOD */
+
 /* Define if you have the expat library. */
 #define HAVE_LIBEXPAT 1
 
@@ -248,27 +249,15 @@
 /* Define to 1 if you have the `m' library (-lm). */
 #define HAVE_LIBM 1
 
-/* Define to 1 if you have the `mcheck' library (-lmcheck). */
-/* #undef HAVE_LIBMCHECK */
-
 /* Define if you have the mpfr library. */
 /* #undef HAVE_LIBMPFR */
 
-/* Define if Python 2.4 is being used. */
-/* #undef HAVE_LIBPYTHON2_4 */
-
-/* Define if Python 2.5 is being used. */
-/* #undef HAVE_LIBPYTHON2_5 */
-
-/* Define if Python 2.6 is being used. */
-/* #undef HAVE_LIBPYTHON2_6 */
-
-/* Define if Python 2.7 is being used. */
-/* #undef HAVE_LIBPYTHON2_7 */
-
 /* Define to 1 if you have the <libunwind-ia64.h> header file. */
 /* #undef HAVE_LIBUNWIND_IA64_H */
 
+/* Define if you have the xxhash library. */
+/* #undef HAVE_LIBXXHASH */
+
 /* Define to 1 if you have the <linux/elf.h> header file. */
 /* #undef HAVE_LINUX_ELF_H */
 
@@ -353,6 +342,15 @@
 /* Define if <sys/procfs.h> has psaddr_t. */
 /* #undef HAVE_PSADDR_T */
 
+/* Have PTHREAD_PRIO_INHERIT. */
+#define HAVE_PTHREAD_PRIO_INHERIT 1
+
+/* Define to 1 if you have the `pthread_setname_np' function. */
+#define HAVE_PTHREAD_SETNAME_NP 1
+
+/* Define to 1 if you have the `pthread_sigmask' function. */
+#define HAVE_PTHREAD_SIGMASK 1
+
 /* Define to 1 if you have the `ptrace64' function. */
 /* #undef HAVE_PTRACE64 */
 
@@ -479,12 +477,6 @@
 /* Define to 1 if `td_pcb' is a member of `struct thread'. */
 /* #undef HAVE_STRUCT_THREAD_TD_PCB */
 
-/* Define to 1 if `fs_base' is a member of `struct user_regs_struct'. */
-/* #undef HAVE_STRUCT_USER_REGS_STRUCT_FS_BASE */
-
-/* Define to 1 if `gs_base' is a member of `struct user_regs_struct'. */
-/* #undef HAVE_STRUCT_USER_REGS_STRUCT_GS_BASE */
-
 /* Define to 1 if you have the <sys/debugreg.h> header file. */
 /* #undef HAVE_SYS_DEBUGREG_H */
 
@@ -581,6 +573,9 @@
 /* Define to 1 if you have the `wresize' function. */
 #define HAVE_WRESIZE 1
 
+/* Define to 1 if you have the <ws2tcpip.h> header file. */
+/* #undef HAVE_WS2TCPIP_H */
+
 /* Define to 1 if you have the `XML_StopParser' function. */
 #define HAVE_XML_STOPPARSER 1
 
@@ -639,6 +634,10 @@
 /* Define to 1 if the "%ll" format works to print long longs. */
 /* #undef PRINTF_HAS_LONG_LONG */
 
+/* Define to necessary symbol if this constant uses a non-standard name on
+   your system. */
+/* #undef PTHREAD_CREATE_JOINABLE */
+
 /* Define to the type of arg 1 for ptrace. */
 #define PTRACE_TYPE_ARG1 int
 
@@ -654,6 +653,10 @@
 /* Define as the return type of ptrace. */
 #define PTRACE_TYPE_RET int
 
+/* Define if the python lib directory should be relocated when GDB is moved.
+   */
+/* #undef PYTHON_LIBDIR_RELOCATABLE */
+
 /* Define if the python directory should be relocated when GDB is moved. */
 /* #undef PYTHON_PATH_RELOCATABLE */
 
@@ -661,7 +664,7 @@
 /* #undef RELOC_SRCDIR */
 
 /* Bug reporting address */
-#define REPORT_BUGS_TO "<http://www.gnu.org/software/gdb/bugs/>"
+#define REPORT_BUGS_TO "<https://www.gnu.org/software/gdb/bugs/>"
 
 /* Define to 1 if the "%Lg" format works to scan long doubles. */
 /* #undef SCANF_HAS_LONG_DOUBLE */
@@ -698,6 +701,13 @@
 /* automatically load a system-wide gdbinit file */
 #define SYSTEM_GDBINIT ""
 
+/* automatically load system-wide gdbinit files from this directory */
+#define SYSTEM_GDBINIT_DIR ""
+
+/* Define if the system-gdbinit-dir directory should be relocated when GDB is
+   moved. */
+#define SYSTEM_GDBINIT_DIR_RELOCATABLE 0
+
 /* Define if the system-gdbinit directory should be relocated when GDB is
    moved. */
 #define SYSTEM_GDBINIT_RELOCATABLE 0
@@ -750,6 +760,10 @@
 /* Define if the PPC simulator is being linked in. */
 #define WITH_PPC_SIM 1
 
+/* Directory containing Python's standard libraries from --with-python-libdir.
+   */
+/* #undef WITH_PYTHON_LIBDIR */
+
 /* Define if --with-python provides a path, either directly or via
    python-config.py --exec-prefix. */
 /* #undef WITH_PYTHON_PATH */
@@ -790,6 +804,9 @@
 /* Define to 1 if you need to in order for `stat' and other things to work. */
 /* #undef _POSIX_SOURCE */
 
+/* Use structured /proc on Solaris. */
+#define _STRUCTURED_PROC 1
+
 /* Define to empty if `const' does not conform to ANSI C. */
 /* #undef const */
 
Index: src/external/gpl3/gdb/lib/libgdb/arch/powerpc/defs.mk
diff -u src/external/gpl3/gdb/lib/libgdb/arch/powerpc/defs.mk:1.13 src/external/gpl3/gdb/lib/libgdb/arch/powerpc/defs.mk:1.14
--- src/external/gpl3/gdb/lib/libgdb/arch/powerpc/defs.mk:1.13	Sun Dec  6 00:23:04 2020
+++ src/external/gpl3/gdb/lib/libgdb/arch/powerpc/defs.mk	Sun Dec  6 09:26:40 2020
@@ -2,6 +2,6 @@
 # Generated from: NetBSD: mknative-gdb,v 1.15 2020/12/05 21:27:31 christos Exp 
 # Generated from: NetBSD: mknative.common,v 1.16 2018/04/15 15:13:37 christos Exp 
 #
-G_INTERNAL_CFLAGS=   -I. -I${GNUHOSTDIST}/gdb -I${GNUHOSTDIST}/gdb/config -DLOCALEDIR=\"/usr/share/locale\" -DHAVE_CONFIG_H -I${GNUHOSTDIST}/gdb/../include/opcode -I${GNUHOSTDIST}/gdb/../readline/.. -I${GNUHOSTDIST}/gdb/../zlib -I../bfd -I${GNUHOSTDIST}/gdb/../bfd -I${GNUHOSTDIST}/gdb/../include -I../libdecnumber -I${GNUHOSTDIST}/gdb/../libdecnumber -I./../intl -I${GNUHOSTDIST}/gdb/gnulib/import -Ibuild-gnulib/import  -DTUI=1     -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-variable -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-error=maybe-uninitialized -Wsuggest-override -Wimplicit-fallthrough=3 -Wduplicated-cond -Wshadow=local -Wformat -Wformat-nonliteral 
-G_LIBGDB_OBS=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 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 ppc-nbsd-nat.o ppc-nbsd-tdep.o ppc-ravenscar-thread.o ppc-sysv-tdep.o printcmd.o probe.o process-stratum-target.o producer.o progspace-and-thread.o progspace.o prologue-value.o psymtab.o python.o ravenscar-thread.o record-btrace.o record-f
 ull.o record.o regcache-dump.o regcache.o reggroups.o registry.o remote-fileio.o remote-notif.o remote-sim.o remote.o reverse.o rs6000-tdep.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 xm
 l-tdesc.o init.o
+G_INTERNAL_CFLAGS=   -I. -I${GNUHOSTDIST}/gdb -I${GNUHOSTDIST}/gdb/config -DLOCALEDIR=\"/usr/share/locale\" -DHAVE_CONFIG_H -I${GNUHOSTDIST}/gdb/../include/opcode -I${GNUHOSTDIST}/gdb/../readline/readline/.. -I${GNUHOSTDIST}/gdb/../zlib -I../bfd -I${GNUHOSTDIST}/gdb/../bfd -I${GNUHOSTDIST}/gdb/../include -I../libdecnumber -I${GNUHOSTDIST}/gdb/../libdecnumber -I./../intl -I${GNUHOSTDIST}/gdb/../gnulib/import -I../gnulib/import -I${GNUHOSTDIST}/gdb/.. -I..  -DTUI=1    -I${GNUHOSTDIST}/gdb/.. -pthread  -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-variable -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-error=maybe-uninitialized -Wsuggest-override -Wimplicit-fallthrough=3 -Wduplicated-cond -Wshadow=local -Wdeprecated-copy -Wdeprecated-copy-dtor -Wredundant-move -Wmissing-declarations -Wstrict-null-sentinel -Wformat -Wformat-nonliteral -Werror
+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 alloc.o annotate.o arch-utils.o async-event.o auto-load.o auxv.o ax-gdb.o ax-general.o bcache.o bfd-target.o block.o blockframe.o break-catch-sig.o break-catch-syscall.o break-catch-throw.o breakpoint.o bsd-kvm.o btrace.o build-id.o buildsym-legacy.o buildsym.o c-exp.o c-lang.o c-typeprint.o c-valprint.o c-varobj.o charset.o cli-out.o cli-cmds.o cli-decode.o cli-dump.o cli-interp.o cli-logging.o cli-option.o cli-script.o cli-setshow.o cli-style.o cli-utils.o coff-pe-read.o coffread.o compile-c-support.o compile-c-symbols.o compile-c-types.o compile-cplus-symbols.o compile-cplus-types.o compile-loc2c.o compile-object-load.o compile-object-run.o compile.o complaints.o completer.o continuations.o copying.o corefile.o corelow.o cp-abi.o cp-name-parser.o cp-namespace.o cp-support.o cp-valprint.o ctfread.o d-exp.o d-lang.o d-namespace.o d-valprint.o dbxread.o dcache.o debug.o debugi
 nfod-support.o dictionary.o disasm-selftests.o disasm.o dtrace-probe.o dummy-frame.o abbrev.o attribute.o comp-unit.o dwz.o expr.o frame-tailcall.o frame.o index-cache.o index-common.o index-write.o leb.o line-header.o loc.o macro.o read.o section.o stringify.o elfread.o eval.o event-top.o exceptions.o exec.o expprint.o extension.o f-exp.o f-lang.o f-typeprint.o f-valprint.o filename-seen-cache.o filesystem.o findcmd.o findvar.o fork-child.o frame-base.o frame-unwind.o frame.o gcore.o gdb-demangle.o gdb_bfd.o gdb_obstack.o gdb_regex.o gdbarch-selftests.o gdbarch.o gdbtypes.o gnu-v2-abi.o gnu-v3-abi.o go-exp.o go-lang.o go-typeprint.o go-valprint.o guile.o inf-child.o inf-loop.o inf-ptrace.o infcall.o infcmd.o inferior.o inflow.o infrun.o inline-frame.o interps.o jit.o language.o linespec.o location.o m2-exp.o m2-lang.o m2-typeprint.o m2-valprint.o macrocmd.o macroexp.o macroscope.o macrotab.o main.o maint-test-options.o maint-test-settings.o maint.o mdebugread.o mem-break.o memattr.
 o memory-map.o memrange.o mi-cmd-break.o mi-cmd-catch.o mi-cmd-disas.o mi-cmd-env.o mi-cmd-file.o mi-cmd-info.o mi-cmd-stack.o mi-cmd-target.o mi-cmd-var.o mi-cmds.o mi-common.o mi-console.o mi-getopt.o mi-interp.o mi-main.o mi-out.o mi-parse.o mi-symbol-cmds.o minidebug.o minsyms.o mipsread.o namespace.o fork-inferior.o netbsd-nat.o nbsd-nat.o nbsd-tdep.o objc-lang.o objfiles.o observable.o opencl-lang.o osabi.o osdata.o p-exp.o p-lang.o p-typeprint.o p-valprint.o parse.o posix-hdep.o ppc-nbsd-nat.o ppc-nbsd-tdep.o ppc-ravenscar-thread.o ppc-sysv-tdep.o printcmd.o probe.o process-stratum-target.o producer.o progspace-and-thread.o progspace.o prologue-value.o psymtab.o python.o ravenscar-thread.o record-btrace.o record-full.o record.o regcache-dump.o regcache.o reggroups.o registry.o remote-fileio.o remote-notif.o remote-sim.o remote.o reverse.o rs6000-tdep.o run-on-main-thread.o rust-exp.o rust-lang.o selftest-arch.o sentinel-frame.o ser-base.o ser-event.o ser-pipe.o ser-tcp.o ser-
 uds.o ser-unix.o serial.o skip.o solib-svr4.o solib-target.o solib.o source-cache.o source.o stabsread.o stack.o stap-probe.o std-regs.o symfile-debug.o symfile.o symmisc.o symtab.o target-connection.o target-dcache.o target-descriptions.o target-float.o target-memory.o target.o waitstatus.o test-target.o thread-iter.o thread.o tid-parse.o top.o tracectf.o tracefile-tfile.o tracefile.o tracepoint.o trad-frame.o tramp-frame.o tui-command.o tui-data.o tui-disasm.o tui-file.o tui-hooks.o tui-interp.o tui-io.o tui-layout.o tui-out.o tui-regs.o tui-source.o tui-stack.o tui-win.o tui-wingeneral.o tui-winsource.o tui.o type-stack.o typeprint.o ui-file.o ui-out.o ui-style.o array-view-selftests.o child-path-selftests.o cli-utils-selftests.o command-def-selftests.o common-utils-selftests.o copy_bitwise-selftests.o environ-selftests.o filtered_iterator-selftests.o format_pieces-selftests.o function-view-selftests.o lookup_name_info-selftests.o main-thread-selftests.o memory-map-selftests.o me
 mrange-selftests.o mkdir-recursive-selftests.o observable-selftests.o offset-type-selftests.o optional-selftests.o parse-connection-spec-selftests.o ptid-selftests.o rsp-low-selftests.o scoped_fd-selftests.o scoped_mmap-selftests.o scoped_restore-selftests.o string_view-selftests.o style-selftests.o tracepoint-selftests.o tui-selftests.o unpack-selftests.o utils-selftests.o vec-utils-selftests.o xml-utils-selftests.o user-regs.o utils.o valarith.o valops.o valprint.o value.o varobj.o version.o xml-builtin.o xml-support.o xml-syscall.o xml-tdesc.o init.o
 G_SIM_OBS=remote-sim.o

Index: src/external/gpl3/gdb/lib/libgdb/arch/powerpc/init.c
diff -u src/external/gpl3/gdb/lib/libgdb/arch/powerpc/init.c:1.15 src/external/gpl3/gdb/lib/libgdb/arch/powerpc/init.c:1.16
--- src/external/gpl3/gdb/lib/libgdb/arch/powerpc/init.c:1.15	Sun Dec  6 00:23:04 2020
+++ src/external/gpl3/gdb/lib/libgdb/arch/powerpc/init.c	Sun Dec  6 09:26:40 2020
@@ -6,6 +6,7 @@
 /* It is created automatically by the Makefile.  */
 #include "defs.h"      /* For initialize_file_ftype.  */
 extern void initialize_all_files(void);
+extern initialize_file_ftype _initialize_nbsd_tdep;
 extern initialize_file_ftype _initialize_svr4_solib;
 extern initialize_file_ftype _initialize_rs6000_tdep;
 extern initialize_file_ftype _initialize_ppcnbsd_tdep;
@@ -15,7 +16,6 @@ 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_ppcnbsd_nat;
 extern initialize_file_ftype _initialize_remote_sim;
 extern initialize_file_ftype _initialize_mi_cmd_env;
@@ -34,11 +34,43 @@ extern initialize_file_ftype _initialize
 extern initialize_file_ftype _initialize_elfread;
 extern initialize_file_ftype _initialize_stap_probe;
 extern initialize_file_ftype _initialize_dtrace_probe;
+extern initialize_file_ftype _initialize_disasm_selftests;
+extern initialize_file_ftype _initialize_gdbarch_selftests;
+extern initialize_file_ftype _initialize_array_view_selftests;
+extern initialize_file_ftype _initialize_child_path_selftests;
+extern initialize_file_ftype _initialize_cli_utils_selftests;
+extern initialize_file_ftype _initialize_command_def_selftests;
+extern initialize_file_ftype _initialize_common_utils_selftests;
+extern initialize_file_ftype _initialize_copy_bitwise_utils_selftests;
+extern initialize_file_ftype _initialize_environ_selftests;
+extern initialize_file_ftype _initialize_filtered_iterator_selftests;
+extern initialize_file_ftype _initialize_format_pieces_selftests;
+extern initialize_file_ftype _initialize_function_view_selftests;
+extern initialize_file_ftype _initialize_lookup_name_info_selftests;
+extern initialize_file_ftype _initialize_memory_map_selftests;
+extern initialize_file_ftype _initialize_memrange_selftests;
+extern initialize_file_ftype _initialize_offset_type_selftests;
+extern initialize_file_ftype _initialize_observer_selftest;
+extern initialize_file_ftype _initialize_optional_selftests;
+extern initialize_file_ftype _initialize_parse_connection_spec_selftests;
+extern initialize_file_ftype _initialize_main_thread_selftests;
+extern initialize_file_ftype _initialize_mkdir_recursive_selftests;
+extern initialize_file_ftype _initialize_rsp_low_selftests;
+extern initialize_file_ftype _initialize_scoped_fd_selftests;
+extern initialize_file_ftype _initialize_scoped_mmap_selftests;
+extern initialize_file_ftype _initialize_scoped_restore_selftests;
+extern initialize_file_ftype _initialize_string_view_selftests;
+extern initialize_file_ftype _initialize_style_selftest;
+extern initialize_file_ftype _initialize_tracepoint_selftests;
+extern initialize_file_ftype _initialize_tui_selftest;
+extern initialize_file_ftype _initialize_unpack_selftests;
+extern initialize_file_ftype _initialize_utils_selftests;
+extern initialize_file_ftype _initialize_vec_utils_selftests;
+extern initialize_file_ftype _initialize_xml_utils;
 extern initialize_file_ftype _initialize_ada_exp;
 extern initialize_file_ftype _initialize_rust_exp;
 extern initialize_file_ftype _initialize_ada_language;
 extern initialize_file_ftype _initialize_tasks;
-extern initialize_file_ftype _initialize_addrmap;
 extern initialize_file_ftype _initialize_agent;
 extern initialize_file_ftype _initialize_annotate;
 extern initialize_file_ftype _initialize_gdbarch_utils;
@@ -62,19 +94,16 @@ extern initialize_file_ftype _initialize
 extern initialize_file_ftype _initialize_cp_namespace;
 extern initialize_file_ftype _initialize_cp_support;
 extern initialize_file_ftype _initialize_cp_valprint;
-extern initialize_file_ftype _initialize_ctf;
 extern initialize_file_ftype _initialize_d_language;
 extern initialize_file_ftype _initialize_dbxread;
 extern initialize_file_ftype _initialize_dcache;
-extern initialize_file_ftype _initialize_demangler;
 extern initialize_file_ftype _initialize_disasm;
-extern initialize_file_ftype _initialize_disasm_selftests;
 extern initialize_file_ftype _initialize_dummy_frame;
+extern initialize_file_ftype _initialize_dwarf2expr;
+extern initialize_file_ftype _initialize_tailcall_frame;
+extern initialize_file_ftype _initialize_dwarf2_frame;
 extern initialize_file_ftype _initialize_index_cache;
 extern initialize_file_ftype _initialize_dwarf_index_write;
-extern initialize_file_ftype _initialize_dwarf2_frame;
-extern initialize_file_ftype _initialize_tailcall_frame;
-extern initialize_file_ftype _initialize_dwarf2expr;
 extern initialize_file_ftype _initialize_dwarf2loc;
 extern initialize_file_ftype _initialize_dwarf2_read;
 extern initialize_file_ftype _initialize_exec;
@@ -88,9 +117,9 @@ extern initialize_file_ftype _initialize
 extern initialize_file_ftype _initialize_frame_base;
 extern initialize_file_ftype _initialize_frame_unwind;
 extern initialize_file_ftype _initialize_gcore;
+extern initialize_file_ftype _initialize_gdb_demangle;
 extern initialize_file_ftype _initialize_gdb_bfd;
 extern initialize_file_ftype _initialize_gdbarch;
-extern initialize_file_ftype _initialize_gdbarch_selftests;
 extern initialize_file_ftype _initialize_gdbtypes;
 extern initialize_file_ftype _initialize_gnu_v2_abi;
 extern initialize_file_ftype _initialize_gnu_v3_abi;
@@ -106,12 +135,12 @@ extern initialize_file_ftype _initialize
 extern initialize_file_ftype _initialize_macrocmd;
 extern initialize_file_ftype _initialize_macroscope;
 extern initialize_file_ftype _initialize_maint_cmds;
+extern initialize_file_ftype _initialize_maint_test_options;
+extern initialize_file_ftype _initialize_maint_test_settings;
 extern initialize_file_ftype _initialize_mdebugread;
 extern initialize_file_ftype _initialize_mem;
 extern initialize_file_ftype _initialize_mipsread;
 extern initialize_file_ftype _initialize_objc_language;
-extern initialize_file_ftype _initialize_objc_lang;
-extern initialize_file_ftype _initialize_objfiles;
 extern initialize_file_ftype _initialize_observer;
 extern initialize_file_ftype _initialize_opencl_language;
 extern initialize_file_ftype _initialize_gdb_osabi;
@@ -131,11 +160,13 @@ extern initialize_file_ftype _initialize
 extern initialize_file_ftype _initialize_remote;
 extern initialize_file_ftype _initialize_notif;
 extern initialize_file_ftype _initialize_reverse;
+extern initialize_file_ftype _initialize_run_on_main_thread;
 extern initialize_file_ftype _initialize_serial;
 extern initialize_file_ftype _initialize_step_skip;
 extern initialize_file_ftype _initialize_solib;
 extern initialize_file_ftype _initialize_solib_target;
 extern initialize_file_ftype _initialize_source;
+extern initialize_file_ftype _initialize_source_cache;
 extern initialize_file_ftype _initialize_stabsread;
 extern initialize_file_ftype _initialize_stack;
 extern initialize_file_ftype _initialize_frame_reg;
@@ -143,9 +174,12 @@ extern initialize_file_ftype _initialize
 extern initialize_file_ftype _initialize_symfile_debug;
 extern initialize_file_ftype _initialize_symmisc;
 extern initialize_file_ftype _initialize_symtab;
+extern initialize_file_ftype _initialize_target;
+extern initialize_file_ftype _initialize_target_connection;
 extern initialize_file_ftype _initialize_target_dcache;
 extern initialize_file_ftype _initialize_target_descriptions;
 extern initialize_file_ftype _initialize_thread;
+extern initialize_file_ftype _initialize_ctf;
 extern initialize_file_ftype _initialize_tracefile;
 extern initialize_file_ftype _initialize_tracefile_tfile;
 extern initialize_file_ftype _initialize_tracepoint;
@@ -153,7 +187,6 @@ extern initialize_file_ftype _initialize
 extern initialize_file_ftype _initialize_ui_style;
 extern initialize_file_ftype _initialize_user_regs;
 extern initialize_file_ftype _initialize_utils;
-extern initialize_file_ftype _initialize_valarith;
 extern initialize_file_ftype _initialize_valops;
 extern initialize_file_ftype _initialize_valprint;
 extern initialize_file_ftype _initialize_values;
@@ -170,6 +203,7 @@ extern initialize_file_ftype _initialize
 void
 initialize_all_files (void)
 {
+  _initialize_nbsd_tdep ();
   _initialize_svr4_solib ();
   _initialize_rs6000_tdep ();
   _initialize_ppcnbsd_tdep ();
@@ -179,7 +213,6 @@ initialize_all_files (void)
   _initialize_ser_tcp ();
   _initialize_ser_socket ();
   _initialize_fork_child ();
-  _initialize_nbsd_nat ();
   _initialize_ppcnbsd_nat ();
   _initialize_remote_sim ();
   _initialize_mi_cmd_env ();
@@ -198,11 +231,43 @@ initialize_all_files (void)
   _initialize_elfread ();
   _initialize_stap_probe ();
   _initialize_dtrace_probe ();
+  _initialize_disasm_selftests ();
+  _initialize_gdbarch_selftests ();
+  _initialize_array_view_selftests ();
+  _initialize_child_path_selftests ();
+  _initialize_cli_utils_selftests ();
+  _initialize_command_def_selftests ();
+  _initialize_common_utils_selftests ();
+  _initialize_copy_bitwise_utils_selftests ();
+  _initialize_environ_selftests ();
+  _initialize_filtered_iterator_selftests ();
+  _initialize_format_pieces_selftests ();
+  _initialize_function_view_selftests ();
+  _initialize_lookup_name_info_selftests ();
+  _initialize_memory_map_selftests ();
+  _initialize_memrange_selftests ();
+  _initialize_offset_type_selftests ();
+  _initialize_observer_selftest ();
+  _initialize_optional_selftests ();
+  _initialize_parse_connection_spec_selftests ();
+  _initialize_main_thread_selftests ();
+  _initialize_mkdir_recursive_selftests ();
+  _initialize_rsp_low_selftests ();
+  _initialize_scoped_fd_selftests ();
+  _initialize_scoped_mmap_selftests ();
+  _initialize_scoped_restore_selftests ();
+  _initialize_string_view_selftests ();
+  _initialize_style_selftest ();
+  _initialize_tracepoint_selftests ();
+  _initialize_tui_selftest ();
+  _initialize_unpack_selftests ();
+  _initialize_utils_selftests ();
+  _initialize_vec_utils_selftests ();
+  _initialize_xml_utils ();
   _initialize_ada_exp ();
   _initialize_rust_exp ();
   _initialize_ada_language ();
   _initialize_tasks ();
-  _initialize_addrmap ();
   _initialize_agent ();
   _initialize_annotate ();
   _initialize_gdbarch_utils ();
@@ -226,19 +291,16 @@ initialize_all_files (void)
   _initialize_cp_namespace ();
   _initialize_cp_support ();
   _initialize_cp_valprint ();
-  _initialize_ctf ();
   _initialize_d_language ();
   _initialize_dbxread ();
   _initialize_dcache ();
-  _initialize_demangler ();
   _initialize_disasm ();
-  _initialize_disasm_selftests ();
   _initialize_dummy_frame ();
+  _initialize_dwarf2expr ();
+  _initialize_tailcall_frame ();
+  _initialize_dwarf2_frame ();
   _initialize_index_cache ();
   _initialize_dwarf_index_write ();
-  _initialize_dwarf2_frame ();
-  _initialize_tailcall_frame ();
-  _initialize_dwarf2expr ();
   _initialize_dwarf2loc ();
   _initialize_dwarf2_read ();
   _initialize_exec ();
@@ -252,9 +314,9 @@ initialize_all_files (void)
   _initialize_frame_base ();
   _initialize_frame_unwind ();
   _initialize_gcore ();
+  _initialize_gdb_demangle ();
   _initialize_gdb_bfd ();
   _initialize_gdbarch ();
-  _initialize_gdbarch_selftests ();
   _initialize_gdbtypes ();
   _initialize_gnu_v2_abi ();
   _initialize_gnu_v3_abi ();
@@ -270,12 +332,12 @@ initialize_all_files (void)
   _initialize_macrocmd ();
   _initialize_macroscope ();
   _initialize_maint_cmds ();
+  _initialize_maint_test_options ();
+  _initialize_maint_test_settings ();
   _initialize_mdebugread ();
   _initialize_mem ();
   _initialize_mipsread ();
   _initialize_objc_language ();
-  _initialize_objc_lang ();
-  _initialize_objfiles ();
   _initialize_observer ();
   _initialize_opencl_language ();
   _initialize_gdb_osabi ();
@@ -295,11 +357,13 @@ initialize_all_files (void)
   _initialize_remote ();
   _initialize_notif ();
   _initialize_reverse ();
+  _initialize_run_on_main_thread ();
   _initialize_serial ();
   _initialize_step_skip ();
   _initialize_solib ();
   _initialize_solib_target ();
   _initialize_source ();
+  _initialize_source_cache ();
   _initialize_stabsread ();
   _initialize_stack ();
   _initialize_frame_reg ();
@@ -307,9 +371,12 @@ initialize_all_files (void)
   _initialize_symfile_debug ();
   _initialize_symmisc ();
   _initialize_symtab ();
+  _initialize_target ();
+  _initialize_target_connection ();
   _initialize_target_dcache ();
   _initialize_target_descriptions ();
   _initialize_thread ();
+  _initialize_ctf ();
   _initialize_tracefile ();
   _initialize_tracefile_tfile ();
   _initialize_tracepoint ();
@@ -317,7 +384,6 @@ initialize_all_files (void)
   _initialize_ui_style ();
   _initialize_user_regs ();
   _initialize_utils ();
-  _initialize_valarith ();
   _initialize_valops ();
   _initialize_valprint ();
   _initialize_values ();

Index: src/external/gpl3/gdb/lib/libgdb/arch/powerpc/jit-reader.h
diff -u src/external/gpl3/gdb/lib/libgdb/arch/powerpc/jit-reader.h:1.8 src/external/gpl3/gdb/lib/libgdb/arch/powerpc/jit-reader.h:1.9
--- src/external/gpl3/gdb/lib/libgdb/arch/powerpc/jit-reader.h:1.8	Sun Dec  6 00:23:04 2020
+++ src/external/gpl3/gdb/lib/libgdb/arch/powerpc/jit-reader.h	Sun Dec  6 09:26:40 2020
@@ -4,7 +4,7 @@
 
 /* JIT declarations for GDB, the GNU Debugger.
 
-   Copyright (C) 2011-2019 Free Software Foundation, Inc.
+   Copyright (C) 2011-2020 Free Software Foundation, Inc.
 
    This file is part of GDB.
 

Index: src/external/gpl3/gdb/lib/libgdb/arch/powerpc/version.c
diff -u src/external/gpl3/gdb/lib/libgdb/arch/powerpc/version.c:1.10 src/external/gpl3/gdb/lib/libgdb/arch/powerpc/version.c:1.11
--- src/external/gpl3/gdb/lib/libgdb/arch/powerpc/version.c:1.10	Sun Dec  6 00:23:04 2020
+++ src/external/gpl3/gdb/lib/libgdb/arch/powerpc/version.c	Sun Dec  6 09:26:40 2020
@@ -2,7 +2,7 @@
 /* Generated from: NetBSD: mknative-gdb,v 1.15 2020/12/05 21:27:31 christos Exp  */
 /* Generated from: NetBSD: mknative.common,v 1.16 2018/04/15 15:13:37 christos Exp  */
 
-#include "common/version.h"
-const char version[] = "8.3";
+#include "gdbsupport/version.h"
+const char version[] = "11.0.50.20200914-git";
 const char host_name[] = "powerpc--netbsd";
 const char target_name[] = "powerpc--netbsd";
Index: src/external/gpl3/gdb/lib/libgdb/arch/powerpc/xml-builtin.c
diff -u src/external/gpl3/gdb/lib/libgdb/arch/powerpc/xml-builtin.c:1.10 src/external/gpl3/gdb/lib/libgdb/arch/powerpc/xml-builtin.c:1.11
--- src/external/gpl3/gdb/lib/libgdb/arch/powerpc/xml-builtin.c:1.10	Sun Dec  6 00:23:04 2020
+++ src/external/gpl3/gdb/lib/libgdb/arch/powerpc/xml-builtin.c	Sun Dec  6 09:26:40 2020
@@ -2,10 +2,11 @@
 /* Generated from: NetBSD: mknative-gdb,v 1.15 2020/12/05 21:27:31 christos Exp  */
 /* Generated from: NetBSD: mknative.common,v 1.16 2018/04/15 15:13:37 christos Exp  */
 
+#include "xml-builtin.h"
 static const char xml_feature_btrace_dtd[] = {
   '<', '!', '-', '-', ' ', 'C', 'o', 'p', 'y', 'r', 
    'i', 'g', 'h', 't', ' ', '(', 'C', ')', ' ', '2', 
-   '0', '1', '3', '-', '2', '0', '1', '9', ' ', 'F', 
+   '0', '1', '3', '-', '2', '0', '2', '0', ' ', 'F', 
    'r', 'e', 'e', ' ', 'S', 'o', 'f', 't', 'w', 'a', 
    'r', 'e', ' ', 'F', 'o', 'u', 'n', 'd', 'a', 't', 
    'i', 'o', 'n', ',', ' ', 'I', 'n', 'c', '.', '\n', 
@@ -92,7 +93,7 @@ static const char xml_feature_btrace_dtd
 static const char xml_feature_btrace_conf_dtd[] = {
   '<', '!', '-', '-', ' ', 'C', 'o', 'p', 'y', 'r', 
    'i', 'g', 'h', 't', ' ', '(', 'C', ')', ' ', '2', 
-   '0', '1', '3', '-', '2', '0', '1', '9', ' ', 'F', 
+   '0', '1', '3', '-', '2', '0', '2', '0', ' ', 'F', 
    'r', 'e', 'e', ' ', 'S', 'o', 'f', 't', 'w', 'a', 
    'r', 'e', ' ', 'F', 'o', 'u', 'n', 'd', 'a', 't', 
    'i', 'o', 'n', ',', ' ', 'I', 'n', 'c', '.', '\n', 
@@ -147,7 +148,7 @@ static const char xml_feature_btrace_con
 static const char xml_feature_gdb_target_dtd[] = {
   '<', '!', '-', '-', ' ', 'C', 'o', 'p', 'y', 'r', 
    'i', 'g', 'h', 't', ' ', '(', 'C', ')', ' ', '2', 
-   '0', '0', '7', '-', '2', '0', '1', '9', ' ', 'F', 
+   '0', '0', '7', '-', '2', '0', '2', '0', ' ', 'F', 
    'r', 'e', 'e', ' ', 'S', 'o', 'f', 't', 'w', 'a', 
    'r', 'e', ' ', 'F', 'o', 'u', 'n', 'd', 'a', 't', 
    'i', 'o', 'n', ',', ' ', 'I', 'n', 'c', '.', '\n', 
@@ -366,7 +367,7 @@ static const char xml_feature_gdb_target
 static const char xml_feature_library_list_dtd[] = {
   '<', '!', '-', '-', ' ', 'C', 'o', 'p', 'y', 'r', 
    'i', 'g', 'h', 't', ' ', '(', 'C', ')', ' ', '2', 
-   '0', '0', '7', '-', '2', '0', '1', '9', ' ', 'F', 
+   '0', '0', '7', '-', '2', '0', '2', '0', ' ', 'F', 
    'r', 'e', 'e', ' ', 'S', 'o', 'f', 't', 'w', 'a', 
    'r', 'e', ' ', 'F', 'o', 'u', 'n', 'd', 'a', 't', 
    'i', 'o', 'n', ',', ' ', 'I', 'n', 'c', '.', '\n', 
@@ -447,7 +448,7 @@ static const char xml_feature_library_li
 static const char xml_feature_library_list_aix_dtd[] = {
   '<', '!', '-', '-', ' ', 'C', 'o', 'p', 'y', 'r', 
    'i', 'g', 'h', 't', ' ', '(', 'C', ')', ' ', '2', 
-   '0', '1', '3', '-', '2', '0', '1', '9', ' ', 'F', 
+   '0', '1', '3', '-', '2', '0', '2', '0', ' ', 'F', 
    'r', 'e', 'e', ' ', 'S', 'o', 'f', 't', 'w', 'a', 
    'r', 'e', ' ', 'F', 'o', 'u', 'n', 'd', 'a', 't', 
    'i', 'o', 'n', ',', ' ', 'I', 'n', 'c', '.', '\n', 
@@ -534,7 +535,7 @@ static const char xml_feature_library_li
 static const char xml_feature_library_list_svr4_dtd[] = {
   '<', '!', '-', '-', ' ', 'C', 'o', 'p', 'y', 'r', 
    'i', 'g', 'h', 't', ' ', '(', 'C', ')', ' ', '2', 
-   '0', '1', '1', '-', '2', '0', '1', '9', ' ', 'F', 
+   '0', '1', '1', '-', '2', '0', '2', '0', ' ', 'F', 
    'r', 'e', 'e', ' ', 'S', 'o', 'f', 't', 'w', 'a', 
    'r', 'e', ' ', 'F', 'o', 'u', 'n', 'd', 'a', 't', 
    'i', 'o', 'n', ',', ' ', 'I', 'n', 'c', '.', '\n', 
@@ -617,7 +618,7 @@ static const char xml_feature_library_li
 static const char xml_feature_osdata_dtd[] = {
   '<', '!', '-', '-', ' ', 'C', 'o', 'p', 'y', 'r', 
    'i', 'g', 'h', 't', ' ', '(', 'C', ')', ' ', '2', 
-   '0', '0', '8', '-', '2', '0', '1', '9', ' ', 'F', 
+   '0', '0', '8', '-', '2', '0', '2', '0', ' ', 'F', 
    'r', 'e', 'e', ' ', 'S', 'o', 'f', 't', 'w', 'a', 
    'r', 'e', ' ', 'F', 'o', 'u', 'n', 'd', 'a', 't', 
    'i', 'o', 'n', ',', ' ', 'I', 'n', 'c', '.', '\n', 
@@ -678,7 +679,7 @@ static const char xml_feature_osdata_dtd
 static const char xml_feature_threads_dtd[] = {
   '<', '!', '-', '-', ' ', 'C', 'o', 'p', 'y', 'r', 
    'i', 'g', 'h', 't', ' ', '(', 'C', ')', ' ', '2', 
-   '0', '0', '8', '-', '2', '0', '1', '9', ' ', 'F', 
+   '0', '0', '8', '-', '2', '0', '2', '0', ' ', 'F', 
    'r', 'e', 'e', ' ', 'S', 'o', 'f', 't', 'w', 'a', 
    'r', 'e', ' ', 'F', 'o', 'u', 'n', 'd', 'a', 't', 
    'i', 'o', 'n', ',', ' ', 'I', 'n', 'c', '.', '\n', 
@@ -730,7 +731,7 @@ static const char xml_feature_threads_dt
 static const char xml_feature_traceframe_info_dtd[] = {
   '<', '!', '-', '-', ' ', 'C', 'o', 'p', 'y', 'r', 
    'i', 'g', 'h', 't', ' ', '(', 'C', ')', ' ', '2', 
-   '0', '1', '0', '-', '2', '0', '1', '9', ' ', 'F', 
+   '0', '1', '0', '-', '2', '0', '2', '0', ' ', 'F', 
    'r', 'e', 'e', ' ', 'S', 'o', 'f', 't', 'w', 'a', 
    'r', 'e', ' ', 'F', 'o', 'u', 'n', 'd', 'a', 't', 
    'i', 'o', 'n', ',', ' ', 'I', 'n', 'c', '.', '\n', 
@@ -804,7 +805,7 @@ static const char xml_feature_traceframe
 static const char xml_feature_xinclude_dtd[] = {
   '<', '!', '-', '-', ' ', 'C', 'o', 'p', 'y', 'r', 
    'i', 'g', 'h', 't', ' ', '(', 'C', ')', ' ', '2', 
-   '0', '0', '7', '-', '2', '0', '1', '9', ' ', 'F', 
+   '0', '0', '7', '-', '2', '0', '2', '0', ' ', 'F', 
    'r', 'e', 'e', ' ', 'S', 'o', 'f', 't', 'w', 'a', 
    'r', 'e', ' ', 'F', 'o', 'u', 'n', 'd', 'a', 't', 
    'i', 'o', 'n', ',', ' ', 'I', 'n', 'c', '.', '\n', 

Index: src/external/gpl3/gdb/lib/libgdbsupport/arch/powerpc/defs.mk
diff -u src/external/gpl3/gdb/lib/libgdbsupport/arch/powerpc/defs.mk:1.2 src/external/gpl3/gdb/lib/libgdbsupport/arch/powerpc/defs.mk:1.3
--- src/external/gpl3/gdb/lib/libgdbsupport/arch/powerpc/defs.mk:1.2	Sun Dec  6 00:23:05 2020
+++ src/external/gpl3/gdb/lib/libgdbsupport/arch/powerpc/defs.mk	Sun Dec  6 09:26:40 2020
@@ -2,3 +2,4 @@
 # Generated from: NetBSD: mknative-gdb,v 1.15 2020/12/05 21:27:31 christos Exp 
 # Generated from: NetBSD: mknative.common,v 1.16 2018/04/15 15:13:37 christos Exp 
 #
+G_OBJECTS=agent.o btrace-common.o buffer.o cleanups.o common-debug.o common-exceptions.o common-inferior.o common-regcache.o common-utils.o environ.o errors.o event-loop.o fileio.o filestuff.o format.o gdb-dlfcn.o gdb_tilde_expand.o gdb_wait.o gdb_vecs.o job-control.o netstuff.o new-op.o pathstuff.o print-utils.o ptid.o rsp-low.o run-time-clock.o safe-strerror.o scoped_mmap.o signals.o signals-state-save-restore.o tdesc.o thread-pool.o xml-utils.o selftest.o

Index: src/external/gpl3/gdb/lib/libgdbsupport/arch/powerpc/gdbsupport/config.h
diff -u src/external/gpl3/gdb/lib/libgdbsupport/arch/powerpc/gdbsupport/config.h:1.1 src/external/gpl3/gdb/lib/libgdbsupport/arch/powerpc/gdbsupport/config.h:1.2
--- src/external/gpl3/gdb/lib/libgdbsupport/arch/powerpc/gdbsupport/config.h:1.1	Sun Sep 20 12:54:24 2020
+++ src/external/gpl3/gdb/lib/libgdbsupport/arch/powerpc/gdbsupport/config.h	Sun Dec  6 09:26:40 2020
@@ -1,5 +1,5 @@
 /* This file is automatically generated.  DO NOT EDIT! */
-/* Generated from: NetBSD: mknative-gdb,v 1.12 2020/09/17 16:54:31 christos Exp  */
+/* Generated from: NetBSD: mknative-gdb,v 1.15 2020/12/05 21:27:31 christos Exp  */
 /* Generated from: NetBSD: mknative.common,v 1.16 2018/04/15 15:13:37 christos Exp  */
 
 /* config.h.  Generated from config.in by configure.  */
@@ -181,10 +181,10 @@
 #define HAVE_PTHREAD_PRIO_INHERIT 1
 
 /* Define to 1 if you have the `pthread_setname_np' function. */
-/* #undef HAVE_PTHREAD_SETNAME_NP */
+#define HAVE_PTHREAD_SETNAME_NP 1
 
 /* Define to 1 if you have the `pthread_sigmask' function. */
-/* #undef HAVE_PTHREAD_SIGMASK */
+#define HAVE_PTHREAD_SIGMASK 1
 
 /* Define to 1 if you have the `ptrace64' function. */
 /* #undef HAVE_PTRACE64 */

Index: src/external/gpl3/gdb/lib/libgnulib/arch/powerpc/defs.mk
diff -u src/external/gpl3/gdb/lib/libgnulib/arch/powerpc/defs.mk:1.1 src/external/gpl3/gdb/lib/libgnulib/arch/powerpc/defs.mk:1.2
--- src/external/gpl3/gdb/lib/libgnulib/arch/powerpc/defs.mk:1.1	Sun Sep 20 12:54:28 2020
+++ src/external/gpl3/gdb/lib/libgnulib/arch/powerpc/defs.mk	Sun Dec  6 09:26:40 2020
@@ -1,6 +1,6 @@
 # This file is automatically generated.  DO NOT EDIT!
-# Generated from: NetBSD: mknative-gdb,v 1.12 2020/09/17 16:54:31 christos Exp 
+# Generated from: NetBSD: mknative-gdb,v 1.15 2020/12/05 21:27:31 christos Exp 
 # Generated from: NetBSD: mknative.common,v 1.16 2018/04/15 15:13:37 christos Exp 
 #
-G_OBJS=canonicalize-lgpl.o chdir-long.o error.o fnmatch.o getcwd.o getcwd-lgpl.o getrandom.o glob.o glob_pattern_p.o globfree.o lc-charset-dispatch.o localtime-buffer.o mbrtowc.o mbsinit.o mbsrtowcs.o mbsrtowcs-state.o mbtowc-lock.o memmem.o mempcpy.o rawmemchr.o setlocale-lock.o strerror.o strerror-override.o strerror_r.o strstr.o wmempcpy.o
+G_OBJS=canonicalize-lgpl.o chdir-long.o error.o fnmatch.o getcwd.o getcwd-lgpl.o glob.o glob_pattern_p.o globfree.o lc-charset-dispatch.o localtime-buffer.o mbrtowc.o mbsinit.o mbsrtowcs.o mbsrtowcs-state.o mbtowc-lock.o memmem.o mempcpy.o rawmemchr.o setlocale-lock.o strerror.o strerror-override.o strerror_r.o strstr.o wmempcpy.o
 G_OBJECTS=openat-proc.o cloexec.o count-one-bits.o dirname-lgpl.o basename-lgpl.o stripslash.o exitfail.o fd-hook.o fd-safer-flag.o dup-safer-flag.o filenamecat-lgpl.o getprogname.o hard-locale.o localcharset.o lock.o malloca.o math.o openat-die.o save-cwd.o scratch_buffer_grow.o scratch_buffer_grow_preserve.o scratch_buffer_set_array_size.o setlocale_null.o stat-time.o strnlen1.o sys_socket.o tempname.o threadlib.o unistd.o dup-safer.o fd-safer.o pipe-safer.o wctype-h.o

Index: src/external/gpl3/gdb/lib/libgnulib/arch/powerpc/gnulib/config.h
diff -u src/external/gpl3/gdb/lib/libgnulib/arch/powerpc/gnulib/config.h:1.1 src/external/gpl3/gdb/lib/libgnulib/arch/powerpc/gnulib/config.h:1.2
--- src/external/gpl3/gdb/lib/libgnulib/arch/powerpc/gnulib/config.h:1.1	Sun Sep 20 12:54:28 2020
+++ src/external/gpl3/gdb/lib/libgnulib/arch/powerpc/gnulib/config.h	Sun Dec  6 09:26:40 2020
@@ -1,5 +1,5 @@
 /* This file is automatically generated.  DO NOT EDIT! */
-/* Generated from: NetBSD: mknative-gdb,v 1.12 2020/09/17 16:54:31 christos Exp  */
+/* Generated from: NetBSD: mknative-gdb,v 1.15 2020/12/05 21:27:31 christos Exp  */
 /* Generated from: NetBSD: mknative.common,v 1.16 2018/04/15 15:13:37 christos Exp  */
 
 /* config.h.  Generated from config.in by configure.  */
@@ -523,7 +523,7 @@
 #define HAVE_GETPWNAM_R 1
 
 /* Define to 1 if you have the `getrandom' function. */
-/* #undef HAVE_GETRANDOM */
+#define HAVE_GETRANDOM 1
 
 /* Define to 1 if you have the `gettimeofday' function. */
 #define HAVE_GETTIMEOFDAY 1
@@ -796,7 +796,7 @@
 #define HAVE_SYS_PARAM_H 1
 
 /* Define to 1 if you have the <sys/random.h> header file. */
-/* #undef HAVE_SYS_RANDOM_H */
+#define HAVE_SYS_RANDOM_H 1
 
 /* Define to 1 if you have the <sys/socket.h> header file. */
 #define HAVE_SYS_SOCKET_H 1

Index: src/external/gpl3/gdb/lib/libgnulib/arch/powerpc/gnulib/import/unistd.h
diff -u src/external/gpl3/gdb/lib/libgnulib/arch/powerpc/gnulib/import/unistd.h:1.1 src/external/gpl3/gdb/lib/libgnulib/arch/powerpc/gnulib/import/unistd.h:1.2
--- src/external/gpl3/gdb/lib/libgnulib/arch/powerpc/gnulib/import/unistd.h:1.1	Sun Sep 20 12:54:28 2020
+++ src/external/gpl3/gdb/lib/libgnulib/arch/powerpc/gnulib/import/unistd.h	Sun Dec  6 09:26:41 2020
@@ -1,5 +1,5 @@
 /* This file is automatically generated.  DO NOT EDIT! */
-/* Generated from: NetBSD: mknative-gdb,v 1.12 2020/09/17 16:54:31 christos Exp  */
+/* Generated from: NetBSD: mknative-gdb,v 1.15 2020/12/05 21:27:31 christos Exp  */
 /* Generated from: NetBSD: mknative.common,v 1.16 2018/04/15 15:13:37 christos Exp  */
 
 /* DO NOT EDIT! GENERATED AUTOMATICALLY! */
@@ -129,7 +129,7 @@
 #if (0 || defined GNULIB_POSIXCHECK) \
     && ((defined __APPLE__ && defined __MACH__) || defined __sun \
         || defined __ANDROID__) \
-    && 0 \
+    && 1 \
     && !defined __GLIBC__
 # include <sys/random.h>
 #endif

Reply via email to