CVS commit: src/external/gpl3/gdb/dist/gdb/config/arm

2019-04-13 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Sat Apr 13 18:04:23 UTC 2019

Modified Files:
src/external/gpl3/gdb/dist/gdb/config/arm: nbsdelf.mh

Log Message:
add missing files


To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 src/external/gpl3/gdb/dist/gdb/config/arm/nbsdelf.mh

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/config/arm/nbsdelf.mh
diff -u src/external/gpl3/gdb/dist/gdb/config/arm/nbsdelf.mh:1.7 src/external/gpl3/gdb/dist/gdb/config/arm/nbsdelf.mh:1.8
--- src/external/gpl3/gdb/dist/gdb/config/arm/nbsdelf.mh:1.7	Thu Nov 30 10:26:55 2017
+++ src/external/gpl3/gdb/dist/gdb/config/arm/nbsdelf.mh	Sat Apr 13 14:04:23 2019
@@ -1,4 +1,5 @@
 # Host: NetBSD/arm
-NATDEPFILES= fork-child.o inf-ptrace.o nbsd-nat.o arm-nbsd-nat.o bsd-kvm.o
+NATDEPFILES= fork-child.o inf-ptrace.o nbsd-nat.o arm-nbsd-nat.o bsd-kvm.o \
+arm-bsd-tdep.o arm-nbsd-tdep.o
 
 LOADLIBES= -lkvm



CVS commit: src/external/gpl3/gdb/dist/gdb/config/vax

2019-04-02 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Tue Apr  2 14:17:36 UTC 2019

Modified Files:
src/external/gpl3/gdb/dist/gdb/config/vax: nbsdelf.mh

Log Message:
add a missing file


To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 src/external/gpl3/gdb/dist/gdb/config/vax/nbsdelf.mh

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/config/vax/nbsdelf.mh
diff -u src/external/gpl3/gdb/dist/gdb/config/vax/nbsdelf.mh:1.5 src/external/gpl3/gdb/dist/gdb/config/vax/nbsdelf.mh:1.6
--- src/external/gpl3/gdb/dist/gdb/config/vax/nbsdelf.mh:1.5	Thu Nov 30 10:26:55 2017
+++ src/external/gpl3/gdb/dist/gdb/config/vax/nbsdelf.mh	Tue Apr  2 10:17:36 2019
@@ -1,4 +1,5 @@
 # Host: NetBSD/vax ELF
-NATDEPFILES= fork-child.o inf-ptrace.o nbsd-nat.o vax-bsd-nat.o bsd-kvm.o
+NATDEPFILES= fork-child.o inf-ptrace.o nbsd-nat.o vax-bsd-nat.o bsd-kvm.o \
+	vax-nbsd-tdep.o
 
 LOADLIBES= -lkvm



CVS commit: src/external/gpl3/gdb/dist/gdb/config/i386

2017-11-29 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Wed Nov 29 21:42:46 UTC 2017

Modified Files:
src/external/gpl3/gdb/dist/gdb/config/i386: nbsd64.mh

Log Message:
more files


To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 src/external/gpl3/gdb/dist/gdb/config/i386/nbsd64.mh

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/config/i386/nbsd64.mh
diff -u src/external/gpl3/gdb/dist/gdb/config/i386/nbsd64.mh:1.6 src/external/gpl3/gdb/dist/gdb/config/i386/nbsd64.mh:1.7
--- src/external/gpl3/gdb/dist/gdb/config/i386/nbsd64.mh:1.6	Wed Nov 29 16:35:16 2017
+++ src/external/gpl3/gdb/dist/gdb/config/i386/nbsd64.mh	Wed Nov 29 16:42:45 2017
@@ -1,6 +1,6 @@
 # Host: NetBSD/amd64
 NATDEPFILES= fork-child.o inf-ptrace.o \
 	nbsd-nat.o amd64-nat.o x86-bsd-nat.o amd64-bsd-nat.o amd64-nbsd-nat.o \
-	bsd-kvm.o nbsd-thread.o x86-nat.o
+	bsd-kvm.o nbsd-thread.o x86-nat.o x86-dregs.o
 
 LOADLIBES= -lkvm



