Module Name:    src
Committed By:   christos
Date:           Sun Dec  6 04:08:55 UTC 2020

Modified Files:
        src/external/gpl3/gdb/dist/gdb: sh-nbsd-nat.c sh-nbsd-tdep.c
        src/external/gpl3/gdb/lib/libbfd/arch/m68000: targmatch.h
        src/external/gpl3/gdb/lib/libbfd/arch/m68k: targmatch.h
        src/external/gpl3/gdb/lib/libbfd/arch/mips64eb: bfd_stdint.h
            targmatch.h
        src/external/gpl3/gdb/lib/libbfd/arch/mips64el: targmatch.h
        src/external/gpl3/gdb/lib/libbfd/arch/mipsel: targmatch.h
        src/external/gpl3/gdb/lib/libbfd/arch/sh3eb: targmatch.h
        src/external/gpl3/gdb/lib/libbfd/arch/sparc: targmatch.h
        src/external/gpl3/gdb/lib/libbfd/arch/sparc64: bfd_stdint.h targmatch.h
        src/external/gpl3/gdb/lib/libbfd/arch/vax: targmatch.h
        src/external/gpl3/gdb/lib/libdecnumber/arch/mips64eb: gstdint.h
        src/external/gpl3/gdb/lib/libdecnumber/arch/sparc64: gstdint.h
        src/external/gpl3/gdb/lib/libgdb: Makefile
        src/external/gpl3/gdb/lib/libgdb/arch/m68000: config.h
        src/external/gpl3/gdb/lib/libgdb/arch/m68k: config.h
        src/external/gpl3/gdb/lib/libgdb/arch/mips64eb: config.h
        src/external/gpl3/gdb/lib/libgdb/arch/mipsel: config.h
        src/external/gpl3/gdb/lib/libgdb/arch/sparc: config.h
        src/external/gpl3/gdb/lib/libgdb/arch/sparc64: config.h defs.mk init.c
        src/external/gpl3/gdb/lib/libgdbsupport/arch/sparc64/gdbsupport:
            config.h
        src/external/gpl3/gdb/lib/libgnulib/arch/m68000/gnulib: config.h
        src/external/gpl3/gdb/lib/libgnulib/arch/m68000/gnulib/import: unistd.h
        src/external/gpl3/gdb/lib/libgnulib/arch/m68k/gnulib: config.h
        src/external/gpl3/gdb/lib/libgnulib/arch/m68k/gnulib/import: unistd.h
        src/external/gpl3/gdb/lib/libgnulib/arch/mips64eb/gnulib: config.h
        src/external/gpl3/gdb/lib/libgnulib/arch/mips64eb/gnulib/import:
            unistd.h
        src/external/gpl3/gdb/lib/libgnulib/arch/mipsel/gnulib: config.h
        src/external/gpl3/gdb/lib/libgnulib/arch/mipsel/gnulib/import: unistd.h
        src/external/gpl3/gdb/lib/libgnulib/arch/sparc/gnulib: config.h
        src/external/gpl3/gdb/lib/libgnulib/arch/sparc/gnulib/import: unistd.h
        src/external/gpl3/gdb/lib/libgnulib/arch/sparc64: defs.mk
        src/external/gpl3/gdb/lib/libgnulib/arch/sparc64/gnulib: config.h
        src/external/gpl3/gdb/lib/libgnulib/arch/sparc64/gnulib/import:
            unistd.h

Log Message:
fix sh3, regen some more


To generate a diff of this commit:
cvs rdiff -u -r1.9 -r1.10 src/external/gpl3/gdb/dist/gdb/sh-nbsd-nat.c \
    src/external/gpl3/gdb/dist/gdb/sh-nbsd-tdep.c
cvs rdiff -u -r1.11 -r1.12 \
    src/external/gpl3/gdb/lib/libbfd/arch/m68000/targmatch.h
cvs rdiff -u -r1.11 -r1.12 \
    src/external/gpl3/gdb/lib/libbfd/arch/m68k/targmatch.h
cvs rdiff -u -r1.8 -r1.9 \
    src/external/gpl3/gdb/lib/libbfd/arch/mips64eb/bfd_stdint.h
cvs rdiff -u -r1.14 -r1.15 \
    src/external/gpl3/gdb/lib/libbfd/arch/mips64eb/targmatch.h
cvs rdiff -u -r1.13 -r1.14 \
    src/external/gpl3/gdb/lib/libbfd/arch/mips64el/targmatch.h
cvs rdiff -u -r1.13 -r1.14 \
    src/external/gpl3/gdb/lib/libbfd/arch/mipsel/targmatch.h
cvs rdiff -u -r1.11 -r1.12 \
    src/external/gpl3/gdb/lib/libbfd/arch/sh3eb/targmatch.h
cvs rdiff -u -r1.12 -r1.13 \
    src/external/gpl3/gdb/lib/libbfd/arch/sparc/targmatch.h
cvs rdiff -u -r1.8 -r1.9 \
    src/external/gpl3/gdb/lib/libbfd/arch/sparc64/bfd_stdint.h
cvs rdiff -u -r1.12 -r1.13 \
    src/external/gpl3/gdb/lib/libbfd/arch/sparc64/targmatch.h
cvs rdiff -u -r1.11 -r1.12 \
    src/external/gpl3/gdb/lib/libbfd/arch/vax/targmatch.h
cvs rdiff -u -r1.8 -r1.9 \
    src/external/gpl3/gdb/lib/libdecnumber/arch/mips64eb/gstdint.h
cvs rdiff -u -r1.8 -r1.9 \
    src/external/gpl3/gdb/lib/libdecnumber/arch/sparc64/gstdint.h
cvs rdiff -u -r1.28 -r1.29 src/external/gpl3/gdb/lib/libgdb/Makefile
cvs rdiff -u -r1.12 -r1.13 \
    src/external/gpl3/gdb/lib/libgdb/arch/m68000/config.h
cvs rdiff -u -r1.13 -r1.14 \
    src/external/gpl3/gdb/lib/libgdb/arch/m68k/config.h
