Mirror of the gdb-patches mailing list
 help / color / mirror / Atom feed
* [PUSHED] Enable rthreads support on OpenBSD/powerpc.
@ 2014-05-03 20:42 Mark Kettenis
  2014-05-03 21:01 ` Joel Brobecker
  0 siblings, 1 reply; 3+ messages in thread
From: Mark Kettenis @ 2014-05-03 20:42 UTC (permalink / raw)
  To: gdb-patches; +Cc: Mark Kettenis

From: Mark Kettenis <kettenis@gnu.org>

gdb/ChangeLog:

        * ppcobsd-nat.c: Include "obsd-nat.h".
        (_initialize_ppcobsd_nat): Call obsd_add_target instead of
        add_target.
        * config/powerpc/obsd.mh (NATDEPFILES): Add obsd-nat.o.
---
 gdb/ChangeLog              | 7 +++++++
 gdb/config/powerpc/obsd.mh | 2 +-
 2 files changed, 8 insertions(+), 1 deletion(-)

diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index 303fcec..4f3af0d 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,3 +1,10 @@
+2014-05-03  Mark Kettenis  <kettenis@gnu.org>
+
+	* ppcobsd-nat.c: Include "obsd-nat.h".
+	(_initialize_ppcobsd_nat): Call obsd_add_target instead of
+	add_target.
+	* config/powerpc/obsd.mh (NATDEPFILES): Add obsd-nat.o.
+
 2014-05-02  Sergio Durigan Junior  <sergiodj@redhat.com>
 
 	* stap-probe.c (enum stap_arg_bitness): New enums to represent 8
diff --git a/gdb/config/powerpc/obsd.mh b/gdb/config/powerpc/obsd.mh
index 51ccc81..2af667a 100644
--- a/gdb/config/powerpc/obsd.mh
+++ b/gdb/config/powerpc/obsd.mh
@@ -1,4 +1,4 @@
 # Host: OpenBSD/powerpc
-NATDEPFILES= fork-child.o inf-ptrace.o ppcobsd-nat.o bsd-kvm.o
+NATDEPFILES= fork-child.o inf-ptrace.o obsd-nat.o ppcobsd-nat.o bsd-kvm.o
 
 LOADLIBES= -lkvm
-- 
1.8.5.2


^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2014-05-03 21:21 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-05-03 20:42 [PUSHED] Enable rthreads support on OpenBSD/powerpc Mark Kettenis
2014-05-03 21:01 ` Joel Brobecker
2014-05-03 21:21   ` Mark Kettenis

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox