This is the mail archive of the gdb-patches@sources.redhat.com mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[ob] missing gdb_string.h


FYI,

Fixes GNU/Linux cross build of the vax target.

committed,
Andrew
2004-04-21  Andrew Cagney  <cagney@redhat.com>

	* Makefile.in (vaxnbsd-tdep.o): Update dependencies.
	* vaxnbsd-tdep.c: Include "gdb_string.h".

Index: Makefile.in
===================================================================
RCS file: /cvs/src/src/gdb/Makefile.in,v
retrieving revision 1.546
diff -u -r1.546 Makefile.in
--- Makefile.in	18 Apr 2004 16:50:29 -0000	1.546
+++ Makefile.in	21 Apr 2004 23:23:19 -0000
@@ -2504,7 +2504,7 @@
 	$(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: vaxnbsd-tdep.c
===================================================================
RCS file: /cvs/src/src/gdb/vaxnbsd-tdep.c,v
retrieving revision 1.1
diff -u -r1.1 vaxnbsd-tdep.c
--- vaxnbsd-tdep.c	14 Apr 2004 18:02:43 -0000	1.1
+++ vaxnbsd-tdep.c	21 Apr 2004 23:23:19 -0000
@@ -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.  */

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]