cvs rdiff -u -r1.18 -r1.19 \
    src/external/gpl3/gdb/lib/libgdb/arch/mips64eb/config.h
cvs rdiff -u -r1.15 -r1.16 \
    src/external/gpl3/gdb/lib/libgdb/arch/mipsel/config.h
cvs rdiff -u -r1.13 -r1.14 \
    src/external/gpl3/gdb/lib/libgdb/arch/sparc/config.h
cvs rdiff -u -r1.13 -r1.14 \
    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/defs.mk
cvs rdiff -u -r1.14 -r1.15 \
    src/external/gpl3/gdb/lib/libgdb/arch/sparc64/init.c
cvs rdiff -u -r1.1 -r1.2 \
    src/external/gpl3/gdb/lib/libgdbsupport/arch/sparc64/gdbsupport/config.h
cvs rdiff -u -r1.1 -r1.2 \
    src/external/gpl3/gdb/lib/libgnulib/arch/m68000/gnulib/config.h
cvs rdiff -u -r1.1 -r1.2 \
    src/external/gpl3/gdb/lib/libgnulib/arch/m68000/gnulib/import/unistd.h
cvs rdiff -u -r1.1 -r1.2 \
    src/external/gpl3/gdb/lib/libgnulib/arch/m68k/gnulib/config.h
cvs rdiff -u -r1.1 -r1.2 \
    src/external/gpl3/gdb/lib/libgnulib/arch/m68k/gnulib/import/unistd.h
cvs rdiff -u -r1.1 -r1.2 \
    src/external/gpl3/gdb/lib/libgnulib/arch/mips64eb/gnulib/config.h
cvs rdiff -u -r1.1 -r1.2 \
    src/external/gpl3/gdb/lib/libgnulib/arch/mips64eb/gnulib/import/unistd.h
cvs rdiff -u -r1.1 -r1.2 \
    src/external/gpl3/gdb/lib/libgnulib/arch/mipsel/gnulib/config.h
cvs rdiff -u -r1.1 -r1.2 \
    src/external/gpl3/gdb/lib/libgnulib/arch/mipsel/gnulib/import/unistd.h
cvs rdiff -u -r1.1 -r1.2 \
    src/external/gpl3/gdb/lib/libgnulib/arch/sparc/gnulib/config.h
cvs rdiff -u -r1.1 -r1.2 \
    src/external/gpl3/gdb/lib/libgnulib/arch/sparc/gnulib/import/unistd.h
cvs rdiff -u -r1.1 -r1.2 \
    src/external/gpl3/gdb/lib/libgnulib/arch/sparc64/defs.mk
cvs rdiff -u -r1.1 -r1.2 \
    src/external/gpl3/gdb/lib/libgnulib/arch/sparc64/gnulib/config.h
cvs rdiff -u -r1.1 -r1.2 \
    src/external/gpl3/gdb/lib/libgnulib/arch/sparc64/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/sh-nbsd-nat.c
diff -u src/external/gpl3/gdb/dist/gdb/sh-nbsd-nat.c:1.9 src/external/gpl3/gdb/dist/gdb/sh-nbsd-nat.c:1.10
--- src/external/gpl3/gdb/dist/gdb/sh-nbsd-nat.c:1.9	Mon Sep 14 22:05:18 2020
+++ src/external/gpl3/gdb/dist/gdb/sh-nbsd-nat.c	Sat Dec  5 23:08:51 2020
@@ -21,6 +21,7 @@
 
 #include "defs.h"
 #include "inferior.h"
+#include "gdbarch.h"
 
 #include <sys/types.h>
 #include <sys/ptrace.h>
@@ -62,7 +63,7 @@ sh_nbsd_nat_target::fetch_registers (str
       struct reg regs;
 
       if (ptrace (PT_GETREGS, pid,
-		  (PTRACE_TYPE_ARG3) &inferior_registers, lwp) == -1)
+		  (PTRACE_TYPE_ARG3) &regs, lwp) == -1)
 	perror_with_name (_("Couldn't get registers"));
 
       sh_corefile_supply_regset (&sh_corefile_gregset, regcache, regno,
@@ -85,7 +86,7 @@ sh_nbsd_nat_target::store_registers (str
       struct reg regs;
 
       if (ptrace (PT_GETREGS, pid,
-		  (PTRACE_TYPE_ARG3) &inferior_registers, lwp) == -1)
+		  (PTRACE_TYPE_ARG3) &regs, lwp) == -1)
 	perror_with_name (_("Couldn't get registers"));
 
       sh_corefile_collect_regset (&sh_corefile_gregset, regcache, regno,
@@ -93,7 +94,7 @@ sh_nbsd_nat_target::store_registers (str
 				  SHNBSD_SIZEOF_GREGS);
 
       if (ptrace (PT_SETREGS, pid,
-		  (PTRACE_TYPE_ARG3) &inferior_registers, lwp) == -1)
+		  (PTRACE_TYPE_ARG3) &regs, lwp) == -1)
 	perror_with_name (_("Couldn't set registers"));
 
       if (regno != -1)
Index: src/external/gpl3/gdb/dist/gdb/sh-nbsd-tdep.c
diff -u src/external/gpl3/gdb/dist/gdb/sh-nbsd-tdep.c:1.9 src/external/gpl3/gdb/dist/gdb/sh-nbsd-tdep.c:1.10
--- src/external/gpl3/gdb/dist/gdb/sh-nbsd-tdep.c:1.9	Mon Sep 14 22:05:18 2020
+++ src/external/gpl3/gdb/dist/gdb/sh-nbsd-tdep.c	Sat Dec  5 23:08:51 2020
@@ -30,8 +30,6 @@
 #include "trad-frame.h"
 #include "tramp-frame.h"
 
-#include "common/gdb_assert.h"
-
 #include "solib-svr4.h"
 
 #include "sh-tdep.h"

