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/m88k native build


Bad Andrew, no cookie ;-).

Mark


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

	* config/m88k/obsd.mh (NATDEPFILES): Really remove inf-child.o.
	Add back inf-ptrace.o.

Index: config/m88k/obsd.mh
===================================================================
RCS file: /cvs/src/src/gdb/config/m88k/obsd.mh,v
retrieving revision 1.4
diff -u -p -r1.4 obsd.mh
--- config/m88k/obsd.mh 1 Oct 2004 17:26:13 -0000 1.4
+++ config/m88k/obsd.mh 4 Jan 2005 20:40:04 -0000
@@ -1,2 +1,2 @@
 # Host: OpenBSD/m88k
-NATDEPFILES= fork-child.o inf-child.o m88kbsd-nat.o
+NATDEPFILES= fork-child.o inf-ptrace.o m88kbsd-nat.o


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