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] Fix OpenBSD/powerpc native


Somehow I messed this up when moving some stuff around.  Fixed now.

Committed as obvious.

Mark


Index: ChangeLog
from  Mark Kettenis  <kettenis@gnu.org>
 
	* ppcobsd-nat.c: Include "ppc-tdep.h".
	* Makefile.in (ppcobsd-nat.o): Update dependencies.

 
Index: Makefile.in
===================================================================
RCS file: /cvs/src/src/gdb/Makefile.in,v
retrieving revision 1.549
diff -u -p -r1.549 Makefile.in
--- Makefile.in 24 Apr 2004 18:44:28 -0000 1.549
+++ Makefile.in 25 Apr 2004 14:34:51 -0000
@@ -2158,7 +2158,7 @@ ppcnbsd-tdep.o: ppcnbsd-tdep.c $(defs_h)
 	$(target_h) $(breakpoint_h) $(value_h) $(osabi_h) $(ppc_tdep_h) \
 	$(ppcnbsd_tdep_h) $(nbsd_tdep_h) $(solib_svr4_h)
 ppcobsd-nat.o: ppcobsd-nat.c $(defs_h) $(inferior_h) $(regcache_h) \
-	$(ppcobsd_tdep_h)
+	$(ppc_tdep_h) $(ppcobsd_tdep_h)
 ppcobsd-tdep.o: ppcobsd-tdep.c $(defs_h) $(arch_utils_h) $(osabi_h) \
 	$(regcache_h) $(regset_h) $(gdb_string_h) $(ppc_tdep_h) \
 	$(ppcobsd_tdep_h) $(solib_svr4_h)
Index: ppcobsd-nat.c
===================================================================
RCS file: /cvs/src/src/gdb/ppcobsd-nat.c,v
retrieving revision 1.1
diff -u -p -r1.1 ppcobsd-nat.c
--- ppcobsd-nat.c 22 Apr 2004 21:13:06 -0000 1.1
+++ ppcobsd-nat.c 25 Apr 2004 14:34:51 -0000
@@ -28,6 +28,7 @@
 #include <sys/ptrace.h>
 #include <machine/reg.h>
 
+#include "ppc-tdep.h"
 #include "ppcobsd-tdep.h"
 
 /* OpenBSD/powerpc doesn't have PT_GETFPREGS/PT_SETFPREGS like


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