[patch] #include "regcache.h" in arch-utils.c

Andrew Cagney ac131313@cygnus.com
Wed Apr 18 17:45:00 GMT 2001


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"
  


More information about the Gdb-patches mailing list