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.
This commit is contained in:
Elena Zannoni 2002-06-24 13:26:07 +00:00
parent 03c30d4dcf
commit 6504452655
2 changed files with 11 additions and 3 deletions

View 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

View 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