mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-11-28 20:43:45 +08:00
2004-05-11 Andrew Cagney <cagney@redhat.com>
* ppcnbsd-tdep.c: Include "gdb_assert.h". * Makefile.in (ppcnbsd-tdep.o): Update dependencies.
This commit is contained in:
parent
22fe14ad41
commit
d28b44a731
@ -1,3 +1,8 @@
|
||||
2004-05-11 Andrew Cagney <cagney@redhat.com>
|
||||
|
||||
* ppcnbsd-tdep.c: Include "gdb_assert.h".
|
||||
* Makefile.in (ppcnbsd-tdep.o): Update dependencies.
|
||||
|
||||
2004-05-10 Jim Blandy <jimb@redhat.com>
|
||||
|
||||
* ppc-bdm.c (bdm_ppc_fetch_registers): Replace utterly broken code
|
||||
|
@ -2162,7 +2162,7 @@ ppcnbsd-nat.o: ppcnbsd-nat.c $(defs_h) $(inferior_h) $(ppc_tdep_h) \
|
||||
$(ppcnbsd_tdep_h) $(gdb_assert_h)
|
||||
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)
|
||||
$(ppcnbsd_tdep_h) $(nbsd_tdep_h) $(solib_svr4_h) $(gdb_assert)
|
||||
ppcobsd-nat.o: ppcobsd-nat.c $(defs_h) $(inferior_h) $(regcache_h) \
|
||||
$(ppc_tdep_h) $(ppcobsd_tdep_h)
|
||||
ppcobsd-tdep.o: ppcobsd-tdep.c $(defs_h) $(arch_utils_h) $(osabi_h) \
|
||||
|
@ -34,7 +34,7 @@
|
||||
#include "nbsd-tdep.h"
|
||||
#include "tramp-frame.h"
|
||||
#include "trad-frame.h"
|
||||
|
||||
#include "gdb_assert.h"
|
||||
#include "solib-svr4.h"
|
||||
|
||||
#define REG_FIXREG_OFFSET(x) ((x) * 4)
|
||||
|
Loading…
Reference in New Issue
Block a user