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] Fix Ultrix/VAX


For some reason I failed to add vax-nat.o to the list.

Committed now,

Mark


Index: ChangeLog
from  Mark Kettenis  <kettenis@gnu.org>
 
	* config/vax/vax.mh (NATDEPFILES): Add vax-nat.c.

 
Index: config/vax/vax.mh
===================================================================
RCS file: /cvs/src/src/gdb/config/vax/vax.mh,v
retrieving revision 1.1
diff -u -p -r1.1 vax.mh
--- config/vax/vax.mh 6 Aug 2004 19:14:44 -0000 1.1
+++ config/vax/vax.mh 22 Aug 2004 20:55:10 -0000
@@ -1,3 +1,4 @@
 # Host: VAX running 4.2BSD or Ultrix
-NATDEPFILES= infptrace.o inftarg.o fork-child.o corelow.o core-aout.o
+NATDEPFILES= vax-nat.o fork-child.o infptrace.o inftarg.o \
+	corelow.o core-aout.o
 NAT_FILE= nm-vax.h


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