2002-05-10 Elena Zannoni <ezannoni@redhat.com>
authorElena Zannoni <ezannoni@kwikemart.cygnus.com>
Fri, 10 May 2002 23:22:10 +0000 (23:22 +0000)
committerElena Zannoni <ezannoni@kwikemart.cygnus.com>
Fri, 10 May 2002 23:22:10 +0000 (23:22 +0000)
        * sh-tdep.c: Include correct file.

gdb/ChangeLog
gdb/sh-tdep.c

index 49b99f9..edf7cf5 100644 (file)
@@ -1,5 +1,9 @@
 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.
 
         * configure.tgt: For sh64-elf target, default to sh-elf.
index 2550a90..8c0c811 100644 (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)))