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] sh64 sim include files path


Now that the .h files are in include/gdb/. we need to update the
following.  I think this qualifies as obvious, I've checked it in.

Elena

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.


Index: sh64.c
===================================================================
RCS file: /cvs/src/src/sim/sh64/sh64.c,v
retrieving revision 1.1
diff -u -p -r1.1 sh64.c
--- sh64.c	1 Feb 2002 11:44:27 -0000	1.1
+++ sh64.c	24 Jun 2002 13:22:10 -0000
@@ -26,12 +26,12 @@ with this program; if not, write to the 
 #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


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