CVS commit: src/external/gpl3/gdb/dist/gdb/config/i386

2017-11-29 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Wed Nov 29 21:35:16 UTC 2017

Modified Files:
src/external/gpl3/gdb/dist/gdb/config/i386: nbsd64.mh

Log Message:
need more files


To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 src/external/gpl3/gdb/dist/gdb/config/i386/nbsd64.mh

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/config/i386/nbsd64.mh
diff -u src/external/gpl3/gdb/dist/gdb/config/i386/nbsd64.mh:1.5 src/external/gpl3/gdb/dist/gdb/config/i386/nbsd64.mh:1.6
--- src/external/gpl3/gdb/dist/gdb/config/i386/nbsd64.mh:1.5	Tue Nov 28 22:35:16 2017
+++ src/external/gpl3/gdb/dist/gdb/config/i386/nbsd64.mh	Wed Nov 29 16:35:16 2017
@@ -1,6 +1,6 @@
 # Host: NetBSD/amd64
 NATDEPFILES= fork-child.o inf-ptrace.o \
 	nbsd-nat.o amd64-nat.o x86-bsd-nat.o amd64-bsd-nat.o amd64-nbsd-nat.o \
-	bsd-kvm.o nbsd-thread.o
+	bsd-kvm.o nbsd-thread.o x86-nat.o
 
 LOADLIBES= -lkvm



CVS commit: src/external/gpl3/gdb/dist/gdb/config/pa

2016-10-27 Thread Nick Hudson
Module Name:src
Committed By:   skrll
Date:   Thu Oct 27 11:48:24 UTC 2016

Removed Files:
src/external/gpl3/gdb/dist/gdb/config/pa: nbsd.mt

Log Message:
.mt files are dead


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r0 src/external/gpl3/gdb/dist/gdb/config/pa/nbsd.mt

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



CVS commit: src/external/gpl3/gdb/dist/gdb/config/arm

2016-10-22 Thread Nick Hudson
Module Name:src
Committed By:   skrll
Date:   Sat Oct 22 14:57:50 UTC 2016

Modified Files:
src/external/gpl3/gdb/dist/gdb/config/arm: nbsdelf.mh

Log Message:
Add -lkvm for bsd-kvm.o


To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 src/external/gpl3/gdb/dist/gdb/config/arm/nbsdelf.mh

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/config/arm/nbsdelf.mh
diff -u src/external/gpl3/gdb/dist/gdb/config/arm/nbsdelf.mh:1.4 src/external/gpl3/gdb/dist/gdb/config/arm/nbsdelf.mh:1.5
--- src/external/gpl3/gdb/dist/gdb/config/arm/nbsdelf.mh:1.4	Sat Oct 22 14:38:07 2016
+++ src/external/gpl3/gdb/dist/gdb/config/arm/nbsdelf.mh	Sat Oct 22 14:57:50 2016
@@ -1,3 +1,5 @@
 # Host: NetBSD/arm
 NATDEPFILES= fork-child.o inf-ptrace.o nbsd-nat.o armnbsd-nat.o \
 	bsd-kvm.o nbsd-thread.o
+
+LOADLIBES= -lkvm



CVS commit: src/external/gpl3/gdb/dist/gdb/config

2016-10-22 Thread Nick Hudson
Module Name:src
Committed By:   skrll
Date:   Sat Oct 22 14:38:07 UTC 2016

Modified Files:
src/external/gpl3/gdb/dist/gdb/config/arm: nbsdelf.mh
src/external/gpl3/gdb/dist/gdb/config/pa: nbsd.mt

Log Message:
No need for corelow.o here now as it is in COMMON_OBS


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 src/external/gpl3/gdb/dist/gdb/config/arm/nbsdelf.mh
cvs rdiff -u -r1.1 -r1.2 src/external/gpl3/gdb/dist/gdb/config/pa/nbsd.mt

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/config/arm/nbsdelf.mh
diff -u src/external/gpl3/gdb/dist/gdb/config/arm/nbsdelf.mh:1.3 src/external/gpl3/gdb/dist/gdb/config/arm/nbsdelf.mh:1.4
--- src/external/gpl3/gdb/dist/gdb/config/arm/nbsdelf.mh:1.3	Mon Feb  6 10:46:35 2012
+++ src/external/gpl3/gdb/dist/gdb/config/arm/nbsdelf.mh	Sat Oct 22 14:38:07 2016
@@ -1,3 +1,3 @@
 # Host: NetBSD/arm
