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 PR gdb/1216


Checked in as obviuso.

Index: ChangeLog
from  Mark Kettenis  <kettenis@gnu.org>
 
	Fix gdb/1216.
	* shnbsd-nat.c: Include "sh-tdep.h".

 
Index: shnbsd-nat.c
===================================================================
RCS file: /cvs/src/src/gdb/shnbsd-nat.c,v
retrieving revision 1.2
diff -u -p -r1.2 shnbsd-nat.c
--- shnbsd-nat.c 11 May 2002 19:30:27 -0000 1.2
+++ shnbsd-nat.c 1 Jun 2003 12:30:27 -0000
@@ -1,5 +1,5 @@
 /* Native-dependent code for SuperH running NetBSD, for GDB.
-   Copyright 2002 Free Software Foundation, Inc.
+   Copyright 2002, 2003 Free Software Foundation, Inc.
    Contributed by Wasabi Systems, Inc.
 
    This file is part of GDB.
@@ -26,6 +26,7 @@
 #include "defs.h"
 #include "inferior.h"
 
+#include "sh-tdep.h"
 #include "shnbsd-tdep.h"
 
 /* Determine if PT_GETREGS fetches this register. */


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