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] Small OpenBSD/mips64 tweak


Committed,

Mark

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

	* config/mips/obsd64.mh (NATDEPFILES): Unwrap line.

Index: config/mips/obsd64.mh
===================================================================
RCS file: /cvs/src/src/gdb/config/mips/obsd64.mh,v
retrieving revision 1.1
diff -u -p -r1.1 obsd64.mh
--- config/mips/obsd64.mh 23 Oct 2004 12:14:02 -0000 1.1
+++ config/mips/obsd64.mh 27 Dec 2004 15:05:56 -0000
@@ -1,3 +1,2 @@
 # Host: OpenBSD/mips64
-NATDEPFILES= fork-child.o inf-ptrace.o \
-	mips64obsd-nat.o
+NATDEPFILES= fork-child.o inf-ptrace.o mips64obsd-nat.o


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