2002-06-24 Richard Sandiford <rsandifo@redhat.com>
authorElena Zannoni <ezannoni@kwikemart.cygnus.com>
Mon, 24 Jun 2002 13:26:07 +0000 (13:26 +0000)
committerElena Zannoni <ezannoni@kwikemart.cygnus.com>
Mon, 24 Jun 2002 13:26:07 +0000 (13:26 +0000)
        * sh64.c: Update path of "callback.h".

2002-06-20  Elena Zannoni  <ezannoni@redhat.com>

        * sh64.c: Include correct file for register numbers.

sim/sh64/ChangeLog
sim/sh64/sh64.c

index 706a866..37a7ad9 100644 (file)
@@ -1,3 +1,11 @@
+2002-06-24  Richard Sandiford  <rsandifo@redhat.com>
+
+        * sh64.c: Update path of "callback.h".
+
+2002-06-20  Elena Zannoni  <ezannoni@redhat.com>
+
+        * sh64.c: Include correct file for register numbers.
+
 Fri May 17 14:27:41 2002  J"orn Rennecke <joern.rennecke@superh.com>
 
        * sim-if.c (sh64_disassemble_insn): Use  print_insn_sh instead of
index 55c90e6..12ce3f6 100644 (file)
@@ -26,12 +26,12 @@ with this program; if not, write to the Free Software Foundation, Inc.,
 #include "cgen-mem.h"
 #include "cgen-ops.h"
 
-#include "callback.h"
+#include "gdb/callback.h"
 #include "defs-compact.h"
 
 #include "bfd.h"
-/* From include/.  */
-#include "sim-sh64.h"
+/* From include/gdb/.  */
+#include "gdb/sim-sh.h"
 
 #define SYS_exit        1
 #define        SYS_read        3