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


Discovered this a few weeks ago, but forgot to commit it.

It's in now.

Mark


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

	* config/powerpc/obsd.mt (DEPRECATED_TM_FILE): Set to
	tm-ppc-eabi.h instead of the removed tm-nbsd.h.

Index: config/powerpc/obsd.mt
===================================================================
RCS file: /cvs/src/src/gdb/config/powerpc/obsd.mt,v
retrieving revision 1.2
diff -u -p -r1.2 obsd.mt
--- config/powerpc/obsd.mt 13 Sep 2004 20:55:41 -0000 1.2
+++ config/powerpc/obsd.mt 7 Jan 2005 23:41:37 -0000
@@ -1,4 +1,5 @@
 # Target: OpenBSD/powerpc
 TDEPFILES= rs6000-tdep.o ppc-sysv-tdep.o ppcobsd-tdep.o \
 	corelow.o solib.o solib-svr4.o
-DEPRECATED_TM_FILE= tm-nbsd.h
+DEPRECATED_TM_FILE= tm-ppc-eabi.h


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