2002-05-10 Elena Zannoni <ezannoni@redhat.com>

* sh-tdep.c: Include correct file.
This commit is contained in:
Elena Zannoni 2002-05-10 23:22:10 +00:00
parent 283150cd19
commit 1c9221647b
2 changed files with 5 additions and 1 deletions

View file

@ -1,3 +1,7 @@
2002-05-10 Elena Zannoni <ezannoni@redhat.com>
* sh-tdep.c: Include correct file.
2002-05-10 Elena Zannoni <ezannoni@redhat.com>
New support for sh64-elf (sh5) target.

View file

@ -49,7 +49,7 @@
/* sh64 flags */
#include "elf/sh.h"
/* registers numbers shared with the simulator */
#include "gdb/sim-sh64.h"
#include "gdb/sim-sh.h"
#undef XMALLOC
#define XMALLOC(TYPE) ((TYPE*) xmalloc (sizeof (TYPE)))