* ppcobsd-nat.c: Include "ppc-tdep.h".

* Makefile.in (ppcobsd-nat.o): Update dependencies.
This commit is contained in:
Mark Kettenis 2004-04-25 14:36:15 +00:00
parent 3e9a183cb2
commit c79ac407f9
3 changed files with 5 additions and 1 deletions

View File

@ -1,5 +1,8 @@
2004-04-25 Mark Kettenis <kettenis@gnu.org>
* ppcobsd-nat.c: Include "ppc-tdep.h".
* Makefile.in (ppcobsd-nat.o): Update dependencies.
* stack.c (return_command): Use CHECK_TYPEDEF on the return type.
Fixes PR tdep/1623 and PR tdep/1624.

View File

@ -2158,7 +2158,7 @@ ppcnbsd-tdep.o: ppcnbsd-tdep.c $(defs_h) $(gdbcore_h) $(regcache_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)

View File

@ -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