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]

[PATCH] Provide 32-bit support for OpenBSD/amd64 target


OpenBSD/amd64 doesn't support running 32-bit code yet, but this makes
GDB shut up about a missing OS/ABI if you start it without specifying
a file.

Committed,

Mark


Index: ChangeLog
from  Mark Kettenis  <kettenis@gnu.org>
 
	* config/i386/obsd64.mt (TDEPFILES): Add i386obsd-tdep.o.

Index: config/i386/obsd64.mt
===================================================================
RCS file: /cvs/src/src/gdb/config/i386/obsd64.mt,v
retrieving revision 1.4
diff -u -p -r1.4 obsd64.mt
--- config/i386/obsd64.mt 25 Feb 2004 20:45:31 -0000 1.4
+++ config/i386/obsd64.mt 14 Aug 2004 13:42:35 -0000
@@ -1,5 +1,5 @@
 # Target: OpenBSD/amd64
 TDEPFILES= amd64-tdep.o amd64obsd-tdep.o \
-	i386-tdep.o i387-tdep.o i386bsd-tdep.o \
+	i386-tdep.o i387-tdep.o i386bsd-tdep.o i386obsd-tdep.o \
 	corelow.o solib.o solib-svr4.o
 TM_FILE= tm-nbsd.h


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