-NATDEPFILES= fork-child.o inf-ptrace.o corelow.o nbsd-nat.o armnbsd-nat.o \
+NATDEPFILES= fork-child.o inf-ptrace.o nbsd-nat.o armnbsd-nat.o \
 	bsd-kvm.o nbsd-thread.o

Index: src/external/gpl3/gdb/dist/gdb/config/pa/nbsd.mt
diff -u src/external/gpl3/gdb/dist/gdb/config/pa/nbsd.mt:1.1 src/external/gpl3/gdb/dist/gdb/config/pa/nbsd.mt:1.2
--- src/external/gpl3/gdb/dist/gdb/config/pa/nbsd.mt:1.1	Sun Sep 25 16:30:26 2011
+++ src/external/gpl3/gdb/dist/gdb/config/pa/nbsd.mt	Sat Oct 22 14:38:07 2016
@@ -1,2 +1,2 @@
 # Target: NetBSD/hppa
-TDEPFILES= hppa-tdep.o hppabsd-tdep.o hppanbsd-tdep.o corelow.o solib.o solib-svr4.o
+TDEPFILES= hppa-tdep.o hppabsd-tdep.o hppanbsd-tdep.o solib.o solib-svr4.o



CVS commit: src/external/gpl3/gdb/dist/gdb/config/mips

2012-11-03 Thread Nick Hudson
Module Name:src
Committed By:   skrll
Date:   Sat Nov  3 15:07:40 UTC 2012

Modified Files:
src/external/gpl3/gdb/dist/gdb/config/mips: nbsd.mh

Log Message:
Typo in previous


To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 src/external/gpl3/gdb/dist/gdb/config/mips/nbsd.mh

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/config/mips/nbsd.mh
diff -u src/external/gpl3/gdb/dist/gdb/config/mips/nbsd.mh:1.4 src/external/gpl3/gdb/dist/gdb/config/mips/nbsd.mh:1.5
--- src/external/gpl3/gdb/dist/gdb/config/mips/nbsd.mh:1.4	Sat Nov  3 14:59:44 2012
+++ src/external/gpl3/gdb/dist/gdb/config/mips/nbsd.mh	Sat Nov  3 15:07:40 2012
@@ -1,4 +1,4 @@
 # Host: NetBSD/mips
 NATDEPFILES= fork-child.o inf-ptrace.o nbsd-nat.o mipsnbsd-nat.o \
 	nbsd-thread.o bsd-kvm.o
-LOADLIBS= -lkvm
+LOADLIBES= -lkvm



CVS commit: src/external/gpl3/gdb/dist/gdb/config

2012-02-06 Thread Nick Hudson
Module Name:src
Committed By:   skrll
Date:   Mon Feb  6 10:46:36 UTC 2012

Modified Files:
src/external/gpl3/gdb/dist/gdb/config/alpha: nbsd.mh
src/external/gpl3/gdb/dist/gdb/config/arm: nbsdelf.mh
src/external/gpl3/gdb/dist/gdb/config/i386: nbsd64.mh nbsdelf.mh
src/external/gpl3/gdb/dist/gdb/config/m68k: nbsdelf.mh
src/external/gpl3/gdb/dist/gdb/config/mips: nbsd.mh
src/external/gpl3/gdb/dist/gdb/config/pa: nbsd.mh
src/external/gpl3/gdb/dist/gdb/config/powerpc: nbsd.mh ppc64-nbsd.mh
src/external/gpl3/gdb/dist/gdb/config/sh: nbsd.mh
src/external/gpl3/gdb/dist/gdb/config/sparc: nbsd64.mh nbsdelf.mh
src/external/gpl3/gdb/dist/gdb/config/vax: nbsdelf.mh

