2002-12-16 Chris Demetriou <cgd@broadcom.com>
authorChris Demetriou <cgd@google.com>
Tue, 17 Dec 2002 07:27:53 +0000 (07:27 +0000)
committerChris Demetriou <cgd@google.com>
Tue, 17 Dec 2002 07:27:53 +0000 (07:27 +0000)
        * tconfig.in: Include "gdb/callback.h" and "gdb/remote-sim.h".

sim/mips/ChangeLog
sim/mips/tconfig.in

index e211d7b678bda0ff2d7a49858cf92b724bb5f5f8..c92eb064c077d800600bbd169e2a8087e0dfd45b 100644 (file)
@@ -1,3 +1,7 @@
+2002-12-16  Chris Demetriou  <cgd@broadcom.com>
+
+        * tconfig.in: Include "gdb/callback.h" and "gdb/remote-sim.h".
+
 2002-07-30  Chris Demetriou  <cgd@broadcom.com>
 
        * mips.igen (do_load_double, do_store_double): New functions.
index d59147403189817e335e56431e683b855d76fea3..7cea8454fd0402591bb1f3d86f452e7510dcf836 100644 (file)
@@ -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;
This page took 0.028339 seconds and 4 git commands to generate.