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]

[PATCH] Add i386-nat.o to NATDEPFILES for FreeBSD


I've just checked in the patch below.  i386-nat.o is needed in order to
pick up the various hw watchpoint functions.

Thanks to Bruce Grisham for bringing this problem to my attention.

	* config/i386/fbsd.mh (NATDEPFILES): Add i386-nat.o.

Index: config/i386/fbsd.mh
===================================================================
RCS file: /cvs/src/src/gdb/config/i386/fbsd.mh,v
retrieving revision 1.6
diff -u -p -r1.6 fbsd.mh
--- fbsd.mh	2001/03/10 06:17:21	1.6
+++ fbsd.mh	2001/04/12 18:41:30
@@ -1,6 +1,6 @@
 # Host: Intel 386 running FreeBSD
 XDEPFILES=
 # NOTE: Do not spread NATDEPFILES over several lines - it hurts BSD make.
-NATDEPFILES= fork-child.o infptrace.o inftarg.o solib.o solib-svr4.o solib-legacy.o corelow.o core-aout.o core-regset.o i387-nat.o i386bsd-nat.o
+NATDEPFILES= fork-child.o infptrace.o inftarg.o solib.o solib-svr4.o solib-legacy.o corelow.o core-aout.o core-regset.o i387-nat.o i386bsd-nat.o i386-nat.o
 XM_FILE= xm-fbsd.h
 NAT_FILE= nm-fbsd.h


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