From 65044526557bc54ac5b326bed9ee936c6d2feeb0 Mon Sep 17 00:00:00 2001 From: Elena Zannoni Date: Mon, 24 Jun 2002 13:26:07 +0000 Subject: [PATCH] 2002-06-24 Richard Sandiford * sh64.c: Update path of "callback.h". 2002-06-20 Elena Zannoni * sh64.c: Include correct file for register numbers. --- sim/sh64/ChangeLog | 8 ++++++++ sim/sh64/sh64.c | 6 +++--- 2 files changed, 11 insertions(+), 3 deletions(-) diff --git a/sim/sh64/ChangeLog b/sim/sh64/ChangeLog index 706a866..37a7ad9 100644 --- a/sim/sh64/ChangeLog +++ b/sim/sh64/ChangeLog @@ -1,3 +1,11 @@ +2002-06-24 Richard Sandiford + + * sh64.c: Update path of "callback.h". + +2002-06-20 Elena Zannoni + + * sh64.c: Include correct file for register numbers. + Fri May 17 14:27:41 2002 J"orn Rennecke * sim-if.c (sh64_disassemble_insn): Use print_insn_sh instead of diff --git a/sim/sh64/sh64.c b/sim/sh64/sh64.c index 55c90e6..12ce3f6 100644 --- a/sim/sh64/sh64.c +++ b/sim/sh64/sh64.c @@ -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 -- 2.7.4