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]

PATCH: s390-nat.c needs regcache.h



2001-11-06  Jim Blandy  <jimb@redhat.com>

	* s390-nat.c: #include "regcache.h", to get declaration for
 	`supply_register'.  (The last change already added the dependency
 	of s390-nat.o on regcache.h.  Oops.)

Index: gdb/s390-nat.c
===================================================================
RCS file: /cvs/cvsfiles/devo/gdb/s390-nat.c,v
retrieving revision 2.3
diff -c -r2.3 s390-nat.c
*** gdb/s390-nat.c	2001/11/06 21:29:51	2.3
--- gdb/s390-nat.c	2001/11/06 22:13:48
***************
*** 21,26 ****
--- 21,27 ----
  
  #include "defs.h"
  #include "tm.h"
+ #include "regcache.h"
  #include <asm/ptrace.h>
  #include <sys/ptrace.h>
  #include <asm/processor.h>


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