Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/external/gpl3/gdb/dist/gdb/config Add nbsd-pthread.o.
details: https://anonhg.NetBSD.org/src/rev/e2b66ffdf25e
branches: trunk
changeset: 773563:e2b66ffdf25e
user: skrll <skrll%NetBSD.org@localhost>
date: Mon Feb 06 10:46:34 2012 +0000
description:
Add nbsd-pthread.o.
OK releng@ 3 ack 0 nak.
diffstat:
external/gpl3/gdb/dist/gdb/config/alpha/nbsd.mh | 3 ++-
external/gpl3/gdb/dist/gdb/config/arm/nbsdelf.mh | 3 ++-
external/gpl3/gdb/dist/gdb/config/i386/nbsd64.mh | 3 ++-
external/gpl3/gdb/dist/gdb/config/i386/nbsdelf.mh | 3 ++-
external/gpl3/gdb/dist/gdb/config/m68k/nbsdelf.mh | 3 ++-
external/gpl3/gdb/dist/gdb/config/mips/nbsd.mh | 3 ++-
external/gpl3/gdb/dist/gdb/config/pa/nbsd.mh | 3 ++-
external/gpl3/gdb/dist/gdb/config/powerpc/nbsd.mh | 3 ++-
external/gpl3/gdb/dist/gdb/config/powerpc/ppc64-nbsd.mh | 3 ++-
external/gpl3/gdb/dist/gdb/config/sh/nbsd.mh | 3 ++-
external/gpl3/gdb/dist/gdb/config/sparc/nbsd64.mh | 3 ++-
external/gpl3/gdb/dist/gdb/config/sparc/nbsdelf.mh | 3 ++-
external/gpl3/gdb/dist/gdb/config/vax/nbsdelf.mh | 3 ++-
13 files changed, 26 insertions(+), 13 deletions(-)
diffs (127 lines):
diff -r 0299384b20f9 -r e2b66ffdf25e external/gpl3/gdb/dist/gdb/config/alpha/nbsd.mh
--- a/external/gpl3/gdb/dist/gdb/config/alpha/nbsd.mh Mon Feb 06 10:42:44 2012 +0000
+++ b/external/gpl3/gdb/dist/gdb/config/alpha/nbsd.mh Mon Feb 06 10:46:34 2012 +0000
@@ -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
diff -r 0299384b20f9 -r e2b66ffdf25e external/gpl3/gdb/dist/gdb/config/arm/nbsdelf.mh
--- a/external/gpl3/gdb/dist/gdb/config/arm/nbsdelf.mh Mon Feb 06 10:42:44 2012 +0000
+++ b/external/gpl3/gdb/dist/gdb/config/arm/nbsdelf.mh Mon Feb 06 10:46:34 2012 +0000
@@ -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
diff -r 0299384b20f9 -r e2b66ffdf25e external/gpl3/gdb/dist/gdb/config/i386/nbsd64.mh
--- a/external/gpl3/gdb/dist/gdb/config/i386/nbsd64.mh Mon Feb 06 10:42:44 2012 +0000
+++ b/external/gpl3/gdb/dist/gdb/config/i386/nbsd64.mh Mon Feb 06 10:46:34 2012 +0000
@@ -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
diff -r 0299384b20f9 -r e2b66ffdf25e external/gpl3/gdb/dist/gdb/config/i386/nbsdelf.mh
--- a/external/gpl3/gdb/dist/gdb/config/i386/nbsdelf.mh Mon Feb 06 10:42:44 2012 +0000
+++ b/external/gpl3/gdb/dist/gdb/config/i386/nbsdelf.mh Mon Feb 06 10:46:34 2012 +0000
@@ -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
diff -r 0299384b20f9 -r e2b66ffdf25e external/gpl3/gdb/dist/gdb/config/m68k/nbsdelf.mh
--- a/external/gpl3/gdb/dist/gdb/config/m68k/nbsdelf.mh Mon Feb 06 10:42:44 2012 +0000
+++ b/external/gpl3/gdb/dist/gdb/config/m68k/nbsdelf.mh Mon Feb 06 10:46:34 2012 +0000
@@ -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
diff -r 0299384b20f9 -r e2b66ffdf25e external/gpl3/gdb/dist/gdb/config/mips/nbsd.mh
--- a/external/gpl3/gdb/dist/gdb/config/mips/nbsd.mh Mon Feb 06 10:42:44 2012 +0000
+++ b/external/gpl3/gdb/dist/gdb/config/mips/nbsd.mh Mon Feb 06 10:46:34 2012 +0000
@@ -1,2 +1,3 @@
# Host: NetBSD/mips
-NATDEPFILES= fork-child.o inf-ptrace.o nbsd-nat.o mipsnbsd-nat.o
+NATDEPFILES= fork-child.o inf-ptrace.o nbsd-nat.o mipsnbsd-nat.o \
+ nbsd-thread.o
diff -r 0299384b20f9 -r e2b66ffdf25e external/gpl3/gdb/dist/gdb/config/pa/nbsd.mh
--- a/external/gpl3/gdb/dist/gdb/config/pa/nbsd.mh Mon Feb 06 10:42:44 2012 +0000
+++ b/external/gpl3/gdb/dist/gdb/config/pa/nbsd.mh Mon Feb 06 10:46:34 2012 +0000
@@ -1,2 +1,3 @@
# Host: NetBSD/hppa
-NATDEPFILES= fork-child.o inf-ptrace.o nbsd-nat.o hppanbsd-nat.o
+NATDEPFILES= fork-child.o inf-ptrace.o nbsd-nat.o hppanbsd-nat.o \
+ nbsd-thread.o
diff -r 0299384b20f9 -r e2b66ffdf25e external/gpl3/gdb/dist/gdb/config/powerpc/nbsd.mh
--- a/external/gpl3/gdb/dist/gdb/config/powerpc/nbsd.mh Mon Feb 06 10:42:44 2012 +0000
+++ b/external/gpl3/gdb/dist/gdb/config/powerpc/nbsd.mh Mon Feb 06 10:46:34 2012 +0000
@@ -1,4 +1,5 @@
# Host: NetBSD/powerpc
-NATDEPFILES= fork-child.o inf-ptrace.o nbsd-nat.o ppcnbsd-nat.o bsd-kvm.o
+NATDEPFILES= fork-child.o inf-ptrace.o nbsd-nat.o ppcnbsd-nat.o bsd-kvm.o \
+ nbsd-thread.o
LOADLIBES= -lkvm
diff -r 0299384b20f9 -r e2b66ffdf25e external/gpl3/gdb/dist/gdb/config/powerpc/ppc64-nbsd.mh
--- a/external/gpl3/gdb/dist/gdb/config/powerpc/ppc64-nbsd.mh Mon Feb 06 10:42:44 2012 +0000
+++ b/external/gpl3/gdb/dist/gdb/config/powerpc/ppc64-nbsd.mh Mon Feb 06 10:46:34 2012 +0000
@@ -1,4 +1,5 @@
# Host: NetBSD/powerpc64
-NATDEPFILES= fork-child.o inf-ptrace.o nbsd-nat.o ppcnbsd-nat.o bsd-kvm.o
+NATDEPFILES= fork-child.o inf-ptrace.o nbsd-nat.o ppcnbsd-nat.o bsd-kvm.o \
+ nbsd-thread.o
LOADLIBES= -lkvm
diff -r 0299384b20f9 -r e2b66ffdf25e external/gpl3/gdb/dist/gdb/config/sh/nbsd.mh
--- a/external/gpl3/gdb/dist/gdb/config/sh/nbsd.mh Mon Feb 06 10:42:44 2012 +0000
+++ b/external/gpl3/gdb/dist/gdb/config/sh/nbsd.mh Mon Feb 06 10:46:34 2012 +0000
@@ -1,2 +1,3 @@
# Host: NetBSD/sh
-NATDEPFILES= inf-ptrace.o fork-child.o nbsd-nat.o shnbsd-nat.o
+NATDEPFILES= inf-ptrace.o fork-child.o nbsd-nat.o shnbsd-nat.o \
+ nbsd-thread.o
diff -r 0299384b20f9 -r e2b66ffdf25e external/gpl3/gdb/dist/gdb/config/sparc/nbsd64.mh
--- a/external/gpl3/gdb/dist/gdb/config/sparc/nbsd64.mh Mon Feb 06 10:42:44 2012 +0000
+++ b/external/gpl3/gdb/dist/gdb/config/sparc/nbsd64.mh Mon Feb 06 10:46:34 2012 +0000
@@ -1,5 +1,6 @@
# Host: NetBSD/sparc64
NATDEPFILES= fork-child.o inf-ptrace.o \
- nbsd-nat.o sparc64nbsd-nat.o sparc-nat.o bsd-kvm.o
+ nbsd-nat.o sparc64nbsd-nat.o sparc-nat.o bsd-kvm.o \
+ nbsd-thread.o
LOADLIBES= -lkvm
diff -r 0299384b20f9 -r e2b66ffdf25e external/gpl3/gdb/dist/gdb/config/sparc/nbsdelf.mh
--- a/external/gpl3/gdb/dist/gdb/config/sparc/nbsdelf.mh Mon Feb 06 10:42:44 2012 +0000
+++ b/external/gpl3/gdb/dist/gdb/config/sparc/nbsdelf.mh Mon Feb 06 10:46:34 2012 +0000
@@ -1,5 +1,6 @@
# Host: NetBSD/sparc ELF
NATDEPFILES= fork-child.o inf-ptrace.o \
- nbsd-nat.o sparcnbsd-nat.o sparc-nat.o bsd-kvm.o
+ nbsd-nat.o sparcnbsd-nat.o sparc-nat.o bsd-kvm.o \
+ nbsd-thread.o
LOADLIBES= -lkvm
diff -r 0299384b20f9 -r e2b66ffdf25e external/gpl3/gdb/dist/gdb/config/vax/nbsdelf.mh
--- a/external/gpl3/gdb/dist/gdb/config/vax/nbsdelf.mh Mon Feb 06 10:42:44 2012 +0000
+++ b/external/gpl3/gdb/dist/gdb/config/vax/nbsdelf.mh Mon Feb 06 10:46:34 2012 +0000
@@ -1,5 +1,6 @@
# Host: NetBSD/vax ELF
NATDEPFILES= fork-child.o inf-ptrace.o \
- nbsd-nat.o vaxbsd-nat.o bsd-kvm.o
+ nbsd-nat.o vaxbsd-nat.o bsd-kvm.o \
+ nbsd-thread.o
LOADLIBES= -lkvm
Home |
Main Index |
Thread Index |
Old Index