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] Get rid of config/i386/nm-fbsd64.h


Another one bites the dust.

Mark


Index: ChangeLog
from  Mark Kettenis  <kettenis@gnu.org>
 
	* config/i386/nm-fbsd64.h: Remove file.
	* config/i386/fbsd64.mh (NAT_FILE): Set to config/nm-nbsd.h.

Index: config/i386/fbsd64.mh
===================================================================
RCS file: /cvs/src/src/gdb/config/i386/fbsd64.mh,v
retrieving revision 1.8
diff -u -p -r1.8 fbsd64.mh
--- config/i386/fbsd64.mh 26 Sep 2004 18:42:30 -0000 1.8
+++ config/i386/fbsd64.mh 26 Sep 2004 19:19:17 -0000
@@ -2,6 +2,6 @@
 NATDEPFILES= fork-child.o inf-child.o inf-ptrace.o \
 	fbsd-nat.o amd64-nat.o amd64bsd-nat.o amd64fbsd-nat.o \
 	gcore.o bsd-kvm.o
-NAT_FILE= nm-fbsd64.h
+NAT_FILE= config/nm-bsd.h
 
 LOADLIBES= -lkvm


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