diff options
author | Elena Zannoni <ezannoni@kwikemart.cygnus.com> | 2002-06-24 13:26:07 +0000 |
---|---|---|
committer | Elena Zannoni <ezannoni@kwikemart.cygnus.com> | 2002-06-24 13:26:07 +0000 |
commit | 65044526557bc54ac5b326bed9ee936c6d2feeb0 (patch) | |
tree | 1480d9d5fae26713a09c664a795434a53a3c4afd /sim/sh64 | |
parent | 03c30d4dcf9688fe3d2c241fc70b3c82512aa77d (diff) | |
download | binutils-gdb-65044526557bc54ac5b326bed9ee936c6d2feeb0.tar.gz |
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.
Diffstat (limited to 'sim/sh64')
-rw-r--r-- | sim/sh64/ChangeLog | 8 | ||||
-rw-r--r-- | sim/sh64/sh64.c | 6 |
2 files changed, 11 insertions, 3 deletions
diff --git a/sim/sh64/ChangeLog b/sim/sh64/ChangeLog index 706a8664968..37a7ad9e318 100644 --- a/sim/sh64/ChangeLog +++ b/sim/sh64/ChangeLog @@ -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 diff --git a/sim/sh64/sh64.c b/sim/sh64/sh64.c index 55c90e623c0..12ce3f69a66 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 |