From: Elena Zannoni Date: Fri, 10 May 2002 23:22:10 +0000 (+0000) Subject: 2002-05-10 Elena Zannoni X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=1c9221647b81fefad6a0852eaeff66181010bb66;p=binutils-gdb.git 2002-05-10 Elena Zannoni * sh-tdep.c: Include correct file. --- diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 49b99f9eb40..edf7cf5559a 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,7 @@ +2002-05-10 Elena Zannoni + + * sh-tdep.c: Include correct file. + 2002-05-10 Elena Zannoni New support for sh64-elf (sh5) target. diff --git a/gdb/sh-tdep.c b/gdb/sh-tdep.c index 2550a90aa63..8c0c811d15c 100644 --- a/gdb/sh-tdep.c +++ b/gdb/sh-tdep.c @@ -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)))