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] #include "regcache.h" in arch-utils.c


FYI,

The new generic_prepare_to_proceed() calls registers_changed().

	Andrew
2001-04-18  Andrew Cagney  <ac131313@redhat.com>

	* arch-utils.c: Include "regcache.h".

Index: arch-utils.c
===================================================================
RCS file: /cvs/src/src/gdb/arch-utils.c,v
retrieving revision 1.24
diff -p -r1.24 arch-utils.c
*** arch-utils.c	2001/04/06 17:53:39	1.24
--- arch-utils.c	2001/04/19 00:31:23
***************
*** 37,42 ****
--- 37,43 ----
  #include "target.h"
  #include "annotate.h"
  #endif
+ #include "regcache.h"
  
  #include "version.h"
  

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