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]

[PATCH] Enable libkvm interface on FreeBSD/amd64


Committed,

Mark


Index: ChangeLog
from  Mark Kettenis  <kettenis@gnu.org>
 
	* config/i386/fbsd64.mh (NATDEPFILES): Add bsd-kvm.o.
	(LOADLIBES): New variable.

Index: config/i386/fbsd64.mh
===================================================================
RCS file: /cvs/src/src/gdb/config/i386/fbsd64.mh,v
retrieving revision 1.5
diff -u -p -r1.5 fbsd64.mh
--- config/i386/fbsd64.mh 22 Feb 2004 16:20:22 -0000 1.5
+++ config/i386/fbsd64.mh 27 Jun 2004 15:58:22 -0000
@@ -1,5 +1,8 @@
 # Host: FreeBSD/amd64
 NATDEPFILES= fork-child.o infptrace.o inftarg.o \
-	amd64-nat.o amd64bsd-nat.o amd64fbsd-nat.o gcore.o fbsd-proc.o
+	amd64-nat.o amd64bsd-nat.o amd64fbsd-nat.o \
+	gcore.o fbsd-proc.o bsd-kvm.o
 NAT_FILE= nm-fbsd64.h
 XM_FILE= xm-i386.h
+
+LOADLIBES= -lkvm


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