aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Cagney <cagney@redhat.com>2004-04-21 23:27:02 +0000
committerAndrew Cagney <cagney@redhat.com>2004-04-21 23:27:02 +0000
commitb2e31a62edd021f7921a1c874534d9f048984bdb (patch)
treee0d362c731d08a3567f65c2650df459037a6ffc9
parent62cf13cc3d71fac8ad3a2ac4284370f5711e55dd (diff)
downloadfsf-binutils-gdb-b2e31a62edd021f7921a1c874534d9f048984bdb.zip
fsf-binutils-gdb-b2e31a62edd021f7921a1c874534d9f048984bdb.tar.gz
fsf-binutils-gdb-b2e31a62edd021f7921a1c874534d9f048984bdb.tar.bz2
2004-04-21 Andrew Cagney <cagney@redhat.com>
* Makefile.in (vaxnbsd-tdep.o): Update dependencies. * vaxnbsd-tdep.c: Include "gdb_string.h".
-rw-r--r--gdb/ChangeLog3
-rw-r--r--gdb/Makefile.in2
-rw-r--r--gdb/vaxnbsd-tdep.c2
3 files changed, 6 insertions, 1 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index 1839888..5698945 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,5 +1,8 @@
2004-04-21 Andrew Cagney <cagney@redhat.com>
+ * Makefile.in (vaxnbsd-tdep.o): Update dependencies.
+ * vaxnbsd-tdep.c: Include "gdb_string.h".
+
* symfile.c (symbol_file_add_from_memory): #if 0 function.
(add_symbol_file_from_memory_command): #if 0 function body, call
error instead.
diff --git a/gdb/Makefile.in b/gdb/Makefile.in
index 0240d80..8be42e4 100644
--- a/gdb/Makefile.in
+++ b/gdb/Makefile.in
@@ -2504,7 +2504,7 @@ vax-tdep.o: vax-tdep.c $(defs_h) $(symtab_h) $(opcode_vax_h) $(gdbcore_h) \
$(dis_asm_h) $(regset_h) $(gdb_string_h) $(vax_tdep_h)
vaxbsd-nat.o: vaxbsd-nat.c $(defs_h) $(inferior_h) $(regcache_h) $(vax_tdep_h)
vaxnbsd-tdep.o: vaxnbsd-tdep.c $(defs_h) $(arch_utils_h) $(osabi_h) \
- $(vax_tdep_h) $(solib_svr4_h)
+ $(vax_tdep_h) $(solib_svr4_h) $(gdb_string_h)
win32-nat.o: win32-nat.c $(defs_h) $(frame_h) $(inferior_h) $(target_h) \
$(gdbcore_h) $(command_h) $(completer_h) $(regcache_h) $(top_h) \
$(buildsym_h) $(symfile_h) $(objfiles_h) $(gdb_string_h) \
diff --git a/gdb/vaxnbsd-tdep.c b/gdb/vaxnbsd-tdep.c
index f54e57f..c324da8 100644
--- a/gdb/vaxnbsd-tdep.c
+++ b/gdb/vaxnbsd-tdep.c
@@ -26,6 +26,8 @@
#include "vax-tdep.h"
#include "solib-svr4.h"
+#include "gdb_string.h"
+
/* Support for shared libraries. */
/* Return non-zero if we are in a shared library trampoline code stub. */