Log Message:
Add nbsd-pthread.o.

OK releng@ 3 ack 0 nak.


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/external/gpl3/gdb/dist/gdb/config/alpha/nbsd.mh
cvs rdiff -u -r1.2 -r1.3 src/external/gpl3/gdb/dist/gdb/config/arm/nbsdelf.mh
cvs rdiff -u -r1.2 -r1.3 src/external/gpl3/gdb/dist/gdb/config/i386/nbsd64.mh
cvs rdiff -u -r1.1.1.1 -r1.2 \
src/external/gpl3/gdb/dist/gdb/config/i386/nbsdelf.mh
cvs rdiff -u -r1.2 -r1.3 \
src/external/gpl3/gdb/dist/gdb/config/m68k/nbsdelf.mh
cvs rdiff -u -r1.2 -r1.3 src/external/gpl3/gdb/dist/gdb/config/mips/nbsd.mh
cvs rdiff -u -r1.1.1.1 -r1.2 src/external/gpl3/gdb/dist/gdb/config/pa/nbsd.mh
cvs rdiff -u -r1.2 -r1.3 \
src/external/gpl3/gdb/dist/gdb/config/powerpc/nbsd.mh
cvs rdiff -u -r1.1 -r1.2 \
src/external/gpl3/gdb/dist/gdb/config/powerpc/ppc64-nbsd.mh
cvs rdiff -u -r1.2 -r1.3 src/external/gpl3/gdb/dist/gdb/config/sh/nbsd.mh
cvs rdiff -u -r1.2 -r1.3 \
src/external/gpl3/gdb/dist/gdb/config/sparc/nbsd64.mh \
src/external/gpl3/gdb/dist/gdb/config/sparc/nbsdelf.mh
cvs rdiff -u -r1.2 -r1.3 src/external/gpl3/gdb/dist/gdb/config/vax/nbsdelf.mh

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/config/alpha/nbsd.mh
diff -u src/external/gpl3/gdb/dist/gdb/config/alpha/nbsd.mh:1.2 src/external/gpl3/gdb/dist/gdb/config/alpha/nbsd.mh:1.3
--- src/external/gpl3/gdb/dist/gdb/config/alpha/nbsd.mh:1.2	Sun Sep 25 16:30:25 2011
+++ src/external/gpl3/gdb/dist/gdb/config/alpha/nbsd.mh	Mon Feb  6 10:46:34 2012
@@ -1,4 +1,5 @@
 # Host: NetBSD/alpha
-NATDEPFILES= fork-child.o inf-ptrace.o alphabsd-nat.o bsd-kvm.o nbsd-nat.o
+NATDEPFILES= fork-child.o inf-ptrace.o alphabsd-nat.o bsd-kvm.o nbsd-nat.o \
+	nbsd-thread.o
 
 LOADLIBES= -lkvm

Index: src/external/gpl3/gdb/dist/gdb/config/arm/nbsdelf.mh
diff -u src/external/gpl3/gdb/dist/gdb/config/arm/nbsdelf.mh:1.2 src/external/gpl3/gdb/dist/gdb/config/arm/nbsdelf.mh:1.3
--- src/external/gpl3/gdb/dist/gdb/config/arm/nbsdelf.mh:1.2	Sun Sep 25 16:30:25 2011
+++ src/external/gpl3/gdb/dist/gdb/config/arm/nbsdelf.mh	Mon Feb  6 10:46:35 2012
@@ -1,2 +1,3 @@
 # Host: NetBSD/arm
-NATDEPFILES= fork-child.o inf-ptrace.o corelow.o nbsd-nat.o armnbsd-nat.o bsd-kvm.o
+NATDEPFILES= fork-child.o inf-ptrace.o corelow.o nbsd-nat.o armnbsd-nat.o \
+	bsd-kvm.o nbsd-thread.o

