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] OpenBSD/sparc64 tweaks


This makes sure GDB doesn't complain about missing "OpenBSD ELF" osabi
support on startup.

Committed,

Mark


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

 
Index: config/sparc/obsd64.mt
===================================================================
RCS file: /cvs/src/src/gdb/config/sparc/obsd64.mt,v
retrieving revision 1.1
diff -u -p -r1.1 obsd64.mt
--- config/sparc/obsd64.mt 24 Jan 2004 22:18:22 -0000 1.1
+++ config/sparc/obsd64.mt 23 Jul 2004 00:12:52 -0000
@@ -1,5 +1,5 @@
 # Target: OpenBSD/sparc64
 TDEPFILES= sparc64-tdep.o sparc64nbsd-tdep.o sparc64obsd-tdep.o \
-	sparc-tdep.o sparcnbsd-tdep.o nbsd-tdep.o \
+	sparc-tdep.o sparcnbsd-tdep.o sparcobsd-tdep.o nbsd-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]