Index: src/external/gpl3/gdb/lib/libbfd/arch/m68000/targmatch.h
diff -u src/external/gpl3/gdb/lib/libbfd/arch/m68000/targmatch.h:1.11 src/external/gpl3/gdb/lib/libbfd/arch/m68000/targmatch.h:1.12
--- src/external/gpl3/gdb/lib/libbfd/arch/m68000/targmatch.h:1.11	Sun Sep 20 12:54:16 2020
+++ src/external/gpl3/gdb/lib/libbfd/arch/m68000/targmatch.h	Sat Dec  5 23:08:52 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/libbfd/arch/m68k/targmatch.h
diff -u src/external/gpl3/gdb/lib/libbfd/arch/m68k/targmatch.h:1.11 src/external/gpl3/gdb/lib/libbfd/arch/m68k/targmatch.h:1.12
--- src/external/gpl3/gdb/lib/libbfd/arch/m68k/targmatch.h:1.11	Sun Sep 20 12:54:17 2020
+++ src/external/gpl3/gdb/lib/libbfd/arch/m68k/targmatch.h	Sat Dec  5 23:08:52 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/libbfd/arch/mips64eb/bfd_stdint.h
diff -u src/external/gpl3/gdb/lib/libbfd/arch/mips64eb/bfd_stdint.h:1.8 src/external/gpl3/gdb/lib/libbfd/arch/mips64eb/bfd_stdint.h:1.9
--- src/external/gpl3/gdb/lib/libbfd/arch/mips64eb/bfd_stdint.h:1.8	Fri Jul 12 18:45:07 2019
+++ src/external/gpl3/gdb/lib/libbfd/arch/mips64eb/bfd_stdint.h	Sat Dec  5 23:08:52 2020
@@ -1,8 +1,8 @@
 /* This file is automatically generated.  DO NOT EDIT! */
-/* Generated from: NetBSD: mknative-gdb,v 1.8 2019/05/29 01:56:06 christos Exp  */
+/* Generated from: NetBSD: mknative-gdb,v 1.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  mips64--netbsd-gcc (NetBSD nb3 20190319) 7.4.0 */
+/* generated for  mips64--netbsd-gcc (NetBSD nb1 20190930) 8.3.0 */
 
 #ifndef GCC_GENERATED_STDINT_H
 #define GCC_GENERATED_STDINT_H 1

Index: src/external/gpl3/gdb/lib/libbfd/arch/mips64eb/targmatch.h
diff -u src/external/gpl3/gdb/lib/libbfd/arch/mips64eb/targmatch.h:1.14 src/external/gpl3/gdb/lib/libbfd/arch/mips64eb/targmatch.h:1.15
--- src/external/gpl3/gdb/lib/libbfd/arch/mips64eb/targmatch.h:1.14	Sun Sep 20 12:54:17 2020
+++ src/external/gpl3/gdb/lib/libbfd/arch/mips64eb/targmatch.h	Sat Dec  5 23:08:52 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/libbfd/arch/mips64el/targmatch.h
diff -u src/external/gpl3/gdb/lib/libbfd/arch/mips64el/targmatch.h:1.13 src/external/gpl3/gdb/lib/libbfd/arch/mips64el/targmatch.h:1.14
--- src/external/gpl3/gdb/lib/libbfd/arch/mips64el/targmatch.h:1.13	Sun Sep 20 12:54:17 2020
+++ src/external/gpl3/gdb/lib/libbfd/arch/mips64el/targmatch.h	Sat Dec  5 23:08:52 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/libbfd/arch/mipsel/targmatch.h
diff -u src/external/gpl3/gdb/lib/libbfd/arch/mipsel/targmatch.h:1.13 src/external/gpl3/gdb/lib/libbfd/arch/mipsel/targmatch.h:1.14
--- src/external/gpl3/gdb/lib/libbfd/arch/mipsel/targmatch.h:1.13	Sun Sep 20 12:54:17 2020
+++ src/external/gpl3/gdb/lib/libbfd/arch/mipsel/targmatch.h	Sat Dec  5 23:08:52 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/libbfd/arch/sh3eb/targmatch.h
diff -u src/external/gpl3/gdb/lib/libbfd/arch/sh3eb/targmatch.h:1.11 src/external/gpl3/gdb/lib/libbfd/arch/sh3eb/targmatch.h:1.12
--- src/external/gpl3/gdb/lib/libbfd/arch/sh3eb/targmatch.h:1.11	Sun Sep 20 12:54:17 2020
+++ src/external/gpl3/gdb/lib/libbfd/arch/sh3eb/targmatch.h	Sat Dec  5 23:08:52 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/libbfd/arch/sparc/targmatch.h
diff -u src/external/gpl3/gdb/lib/libbfd/arch/sparc/targmatch.h:1.12 src/external/gpl3/gdb/lib/libbfd/arch/sparc/targmatch.h:1.13
--- src/external/gpl3/gdb/lib/libbfd/arch/sparc/targmatch.h:1.12	Sun Sep 20 12:54:18 2020
+++ src/external/gpl3/gdb/lib/libbfd/arch/sparc/targmatch.h	Sat Dec  5 23:08:52 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/libbfd/arch/sparc64/bfd_stdint.h
diff -u src/external/gpl3/gdb/lib/libbfd/arch/sparc64/bfd_stdint.h:1.8 src/external/gpl3/gdb/lib/libbfd/arch/sparc64/bfd_stdint.h:1.9
--- src/external/gpl3/gdb/lib/libbfd/arch/sparc64/bfd_stdint.h:1.8	Sun Sep 20 12:54:18 2020
+++ src/external/gpl3/gdb/lib/libbfd/arch/sparc64/bfd_stdint.h	Sat Dec  5 23:08:52 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  sparc64--netbsd-gcc (NetBSD nb1 20190930) 8.3.0 */
+/* generated for  sparc64--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/sparc64/targmatch.h
diff -u src/external/gpl3/gdb/lib/libbfd/arch/sparc64/targmatch.h:1.12 src/external/gpl3/gdb/lib/libbfd/arch/sparc64/targmatch.h:1.13
--- src/external/gpl3/gdb/lib/libbfd/arch/sparc64/targmatch.h:1.12	Sun Sep 20 12:54:18 2020
+++ src/external/gpl3/gdb/lib/libbfd/arch/sparc64/targmatch.h	Sat Dec  5 23:08:52 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/libbfd/arch/vax/targmatch.h
diff -u src/external/gpl3/gdb/lib/libbfd/arch/vax/targmatch.h:1.11 src/external/gpl3/gdb/lib/libbfd/arch/vax/targmatch.h:1.12
--- src/external/gpl3/gdb/lib/libbfd/arch/vax/targmatch.h:1.11	Sun Sep 20 12:54:18 2020
+++ src/external/gpl3/gdb/lib/libbfd/arch/vax/targmatch.h	Sat Dec  5 23:08:53 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/mips64eb/gstdint.h
diff -u src/external/gpl3/gdb/lib/libdecnumber/arch/mips64eb/gstdint.h:1.8 src/external/gpl3/gdb/lib/libdecnumber/arch/mips64eb/gstdint.h:1.9
--- src/external/gpl3/gdb/lib/libdecnumber/arch/mips64eb/gstdint.h:1.8	Fri Jul 12 18:45:07 2019
+++ src/external/gpl3/gdb/lib/libdecnumber/arch/mips64eb/gstdint.h	Sat Dec  5 23:08:53 2020
@@ -1,8 +1,8 @@
 /* This file is automatically generated.  DO NOT EDIT! */
