This is the mail archive of the gdb-patches@sources.redhat.com 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]

[commit] Oops, OpenBSD/powerpc kernel debugging


Oops, forgot this bit.

Mark

Index: ChangeLog
===================================================================
RCS file: /cvs/src/src/gdb/ChangeLog,v
retrieving revision 1.7251
diff -u -p -r1.7251 ChangeLog
--- ChangeLog	24 Jun 2005 21:11:37 -0000	1.7251
+++ ChangeLog	24 Jun 2005 21:13:25 -0000
@@ -5,6 +5,8 @@
 	(ppcobsd_supply_pcb): New function.
 	(_initialize_ppcobsd_nat): Enable libkvm interface.
 	* Makefile.in (ppcobsd-nat.o): Update dependencies.
+	* config/powerpc/obsd.mh (NATDEPFILES): Add bsd-kvm.o.
+	(LOADLIBES): New variable.
 
 2005-06-24  Corinna Vinschen  <vinschen@redhat.com>
 
Index: config/powerpc/obsd.mh
===================================================================
RCS file: /cvs/src/src/gdb/config/powerpc/obsd.mh,v
retrieving revision 1.3
diff -u -p -r1.3 obsd.mh
--- config/powerpc/obsd.mh	16 Apr 2005 22:12:09 -0000	1.3
+++ config/powerpc/obsd.mh	24 Jun 2005 21:13:25 -0000
@@ -1,2 +1,4 @@
 # Host: OpenBSD/powerpc
-NATDEPFILES= fork-child.o inf-ptrace.o ppcobsd-nat.o
+NATDEPFILES= fork-child.o inf-ptrace.o ppcobsd-nat.o bsd-kvm.o
+
+LOADLIBES= -lkvm


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