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] add linux-nat.o to ppc64 builds


I think this qualifies as obvious. Fixes a build problem on ppc64
hosts.  I am checking this in the branch and mainline.

elena


2003-06-27  Elena Zannoni  <ezannoni@redhat.com>

	* config/powerpc/ppc64-linux.mh (NATDEPFILES): Add linux-nat.o.

 
Index: ppc64-linux.mh
===================================================================
RCS file: /cvs/uberbaum/gdb/config/powerpc/ppc64-linux.mh,v
retrieving revision 1.2
diff -u -p -r1.2 ppc64-linux.mh
--- ppc64-linux.mh	12 Jun 2003 23:30:39 -0000	1.2
+++ ppc64-linux.mh	27 Jun 2003 17:01:05 -0000
@@ -6,7 +6,7 @@ XM_CLIBS=
 NAT_FILE= nm-ppc64-linux.h
 NATDEPFILES= infptrace.o inftarg.o fork-child.o linux-proc.o \
 	ppc-linux-nat.o proc-service.o thread-db.o lin-lwp.o \
-	gcore.o
+	gcore.o linux-nat.o
 
 # The PowerPC has severe limitations on TOC size, and uses them even
 # for non-PIC code.  GDB overflows those tables when compiling with


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