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/SPARC] Fix NetBSD/sparc64 native


This might fix a problem with NetBSD/sparc64.

Committed to the SPARC branch,

Mark


Index: ChangeLog
from  Mark Kettenis  <kettenis@gnu.org>
 
	* config/sparc/nbsd64.mh (NATDEPFILES): Add sparc64-nat.o.

 
Index: config/sparc/nbsd64.mh
===================================================================
RCS file: /cvs/src/src/gdb/config/sparc/nbsd64.mh,v
retrieving revision 1.1.54.1
diff -u -p -r1.1.54.1 nbsd64.mh
--- config/sparc/nbsd64.mh 26 Dec 2003 23:42:59 -0000 1.1.54.1
+++ config/sparc/nbsd64.mh 27 Dec 2003 11:23:53 -0000
@@ -1,4 +1,4 @@
 # Host: NetBSD/sparc64
-NATDEPFILES= sparc-nat.o sparc64nbsd-nat.o \
+NATDEPFILES= sparc64nbsd-nat.o sparc64-nat.o sparc-nat.o \
 	fork-child.o infptrace.o inftarg.o
 NAT_FILE= nm-nbsd.h


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