-/* Generated from: NetBSD: mknative-gdb,v 1.8 2019/05/29 01:56:06 christos Exp  */
+/* Generated from: NetBSD: mknative-gdb,v 1.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  mips64--netbsd-gcc (NetBSD nb3 20190319) 7.4.0 */
+/* generated for  mips64--netbsd-gcc (NetBSD nb1 20190930) 8.3.0 */
 
 #ifndef GCC_GENERATED_STDINT_H
 #define GCC_GENERATED_STDINT_H 1

Index: src/external/gpl3/gdb/lib/libdecnumber/arch/sparc64/gstdint.h
diff -u src/external/gpl3/gdb/lib/libdecnumber/arch/sparc64/gstdint.h:1.8 src/external/gpl3/gdb/lib/libdecnumber/arch/sparc64/gstdint.h:1.9
--- src/external/gpl3/gdb/lib/libdecnumber/arch/sparc64/gstdint.h:1.8	Sun Sep 20 12:54:20 2020
+++ src/external/gpl3/gdb/lib/libdecnumber/arch/sparc64/gstdint.h	Sat Dec  5 23:08:53 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  sparc64--netbsd-gcc (NetBSD nb1 20190930) 8.3.0 */
+/* generated for  sparc64--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/Makefile
diff -u src/external/gpl3/gdb/lib/libgdb/Makefile:1.28 src/external/gpl3/gdb/lib/libgdb/Makefile:1.29
--- src/external/gpl3/gdb/lib/libgdb/Makefile:1.28	Thu Oct  8 04:32:57 2020
+++ src/external/gpl3/gdb/lib/libgdb/Makefile	Sat Dec  5 23:08:53 2020
@@ -1,4 +1,4 @@
-#	$NetBSD: Makefile,v 1.28 2020/10/08 08:32:57 rin Exp $
+#	$NetBSD: Makefile,v 1.29 2020/12/06 04:08:53 christos Exp $
 
 NOCTF=
 HOSTPROG_CXX=   1
@@ -70,6 +70,12 @@ COPTS.loc.c+=	-O0
 . endif
 .endif
 
+.if ${MACHINE} == "vax"
+. if ${ACTIVE_CC} == "gcc" && ${HAVE_GCC:U0} >= 8
+COPTS.read.c+=	-O0
+. endif
+.endif
+
 # These are generated by implicit rules and are not easy to generate
 CLEANDIRFILES+= \
 	ada-exp.c ada-lex.c \

Index: src/external/gpl3/gdb/lib/libgdb/arch/m68000/config.h
diff -u src/external/gpl3/gdb/lib/libgdb/arch/m68000/config.h:1.12 src/external/gpl3/gdb/lib/libgdb/arch/m68000/config.h:1.13
--- src/external/gpl3/gdb/lib/libgdb/arch/m68000/config.h:1.12	Sun Sep 20 12:54:21 2020
+++ src/external/gpl3/gdb/lib/libgdb/arch/m68000/config.h	Sat Dec  5 23:08:53 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.  */
@@ -445,7 +445,7 @@
 #define HAVE_STRING_H 1
 
 /* Define to 1 if your system has struct lwp. */
-/* #undef HAVE_STRUCT_LWP */
+#define HAVE_STRUCT_LWP 1
 
 /* Define to 1 if `pl_syscall_code' is a member of `struct ptrace_lwpinfo'. */
 /* #undef HAVE_STRUCT_PTRACE_LWPINFO_PL_SYSCALL_CODE */

Index: src/external/gpl3/gdb/lib/libgdb/arch/m68k/config.h
diff -u src/external/gpl3/gdb/lib/libgdb/arch/m68k/config.h:1.13 src/external/gpl3/gdb/lib/libgdb/arch/m68k/config.h:1.14
--- src/external/gpl3/gdb/lib/libgdb/arch/m68k/config.h:1.13	Sun Sep 20 12:54:21 2020
+++ src/external/gpl3/gdb/lib/libgdb/arch/m68k/config.h	Sat Dec  5 23:08:53 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.  */
@@ -445,7 +445,7 @@
 #define HAVE_STRING_H 1
 
 /* Define to 1 if your system has struct lwp. */
-/* #undef HAVE_STRUCT_LWP */
+#define HAVE_STRUCT_LWP 1
 
 /* Define to 1 if `pl_syscall_code' is a member of `struct ptrace_lwpinfo'. */
 /* #undef HAVE_STRUCT_PTRACE_LWPINFO_PL_SYSCALL_CODE */

