aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Cagney <cagney@redhat.com>2004-05-11 16:16:29 +0000
committerAndrew Cagney <cagney@redhat.com>2004-05-11 16:16:29 +0000
commitd28b44a731de335df91e1c950b8100d67edef854 (patch)
tree0db3e3c2905d5aeaf5a3df0004f8a1a22e815655
parent22fe14ad41ac9f7b8fd61bc25e08e51094dcb116 (diff)
downloadgdb-d28b44a731de335df91e1c950b8100d67edef854.zip
gdb-d28b44a731de335df91e1c950b8100d67edef854.tar.gz
gdb-d28b44a731de335df91e1c950b8100d67edef854.tar.bz2
2004-05-11 Andrew Cagney <cagney@redhat.com>
* ppcnbsd-tdep.c: Include "gdb_assert.h". * Makefile.in (ppcnbsd-tdep.o): Update dependencies.
-rw-r--r--gdb/ChangeLog5
-rw-r--r--gdb/Makefile.in2
-rw-r--r--gdb/ppcnbsd-tdep.c2
3 files changed, 7 insertions, 2 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index 8b497ea..b48a23b 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -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
diff --git a/gdb/Makefile.in b/gdb/Makefile.in
index 151cb1d..07e57a4 100644
--- a/gdb/Makefile.in
+++ b/gdb/Makefile.in
@@ -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) \
diff --git a/gdb/ppcnbsd-tdep.c b/gdb/ppcnbsd-tdep.c
index 30a8375..0765292 100644
--- a/gdb/ppcnbsd-tdep.c
+++ b/gdb/ppcnbsd-tdep.c
@@ -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)