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] Make *BSD/amd64 a NAT_FILE-free zone


These are the first three native platforms that can do without.
Yippee!

Mark


Index: ChangeLog
from  Mark Kettenis  <kettenis@gnu.org>
 
	* config/i386/fbsd64.mh, config/i386/nbsd64.mh,
	config/i386/obsd64.mh (NAT_FILE): Remove variable.

Index: config/i386/fbsd64.mh
===================================================================
RCS file: /cvs/src/src/gdb/config/i386/fbsd64.mh,v
retrieving revision 1.9
diff -u -p -r1.9 fbsd64.mh
--- config/i386/fbsd64.mh 26 Sep 2004 19:41:21 -0000 1.9
+++ config/i386/fbsd64.mh 27 Sep 2004 18:43:35 -0000
@@ -2,6 +2,5 @@
 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= config/nm-bsd.h
 
 LOADLIBES= -lkvm
Index: config/i386/nbsd64.mh
===================================================================
RCS file: /cvs/src/src/gdb/config/i386/nbsd64.mh,v
retrieving revision 1.5
diff -u -p -r1.5 nbsd64.mh
--- config/i386/nbsd64.mh 26 Sep 2004 18:42:30 -0000 1.5
+++ config/i386/nbsd64.mh 27 Sep 2004 18:43:35 -0000
@@ -1,4 +1,3 @@
 # Host: NetBSD/amd64
 NATDEPFILES= fork-child.o inf-child.o inf-ptrace.o \
 	amd64-nat.o amd64bsd-nat.o amd64nbsd-nat.o
-NAT_FILE= config/nm-nbsd.h
Index: config/i386/obsd64.mh
===================================================================
RCS file: /cvs/src/src/gdb/config/i386/obsd64.mh,v
retrieving revision 1.6
diff -u -p -r1.6 obsd64.mh
--- config/i386/obsd64.mh 26 Sep 2004 18:42:30 -0000 1.6
+++ config/i386/obsd64.mh 27 Sep 2004 18:43:35 -0000
@@ -1,6 +1,5 @@
 # Host: OpenBSD/amd64
 NATDEPFILES= fork-child.o inf-child.o inf-ptrace.o \
 	amd64-nat.o amd64bsd-nat.o amd64obsd-nat.o bsd-kvm.o
-NAT_FILE= config/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]