Index: src/external/gpl3/gdb/lib/libgdb/arch/mips64eb/config.h
diff -u src/external/gpl3/gdb/lib/libgdb/arch/mips64eb/config.h:1.18 src/external/gpl3/gdb/lib/libgdb/arch/mips64eb/config.h:1.19
--- src/external/gpl3/gdb/lib/libgdb/arch/mips64eb/config.h:1.18	Sun Sep 20 12:54:21 2020
+++ src/external/gpl3/gdb/lib/libgdb/arch/mips64eb/config.h	Sat Dec  5 23:08:53 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.  */
@@ -445,7 +445,7 @@
 #define HAVE_STRING_H 1
 
 /* Define to 1 if your system has struct lwp. */
-/* #undef HAVE_STRUCT_LWP */
+#define HAVE_STRUCT_LWP 1
 
 /* Define to 1 if `pl_syscall_code' is a member of `struct ptrace_lwpinfo'. */
 /* #undef HAVE_STRUCT_PTRACE_LWPINFO_PL_SYSCALL_CODE */
@@ -592,7 +592,7 @@
 /* #undef ICONV_BIN_RELOCATABLE */
 
 /* Define as const if the declaration of iconv() needs const. */
-#define ICONV_CONST const
+#define ICONV_CONST 
 
 /* directory to load the JIT readers from */
 #define JIT_READER_DIR "/usr/lib/gdb"

Index: src/external/gpl3/gdb/lib/libgdb/arch/mipsel/config.h
diff -u src/external/gpl3/gdb/lib/libgdb/arch/mipsel/config.h:1.15 src/external/gpl3/gdb/lib/libgdb/arch/mipsel/config.h:1.16
--- src/external/gpl3/gdb/lib/libgdb/arch/mipsel/config.h:1.15	Sun Sep 20 12:54:21 2020
+++ src/external/gpl3/gdb/lib/libgdb/arch/mipsel/config.h	Sat Dec  5 23:08:53 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.  */
@@ -445,7 +445,7 @@
 #define HAVE_STRING_H 1
 
 /* Define to 1 if your system has struct lwp. */
-/* #undef HAVE_STRUCT_LWP */
+#define HAVE_STRUCT_LWP 1
 
 /* Define to 1 if `pl_syscall_code' is a member of `struct ptrace_lwpinfo'. */
 /* #undef HAVE_STRUCT_PTRACE_LWPINFO_PL_SYSCALL_CODE */

Index: src/external/gpl3/gdb/lib/libgdb/arch/sparc/config.h
diff -u src/external/gpl3/gdb/lib/libgdb/arch/sparc/config.h:1.13 src/external/gpl3/gdb/lib/libgdb/arch/sparc/config.h:1.14
--- src/external/gpl3/gdb/lib/libgdb/arch/sparc/config.h:1.13	Sun Sep 20 12:54:22 2020
+++ src/external/gpl3/gdb/lib/libgdb/arch/sparc/config.h	Sat Dec  5 23:08:53 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.  */
@@ -445,7 +445,7 @@
 #define HAVE_STRING_H 1
 
 /* Define to 1 if your system has struct lwp. */
-/* #undef HAVE_STRUCT_LWP */
+#define HAVE_STRUCT_LWP 1
 
 /* Define to 1 if `pl_syscall_code' is a member of `struct ptrace_lwpinfo'. */
 /* #undef HAVE_STRUCT_PTRACE_LWPINFO_PL_SYSCALL_CODE */

Index: src/external/gpl3/gdb/lib/libgdb/arch/sparc64/config.h
diff -u src/external/gpl3/gdb/lib/libgdb/arch/sparc64/config.h:1.13 src/external/gpl3/gdb/lib/libgdb/arch/sparc64/config.h:1.14
--- src/external/gpl3/gdb/lib/libgdb/arch/sparc64/config.h:1.13	Sun Sep 20 12:54:22 2020
+++ src/external/gpl3/gdb/lib/libgdb/arch/sparc64/config.h	Sat Dec  5 23:08:54 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.  */
@@ -346,10 +346,10 @@
 #define HAVE_PTHREAD_PRIO_INHERIT 1
 
 /* Define to 1 if you have the `pthread_setname_np' function. */
-#define HAVE_PTHREAD_SETNAME_NP 1
+/* #undef HAVE_PTHREAD_SETNAME_NP */
 
 /* Define to 1 if you have the `pthread_sigmask' function. */
-#define HAVE_PTHREAD_SIGMASK 1
+/* #undef HAVE_PTHREAD_SIGMASK */
 
 /* Define to 1 if you have the `ptrace64' function. */
 /* #undef HAVE_PTRACE64 */
@@ -379,7 +379,7 @@
 /* #undef HAVE_PYTHON */
 
 /* Define to 1 if you have the `resize_term' function. */
-#define HAVE_RESIZE_TERM 1
+/* #undef HAVE_RESIZE_TERM */
 
 /* Define to 1 if you have the `sbrk' function. */
 #define HAVE_SBRK 1
@@ -445,7 +445,7 @@
 #define HAVE_STRING_H 1
 
 /* Define to 1 if your system has struct lwp. */
-/* #undef HAVE_STRUCT_LWP */
+#define HAVE_STRUCT_LWP 1
 
 /* Define to 1 if `pl_syscall_code' is a member of `struct ptrace_lwpinfo'. */
 /* #undef HAVE_STRUCT_PTRACE_LWPINFO_PL_SYSCALL_CODE */
@@ -544,7 +544,7 @@
 #define HAVE_UNISTD_H 1
 
 /* Define to 1 if you have the `use_default_colors' function. */
-#define HAVE_USE_DEFAULT_COLORS 1
+/* #undef HAVE_USE_DEFAULT_COLORS */
 
 /* Define to 1 if you have the `vfork' function. */
 #define HAVE_VFORK 1
@@ -559,7 +559,7 @@
 /* #undef HAVE_WAIT_H */
 
 /* Define to 1 if you have the `wborder' function. */
