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]

[PATCH] Add proc-service.o to NATDEPFILES in config/ia64/linux.mh


I've just committed the patch below.  Thread debugging works (for some
definition of "works") again on Linux/IA-64.

	* config/ia64/linux.mh (NATDEPFILES): Add proc-service.o to
	this list.

Index: config/ia64/linux.mh
===================================================================
RCS file: /cvs/src/src/gdb/config/ia64/linux.mh,v
retrieving revision 1.6
diff -u -p -r1.6 linux.mh
--- linux.mh	2001/02/21 05:20:35	1.6
+++ linux.mh	2001/03/20 00:00:49
@@ -5,7 +5,8 @@ XDEPFILES=
 
 NAT_FILE= nm-linux.h
 NATDEPFILES= infptrace.o inftarg.o fork-child.o corelow.o \
-	core-aout.o core-regset.o ia64-linux-nat.o thread-db.o lin-lwp.o
+	core-aout.o core-regset.o ia64-linux-nat.o \
+	proc-service.o thread-db.o lin-lwp.o
 
 LOADLIBES = -ldl -rdynamic
 


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