]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commitdiff
2004-04-21 Andrew Cagney <cagney@redhat.com>
authorAndrew Cagney <cagney@redhat.com>
Wed, 21 Apr 2004 23:27:02 +0000 (23:27 +0000)
committerAndrew Cagney <cagney@redhat.com>
Wed, 21 Apr 2004 23:27:02 +0000 (23:27 +0000)
* Makefile.in (vaxnbsd-tdep.o): Update dependencies.
* vaxnbsd-tdep.c: Include "gdb_string.h".

gdb/ChangeLog
gdb/Makefile.in
gdb/vaxnbsd-tdep.c

index 18398882d1fa6331dd5e591cc3bd4f5eb57e2842..5698945c032c7f850e04f9950ced9840ee892224 100644 (file)
@@ -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.
index 0240d80727d7891d77547341adb86fa7132bc097..8be42e4921f38e232b9ec16b7e7a99821e13194e 100644 (file)
@@ -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) \
index f54e57f4211c1fd6f74cbdea3de16d01de392379..c324da8cd430ddc2f3237887c351b4b912646c62 100644 (file)
@@ -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.  */