-#define HAVE_WBORDER 1
+/* #undef HAVE_WBORDER */
 
 /* Define to 1 if you have the <windows.h> header file. */
 /* #undef HAVE_WINDOWS_H */
@@ -571,7 +571,7 @@
 #define HAVE_WORKING_VFORK 1
 
 /* Define to 1 if you have the `wresize' function. */
-#define HAVE_WRESIZE 1
+/* #undef HAVE_WRESIZE */
 
 /* Define to 1 if you have the <ws2tcpip.h> header file. */
 /* #undef HAVE_WS2TCPIP_H */

Index: src/external/gpl3/gdb/lib/libgdb/arch/sparc64/defs.mk
diff -u src/external/gpl3/gdb/lib/libgdb/arch/sparc64/defs.mk:1.12 src/external/gpl3/gdb/lib/libgdb/arch/sparc64/defs.mk:1.13
--- src/external/gpl3/gdb/lib/libgdb/arch/sparc64/defs.mk:1.12	Sun Sep 20 12:54:22 2020
+++ src/external/gpl3/gdb/lib/libgdb/arch/sparc64/defs.mk	Sat Dec  5 23:08:54 2020
@@ -1,7 +1,7 @@
 # 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_INTERNAL_CFLAGS=   -I. -I${GNUHOSTDIST}/gdb -I${GNUHOSTDIST}/gdb/config -DLOCALEDIR=\"/usr/share/locale\" -DHAVE_CONFIG_H -I${GNUHOSTDIST}/gdb/../include/opcode -I${GNUHOSTDIST}/gdb/../readline/readline/.. -I${GNUHOSTDIST}/gdb/../zlib -I../bfd -I${GNUHOSTDIST}/gdb/../bfd -I${GNUHOSTDIST}/gdb/../include -I../libdecnumber -I${GNUHOSTDIST}/gdb/../libdecnumber -I./../intl -I${GNUHOSTDIST}/gdb/../gnulib/import -I../gnulib/import -I${GNUHOSTDIST}/gdb/.. -I..  -DTUI=1    -I${GNUHOSTDIST}/gdb/.. -pthread  -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-variable -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-error=maybe-uninitialized -Wsuggest-override -Wimplicit-fallthrough=3 -Wduplicated-cond -Wshadow=local -Wmissing-declarations -Wstrict-null-sentinel -Wformat -Wformat-nonliteral -Werror
-G_LIBGDB_OBS=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 printcmd.o probe.o process-stratum-target.o producer.o progspace-and-thread.o progspace.o prologue-value.o psymtab.o python.o ravenscar-thread.o record-btrace.o record-full.o record.o regcache-dump.o regcache.o reggroups.o registry.o remote-fileio.o remote-notif.o remote.o reverse.o run-on-main-thread.o rust-exp.o rust-lang.o selftest-arch.o sentinel-frame.o ser-base.o ser-event.o ser-pipe.o ser-tcp.o ser-uds.o ser-unix.o serial.o skip.o solib-svr4.o solib-target.o solib.o source-cache.o source.o spar
 c-nat.o sparc-nbsd-tdep.o sparc-ravenscar-thread.o sparc-tdep.o sparc64-nbsd-nat.o sparc64-nbsd-tdep.o sparc64-tdep.o stabsread.o stack.o stap-probe.o std-regs.o symfile-debug.o symfile.o symmisc.o symtab.o target-connection.o target-dcache.o target-descriptions.o target-float.o target-memory.o target.o waitstatus.o test-target.o thread-iter.o thread.o tid-parse.o top.o tracectf.o tracefile-tfile.o tracefile.o tracepoint.o trad-frame.o tramp-frame.o tui-command.o tui-data.o tui-disasm.o tui-file.o tui-hooks.o tui-interp.o tui-io.o tui-layout.o tui-out.o tui-regs.o tui-source.o tui-stack.o tui-win.o tui-wingeneral.o tui-winsource.o tui.o type-stack.o typeprint.o ui-file.o ui-out.o ui-style.o array-view-selftests.o child-path-selftests.o cli-utils-selftests.o command-def-selftests.o common-utils-selftests.o copy_bitwise-selftests.o environ-selftests.o filtered_iterator-selftests.o format_pieces-selftests.o function-view-selftests.o lookup_name_info-selftests.o main-thread-selftests.o 
 memory-map-selftests.o memrange-selftests.o mkdir-recursive-selftests.o observable-selftests.o offset-type-selftests.o optional-selftests.o parse-connection-spec-selftests.o ptid-selftests.o rsp-low-selftests.o scoped_fd-selftests.o scoped_mmap-selftests.o scoped_restore-selftests.o string_view-selftests.o style-selftests.o tracepoint-selftests.o tui-selftests.o unpack-selftests.o utils-selftests.o vec-utils-selftests.o xml-utils-selftests.o user-regs.o utils.o valarith.o valops.o valprint.o value.o varobj.o version.o xml-builtin.o xml-support.o xml-syscall.o xml-tdesc.o init.o
+G_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..     -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 printcmd.o probe.o process-stratum-target.o producer.o progspace-and-thread.o progspace.o prologue-value.o psymtab.o python.o ravenscar-thread.o record-btrace.o record-full.o record.o regcache-dump.o regcache.o reggroups.o registry.o remote-fileio.o remote-notif.o remote.o reverse.o run-on-main-thread.o rust-exp.o rust-lang.o selftest-arch.o sentinel-frame.o ser-base.o ser-event.o ser-pipe.o ser-tcp.o ser-uds.o ser-unix.o serial.o skip.o solib-svr4.o solib-target.o solib.o source-cache.o source.o spar
 c-nat.o sparc-nbsd-tdep.o sparc-ravenscar-thread.o sparc-tdep.o sparc64-nbsd-nat.o sparc64-nbsd-tdep.o sparc64-tdep.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 type-stack.o typeprint.o ui-file.o ui-out.o ui-style.o array-view-selftests.o child-path-selftests.o cli-utils-selftests.o command-def-selftests.o common-utils-selftests.o copy_bitwise-selftests.o environ-selftests.o filtered_iterator-selftests.o format_pieces-selftests.o function-view-selftests.o lookup_name_info-selftests.o main-thread-selftests.o memory-map-selftests.o memrange-selftests.o mkdir-recursive-selftests.o observable-selftests.o offset-type-selftests.o optional-selftests.o parse-connection-spec-selftests.o ptid-selftests.o 
 rsp-low-selftests.o scoped_fd-selftests.o scoped_mmap-selftests.o scoped_restore-selftests.o string_view-selftests.o style-selftests.o tracepoint-selftests.o tui-selftests.o unpack-selftests.o utils-selftests.o vec-utils-selftests.o xml-utils-selftests.o user-regs.o utils.o valarith.o valops.o valprint.o value.o varobj.o version.o xml-builtin.o xml-support.o xml-syscall.o xml-tdesc.o init.o
 G_SIM_OBS=

