From: Mark Kettenis Date: Sun, 25 Apr 2004 14:36:15 +0000 (+0000) Subject: * ppcobsd-nat.c: Include "ppc-tdep.h". X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=c79ac407f96f4b786536c7352abad02dfad298d3;p=binutils-gdb.git * ppcobsd-nat.c: Include "ppc-tdep.h". * Makefile.in (ppcobsd-nat.o): Update dependencies. --- diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 1ea2e66f545..7b97ce93de1 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,5 +1,8 @@ 2004-04-25 Mark Kettenis + * 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. diff --git a/gdb/Makefile.in b/gdb/Makefile.in index ab5a699d65d..2e8944e79cc 100644 --- a/gdb/Makefile.in +++ b/gdb/Makefile.in @@ -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) diff --git a/gdb/ppcobsd-nat.c b/gdb/ppcobsd-nat.c index 5f4348427ac..713eb4afeba 100644 --- a/gdb/ppcobsd-nat.c +++ b/gdb/ppcobsd-nat.c @@ -28,6 +28,7 @@ #include #include +#include "ppc-tdep.h" #include "ppcobsd-tdep.h" /* OpenBSD/powerpc doesn't have PT_GETFPREGS/PT_SETFPREGS like