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]

[COMMIT] Fix OpenBSD/sparc64 build error


Somehow I missed this too.

Committed,

Mark

Index: ChangeLog
from  Mark Kettenis  <kettenis@gnu.org>

	* config/sparc/nbsd64.mh (NAT_FILE): Remove.

Index: config/sparc/nbsd64.mh
===================================================================
RCS file: /cvs/src/src/gdb/config/sparc/nbsd64.mh,v
retrieving revision 1.4
diff -u -p -r1.4 nbsd64.mh
--- config/sparc/nbsd64.mh 12 Oct 2004 22:18:55 -0000 1.4
+++ config/sparc/nbsd64.mh 25 Mar 2005 22:27:16 -0000
@@ -1,6 +1,5 @@
 # Host: NetBSD/sparc64
 NATDEPFILES= fork-child.o inf-ptrace.o \
 	sparc64nbsd-nat.o sparc-nat.o bsd-kvm.o
-NAT_FILE= nm-nbsd.h
 
 LOADLIBES= -lkvm


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