Index: src/external/gpl3/gdb/lib/libgdb/arch/sparc64/init.c
diff -u src/external/gpl3/gdb/lib/libgdb/arch/sparc64/init.c:1.14 src/external/gpl3/gdb/lib/libgdb/arch/sparc64/init.c:1.15
--- src/external/gpl3/gdb/lib/libgdb/arch/sparc64/init.c:1.14	Sun Sep 20 12:54:22 2020
+++ src/external/gpl3/gdb/lib/libgdb/arch/sparc64/init.c	Sat Dec  5 23:08:54 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 modify this file.  */
@@ -24,13 +24,6 @@ extern initialize_file_ftype _initialize
 extern initialize_file_ftype _initialize_mi_cmds;
 extern initialize_file_ftype _initialize_mi_interp;
 extern initialize_file_ftype _initialize_mi_main;
-extern initialize_file_ftype _initialize_tui;
-extern initialize_file_ftype _initialize_tui_hooks;
-extern initialize_file_ftype _initialize_tui_interp;
-extern initialize_file_ftype _initialize_tui_layout;
-extern initialize_file_ftype _initialize_tui_regs;
-extern initialize_file_ftype _initialize_tui_stack;
-extern initialize_file_ftype _initialize_tui_win;
 extern initialize_file_ftype _initialize_python;
 extern initialize_file_ftype _initialize_guile;
 extern initialize_file_ftype _initialize_elfread;
@@ -223,13 +216,6 @@ initialize_all_files (void)
   _initialize_mi_cmds ();
   _initialize_mi_interp ();
   _initialize_mi_main ();
-  _initialize_tui ();
-  _initialize_tui_hooks ();
-  _initialize_tui_interp ();
-  _initialize_tui_layout ();
-  _initialize_tui_regs ();
-  _initialize_tui_stack ();
-  _initialize_tui_win ();
   _initialize_python ();
   _initialize_guile ();
   _initialize_elfread ();

Index: src/external/gpl3/gdb/lib/libgdbsupport/arch/sparc64/gdbsupport/config.h
diff -u src/external/gpl3/gdb/lib/libgdbsupport/arch/sparc64/gdbsupport/config.h:1.1 src/external/gpl3/gdb/lib/libgdbsupport/arch/sparc64/gdbsupport/config.h:1.2
--- src/external/gpl3/gdb/lib/libgdbsupport/arch/sparc64/gdbsupport/config.h:1.1	Sun Sep 20 12:54:25 2020
+++ src/external/gpl3/gdb/lib/libgdbsupport/arch/sparc64/gdbsupport/config.h	Sat Dec  5 23:08:54 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. */
-#define HAVE_PTHREAD_SETNAME_NP 1
+/* #undef HAVE_PTHREAD_SETNAME_NP */
 
 /* Define to 1 if you have the `pthread_sigmask' function. */
-#define HAVE_PTHREAD_SIGMASK 1
+/* #undef HAVE_PTHREAD_SIGMASK */
 
 /* Define to 1 if you have the `ptrace64' function. */
 /* #undef HAVE_PTRACE64 */

Index: src/external/gpl3/gdb/lib/libgnulib/arch/m68000/gnulib/config.h
diff -u src/external/gpl3/gdb/lib/libgnulib/arch/m68000/gnulib/config.h:1.1 src/external/gpl3/gdb/lib/libgnulib/arch/m68000/gnulib/config.h:1.2
--- src/external/gpl3/gdb/lib/libgnulib/arch/m68000/gnulib/config.h:1.1	Sun Sep 20 12:54:26 2020
+++ src/external/gpl3/gdb/lib/libgnulib/arch/m68000/gnulib/config.h	Sat Dec  5 23:08:54 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.  */
@@ -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/m68000/gnulib/import/unistd.h
diff -u src/external/gpl3/gdb/lib/libgnulib/arch/m68000/gnulib/import/unistd.h:1.1 src/external/gpl3/gdb/lib/libgnulib/arch/m68000/gnulib/import/unistd.h:1.2
--- src/external/gpl3/gdb/lib/libgnulib/arch/m68000/gnulib/import/unistd.h:1.1	Sun Sep 20 12:54:26 2020
+++ src/external/gpl3/gdb/lib/libgnulib/arch/m68000/gnulib/import/unistd.h	Sat Dec  5 23:08:54 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

Index: src/external/gpl3/gdb/lib/libgnulib/arch/m68k/gnulib/config.h
diff -u src/external/gpl3/gdb/lib/libgnulib/arch/m68k/gnulib/config.h:1.1 src/external/gpl3/gdb/lib/libgnulib/arch/m68k/gnulib/config.h:1.2
--- src/external/gpl3/gdb/lib/libgnulib/arch/m68k/gnulib/config.h:1.1	Sun Sep 20 12:54:26 2020
+++ src/external/gpl3/gdb/lib/libgnulib/arch/m68k/gnulib/config.h	Sat Dec  5 23:08:54 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.  */
@@ -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/m68k/gnulib/import/unistd.h
diff -u src/external/gpl3/gdb/lib/libgnulib/arch/m68k/gnulib/import/unistd.h:1.1 src/external/gpl3/gdb/lib/libgnulib/arch/m68k/gnulib/import/unistd.h:1.2
--- src/external/gpl3/gdb/lib/libgnulib/arch/m68k/gnulib/import/unistd.h:1.1	Sun Sep 20 12:54:26 2020
+++ src/external/gpl3/gdb/lib/libgnulib/arch/m68k/gnulib/import/unistd.h	Sat Dec  5 23:08:54 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

