This is the mail archive of the gdb-patches@sources.redhat.com mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[PATCH] Fix sh-tdep.c typo.



I knew I had to sneak a typo in there...

Elena

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

        * sh-tdep.c: Include correct file.

Index: sh-tdep.c
===================================================================
RCS file: /cvs/uberbaum/gdb/sh-tdep.c,v
retrieving revision 1.56
diff -u -p -r1.56 sh-tdep.c
--- sh-tdep.c	10 May 2002 23:00:22 -0000	1.56
+++ sh-tdep.c	10 May 2002 23:20:30 -0000
@@ -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)))


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]