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] Give OpenBSD/vax its own target file


This avoids a warning by not including solib-svr4.c (which is useless
for OpenBSD/vax which doesn't even have shared libraries).

Committed,

Mark


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

	* configure.tgt (vax-*-openbsd*): Set gdb_target to obsd.
	* config/vax/obsd.mt (TDEPFILES): New file.

Index: configure.tgt
===================================================================
RCS file: /cvs/src/src/gdb/configure.tgt,v
retrieving revision 1.163
diff -u -p -r1.163 configure.tgt
--- configure.tgt 26 Apr 2005 21:47:21 -0000 1.163
+++ configure.tgt 14 May 2005 20:18:42 -0000
@@ -195,7 +195,7 @@ xstormy16-*-*)          gdb_target=xstor
 
 vax-*-netbsd* | vax-*-knetbsd*-gnu)
 			gdb_target=nbsd ;;
-vax-*-openbsd*)		gdb_target=nbsd ;;
+vax-*-openbsd*)		gdb_target=obsd ;;
 vax-*-*)		gdb_target=vax ;;
 
 x86_64-*-linux*)	gdb_target=linux64
Index: config/vax/obsd.mt
===================================================================
RCS file: config/vax/obsd.mt
diff -N config/vax/obsd.mt
--- /dev/null	1 Jan 1970 00:00:00 -0000
+++ config/vax/obsd.mt 14 May 2005 20:18:42 -0000
@@ -0,0 +1,2 @@
+# Target: OpenBSD/vax
+TDEPFILES= vax-tdep.o corelow.o


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