Index: src/external/gpl3/gdb/dist/gdb/config/i386/nbsd64.mh
diff -u src/external/gpl3/gdb/dist/gdb/config/i386/nbsd64.mh:1.2 src/external/gpl3/gdb/dist/gdb/config/i386/nbsd64.mh:1.3
--- src/external/gpl3/gdb/dist/gdb/config/i386/nbsd64.mh:1.2	Sun Sep 25 16:30:25 2011
+++ src/external/gpl3/gdb/dist/gdb/config/i386/nbsd64.mh	Mon Feb  6 10:46:35 2012
@@ -1,5 +1,6 @@
 # Host: NetBSD/amd64
 NATDEPFILES= fork-child.o inf-ptrace.o \
-	amd64-nat.o amd64bsd-nat.o nbsd-nat.o amd64nbsd-nat.o bsd-kvm.o
+	amd64-nat.o amd64bsd-nat.o nbsd-nat.o amd64nbsd-nat.o bsd-kvm.o \
+	nbsd-thread.o
 
 LOADLIBES= -lkvm

Index: src/external/gpl3/gdb/dist/gdb/config/i386/nbsdelf.mh
diff -u src/external/gpl3/gdb/dist/gdb/config/i386/nbsdelf.mh:1.1.1.1 src/external/gpl3/gdb/dist/gdb/config/i386/nbsdelf.mh:1.2
--- src/external/gpl3/gdb/dist/gdb/config/i386/nbsdelf.mh:1.1.1.1	Sat Sep 24 20:14:57 2011
+++ src/external/gpl3/gdb/dist/gdb/config/i386/nbsdelf.mh	Mon Feb  6 10:46:35 2012
@@ -1,5 +1,6 @@
 # Host: NetBSD/i386 ELF
 NATDEPFILES= fork-child.o inf-ptrace.o \
-	nbsd-nat.o i386bsd-nat.o i386nbsd-nat.o bsd-kvm.o
+	nbsd-nat.o i386bsd-nat.o i386nbsd-nat.o bsd-kvm.o \
+	nbsd-thread.o
 
 LOADLIBES= -lkvm

Index: src/external/gpl3/gdb/dist/gdb/config/m68k/nbsdelf.mh
diff -u src/external/gpl3/gdb/dist/gdb/config/m68k/nbsdelf.mh:1.2 src/external/gpl3/gdb/dist/gdb/config/m68k/nbsdelf.mh:1.3
--- src/external/gpl3/gdb/dist/gdb/config/m68k/nbsdelf.mh:1.2	Sun Sep 25 16:30:25 2011
+++ src/external/gpl3/gdb/dist/gdb/config/m68k/nbsdelf.mh	Mon Feb  6 10:46:35 2012
@@ -1,4 +1,5 @@
 # Host: NetBSD/m68k ELF
-NATDEPFILES= nbsd-nat.o m68kbsd-nat.o bsd-kvm.o fork-child.o inf-ptrace.o
+NATDEPFILES= nbsd-nat.o m68kbsd-nat.o bsd-kvm.o fork-child.o inf-ptrace.o \
+	nbsd-thread.o
 
 LOADLIBES= -lkvm

Index: src/external/gpl3/gdb/dist/gdb/config/mips/nbsd.mh

CVS commit: src/external/gpl3/gdb/dist/gdb/config/powerpc

2011-10-29 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Sun Oct 30 00:15:24 UTC 2011

Added Files:
src/external/gpl3/gdb/dist/gdb/config/powerpc: ppc64-nbsd.mh

Log Message:
a copy of the ppc one.


To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 \
src/external/gpl3/gdb/dist/gdb/config/powerpc/ppc64-nbsd.mh

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

Added files:

Index: src/external/gpl3/gdb/dist/gdb/config/powerpc/ppc64-nbsd.mh
diff -u /dev/null src/external/gpl3/gdb/dist/gdb/config/powerpc/ppc64-nbsd.mh:1.1
--- /dev/null	Sat Oct 29 20:15:24 2011
+++ src/external/gpl3/gdb/dist/gdb/config/powerpc/ppc64-nbsd.mh	Sat Oct 29 20:15:24 2011
@@ -0,0 +1,4 @@
+# Host: NetBSD/powerpc64
+NATDEPFILES= fork-child.o inf-ptrace.o nbsd-nat.o ppcnbsd-nat.o bsd-kvm.o
+
+LOADLIBES= -lkvm