This is the mail archive of the gdb-patches@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[PUSHED] Enable rthreads support on OpenBSD/powerpc.


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]