* hppa-tdep.c (gdb_assert.h): Add missing #include.
authorJoel Brobecker <brobecker@gnat.com>
Mon, 17 Mar 2003 23:25:09 +0000 (23:25 +0000)
committerJoel Brobecker <brobecker@gnat.com>
Mon, 17 Mar 2003 23:25:09 +0000 (23:25 +0000)
        * somsolib.c (gdb_assert.h): Likewise.
        * Makefile.in (hppa-tdep.o): Add dependency on gdb_assert.h.
        (somsolib.o): Likewise.

gdb/ChangeLog
gdb/Makefile.in
gdb/hppa-tdep.c
gdb/somsolib.c

index 7e9465e..415dd9f 100644 (file)
@@ -1,3 +1,10 @@
+2003-03-17  J. Brobecker  <brobecker@gnat.com>
+
+       * hppa-tdep.c (gdb_assert.h): Add missing #include.
+       * somsolib.c (gdb_assert.h): Likewise.
+       * Makefile.in (hppa-tdep.o): Add dependency on gdb_assert.h.
+       (somsolib.o): Likewise.
+
 2003-03-17  Andrew Cagney  <cagney@redhat.com>
 
        * disasm.c (gdb_disassembly): Set di.mach using the architecture's
index a5d986e..b997c90 100644 (file)
@@ -1735,7 +1735,7 @@ hpacc-abi.o: hpacc-abi.c $(defs_h) $(value_h) $(gdb_regex_h) $(gdb_string_h) \
 hppa-tdep.o: hppa-tdep.c $(defs_h) $(frame_h) $(bfd_h) $(inferior_h) \
        $(value_h) $(regcache_h) $(completer_h) $(symtab_h) $(a_out_encap_h) \
        $(gdb_stat_h) $(gdb_wait_h) $(gdbcore_h) $(gdbcmd_h) $(target_h) \
-       $(symfile_h) $(objfiles_h) $(language_h) $(osabi_h)
+       $(symfile_h) $(objfiles_h) $(language_h) $(osabi_h) $(gdb_assert_h)
 hppa-hpux-tdep.o: hppa-hpux-tdep.c $(defs_h) $(arch_utils_h) $(gdbcore_h) \
        $(osabi_h)
 hppab-nat.o: hppab-nat.c $(defs_h) $(inferior_h) $(target_h) $(regcache_h)
@@ -2175,7 +2175,7 @@ somread.o: somread.c $(defs_h) $(bfd_h) $(symtab_h) $(symfile_h) \
 somsolib.o: somsolib.c $(defs_h) $(frame_h) $(bfd_h) $(som_h) $(libhppa_h) \
        $(gdbcore_h) $(symtab_h) $(breakpoint_h) $(symfile_h) $(objfiles_h) \
        $(inferior_h) $(gdb_stabs_h) $(gdb_stat_h) $(gdbcmd_h) $(language_h) \
-       $(regcache_h)
+       $(regcache_h) $(gdb_assert_h)
 source.o: source.c $(defs_h) $(symtab_h) $(expression_h) $(language_h) \
        $(command_h) $(source_h) $(gdbcmd_h) $(frame_h) $(value_h) \
        $(gdb_string_h) $(gdb_stat_h) $(gdbcore_h) $(gdb_regex_h) \
index 9fde53d..f74dfd1 100644 (file)
@@ -32,6 +32,7 @@
 #include "completer.h"
 #include "language.h"
 #include "osabi.h"
+#include "gdb_assert.h"
 
 /* For argument passing to the inferior */
 #include "symtab.h"
index 08d3e1c..c496752 100644 (file)
@@ -41,6 +41,7 @@
 #include "gdbcmd.h"
 #include "language.h"
 #include "regcache.h"
+#include "gdb_assert.h"
 
 #include <fcntl.h>