Index: src/external/gpl3/gdb/lib/libgnulib/arch/mips64eb/gnulib/config.h
diff -u src/external/gpl3/gdb/lib/libgnulib/arch/mips64eb/gnulib/config.h:1.1 src/external/gpl3/gdb/lib/libgnulib/arch/mips64eb/gnulib/config.h:1.2
--- src/external/gpl3/gdb/lib/libgnulib/arch/mips64eb/gnulib/config.h:1.1	Sun Sep 20 12:54:27 2020
+++ src/external/gpl3/gdb/lib/libgnulib/arch/mips64eb/gnulib/config.h	Sat Dec  5 23:08:54 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.  */
@@ -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/mips64eb/gnulib/import/unistd.h
diff -u src/external/gpl3/gdb/lib/libgnulib/arch/mips64eb/gnulib/import/unistd.h:1.1 src/external/gpl3/gdb/lib/libgnulib/arch/mips64eb/gnulib/import/unistd.h:1.2
--- src/external/gpl3/gdb/lib/libgnulib/arch/mips64eb/gnulib/import/unistd.h:1.1	Sun Sep 20 12:54:27 2020
+++ src/external/gpl3/gdb/lib/libgnulib/arch/mips64eb/gnulib/import/unistd.h	Sat Dec  5 23:08:54 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

Index: src/external/gpl3/gdb/lib/libgnulib/arch/mipsel/gnulib/config.h
diff -u src/external/gpl3/gdb/lib/libgnulib/arch/mipsel/gnulib/config.h:1.1 src/external/gpl3/gdb/lib/libgnulib/arch/mipsel/gnulib/config.h:1.2
--- src/external/gpl3/gdb/lib/libgnulib/arch/mipsel/gnulib/config.h:1.1	Sun Sep 20 12:54:27 2020
+++ src/external/gpl3/gdb/lib/libgnulib/arch/mipsel/gnulib/config.h	Sat Dec  5 23:08:55 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.  */
@@ -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/mipsel/gnulib/import/unistd.h
diff -u src/external/gpl3/gdb/lib/libgnulib/arch/mipsel/gnulib/import/unistd.h:1.1 src/external/gpl3/gdb/lib/libgnulib/arch/mipsel/gnulib/import/unistd.h:1.2
--- src/external/gpl3/gdb/lib/libgnulib/arch/mipsel/gnulib/import/unistd.h:1.1	Sun Sep 20 12:54:28 2020
+++ src/external/gpl3/gdb/lib/libgnulib/arch/mipsel/gnulib/import/unistd.h	Sat Dec  5 23:08:55 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

Index: src/external/gpl3/gdb/lib/libgnulib/arch/sparc/gnulib/config.h
diff -u src/external/gpl3/gdb/lib/libgnulib/arch/sparc/gnulib/config.h:1.1 src/external/gpl3/gdb/lib/libgnulib/arch/sparc/gnulib/config.h:1.2
--- src/external/gpl3/gdb/lib/libgnulib/arch/sparc/gnulib/config.h:1.1	Sun Sep 20 12:54:29 2020
+++ src/external/gpl3/gdb/lib/libgnulib/arch/sparc/gnulib/config.h	Sat Dec  5 23:08:55 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.  */
@@ -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/sparc/gnulib/import/unistd.h
diff -u src/external/gpl3/gdb/lib/libgnulib/arch/sparc/gnulib/import/unistd.h:1.1 src/external/gpl3/gdb/lib/libgnulib/arch/sparc/gnulib/import/unistd.h:1.2
--- src/external/gpl3/gdb/lib/libgnulib/arch/sparc/gnulib/import/unistd.h:1.1	Sun Sep 20 12:54:29 2020
+++ src/external/gpl3/gdb/lib/libgnulib/arch/sparc/gnulib/import/unistd.h	Sat Dec  5 23:08:55 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

Index: src/external/gpl3/gdb/lib/libgnulib/arch/sparc64/defs.mk
diff -u src/external/gpl3/gdb/lib/libgnulib/arch/sparc64/defs.mk:1.1 src/external/gpl3/gdb/lib/libgnulib/arch/sparc64/defs.mk:1.2
--- src/external/gpl3/gdb/lib/libgnulib/arch/sparc64/defs.mk:1.1	Sun Sep 20 12:54:29 2020
+++ src/external/gpl3/gdb/lib/libgnulib/arch/sparc64/defs.mk	Sat Dec  5 23:08:55 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/sparc64/gnulib/config.h
diff -u src/external/gpl3/gdb/lib/libgnulib/arch/sparc64/gnulib/config.h:1.1 src/external/gpl3/gdb/lib/libgnulib/arch/sparc64/gnulib/config.h:1.2
--- src/external/gpl3/gdb/lib/libgnulib/arch/sparc64/gnulib/config.h:1.1	Sun Sep 20 12:54:29 2020
+++ src/external/gpl3/gdb/lib/libgnulib/arch/sparc64/gnulib/config.h	Sat Dec  5 23:08:55 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/sparc64/gnulib/import/unistd.h
diff -u src/external/gpl3/gdb/lib/libgnulib/arch/sparc64/gnulib/import/unistd.h:1.1 src/external/gpl3/gdb/lib/libgnulib/arch/sparc64/gnulib/import/unistd.h:1.2
--- src/external/gpl3/gdb/lib/libgnulib/arch/sparc64/gnulib/import/unistd.h:1.1	Sun Sep 20 12:54:29 2020
+++ src/external/gpl3/gdb/lib/libgnulib/arch/sparc64/gnulib/import/unistd.h	Sat Dec  5 23:08:55 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