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]

[applied mips sim patch] fix mips tconfig.in


w/o it tx39-elf sim doesn't build.  guess it gets a lot of testing, eh?  8-)


cgd
===================================================================
2002-12-16  Chris Demetriou  <cgd@broadcom.com>

        * tconfig.in: Include "gdb/callback.h" and "gdb/remote-sim.h".

Index: tconfig.in
===================================================================
RCS file: /cvs/src/src/sim/mips/tconfig.in,v
retrieving revision 1.1.1.2
diff -u -p -r1.1.1.2 tconfig.in
--- tconfig.in	12 Jul 1999 11:15:22 -0000	1.1.1.2
+++ tconfig.in	17 Dec 2002 07:27:39 -0000
@@ -6,8 +6,8 @@
 
 /* FIXME: This is unnecessarily necessary: */
 #include "ansidecl.h"
-#include "callback.h"
-#include "remote-sim.h"
+#include "gdb/callback.h"
+#include "gdb/remote-sim.h"
 #include "sim-module.h"
 
 MODULE_INSTALL_FN dv_sockser_install;


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